CLI¶
The package installs a gitter command for optional terminal workflows.
If gitter is not on your PATH, prefix commands with uv run.
Commands¶
gitter run¶
Process one image.
Common options:
--plate-format 1536or--plate-format ROWS,COLS--remove-noise--inverse--contrast INT--fast INT--verbose l|p|n
For single-plate images like examples/extdata/sample.jpg, the CLI runs direct
quantification.
For multi-plate images, use the Python API with PlateSplitter first, then run
gitter(...) on the extracted plate crops.
gitter batch¶
Process a directory or multiple files.
gitter read¶
Show a CSV results summary.
gitter plot¶
Plot CSV results.