Installation

PyPI - Version PyPI - Python Version

The core-ct library is hosted on PyPI and can be installed using the following command:

pip install core-ct

Dependencies

To function correctly, core-ct depends on a few different Python libraries. These packages will be installed automatically when core-ct is installed through the pip command.

  • pydicom - Used to parse DICOM files

  • numpy - Provides array structures and operations

  • pandas - Data structures to assist with core analysis

  • matplotlib - Used to create visualizations of cores

  • ipympl - Enables interactive features of matplotlib in Jupyter notebooks