pylidc ====== `pylidc `_ is an `Object-relational mapping `_ (using `SQLAlchemy `_) for the data provided in the `LIDC dataset `_. This means that the data can be queried in SQL-like fashion, and that the data are also `objects `_ that add additional functionality via functions that act on instances of data obtained by querying for particular attributes. .. toctree:: :maxdepth: 1 meta Jump to: * `Installation`_ * `Tutorials`_ * `Full API`_ ---------------------------------- .. raw:: html
Interactive scan visualization 3D nodule surface visualization
Consensus consolidation of multiple annotations Annotation contour conversion to boolean mask
---------------------------------- Installation ------------ The module and its dependencies can be installed via `pip install pylidc`. Additonal details regarding setting the external data path for CT DICOM data can be found here: .. toctree:: :maxdepth: 1 install Tutorials --------- The following tutorials sections provide a quick introduction to various aspects of the `pylidc` module: .. toctree:: :caption: Tutorials :maxdepth: 1 tuts/scan tuts/annotation tuts/consensus tuts/advanced-queries Full API -------- A detailed listing of the classes and their respective member functions and attributes are given here: .. toctree:: :caption: Full API :maxdepth: 1 scan annotation contour utils