Skip to content
Ashkan Pakzad edited this page Nov 22, 2021 · 12 revisions

AirQuant Docs

By Ashkan Pakzad https://ashkanpakzad.github.io

See /readme.md before reading this document regarding install, about and purpose.

This software primarily revolves around the library/AirQuant.m class. Every CT case will exist as a new AirQuant class object. When a case is loaded in, it is first initialised, performing a number of checks and short processes. Currently there is only one method for taking airway measurements, the FWHMesl method. This first relies on the CT scan to be interpolated at right angles to the principle airway axis. For scientific reading on the concept, please see K Quan et al. on which this software is based.

As most of the code behind this software is in library/AirQuant.m it is recommended that you explore it in MATLAB by collapsing all code and expanding as necessary. Set code collapsing for each section MATLAB preferences.

Example use can also be found in /scripts/ and example data is in /data/.

Contents

Clone this wiki locally