Command Line Interface¶
chromadose provides a CLI for the full dosimetry pipeline.
Commands¶
chromadose calibrate¶
Build calibration from scanned film strips.
chromadose calibrate \
--films cal_0Gy.tif cal_1Gy.tif cal_2Gy.tif cal_4Gy.tif \
--doses 0 1 2 4 \
-o calibration.json
chromadose solve¶
Convert a treatment film to a dose map.
Options:
--method:micke(default),mayer, ormultigaussian--plot: display the dose map
chromadose gamma¶
Run gamma analysis between measured and reference dose.
chromadose gamma \
--measured dose.npy \
--reference tps_dose.npy \
--criteria 3/3 \
--threshold 10 \
--pixel-size 0.353 \
-o gamma.npy
chromadose report¶
Generate a PDF QA report.