Getting Started¶
Prerequisites¶
- Python 3.10+
- Git
Install¶
git clone https://github.com/alonsoJASL/imatools
cd imatools
# Editable install with dev dependencies (pytest, black, ruff, mypy)
pip install -e ".[dev]"
Verify¶
All eight command-line tools are installed as entry points:
imatools-segmentation --help
imatools-mesh --help
imatools-volume --help
imatools-image --help
imatools-dicom --help
imatools-scar --help
imatools-comparisons --help
imatools-report --help
Run the test suite:
Your first command¶
Print the surface area and volume of a mesh:
Convert a .mesh (dotmesh) file to CARP .pts/.elem:
See the CLI Reference for the full command surface, and Architecture for how a command flows through the layers.