Skip to main content

Using mismo command-line script

To run the mismo fitting script, run the following command:

mismo-run -i <input_path> -o <output_path>

The following high-level options are available:

  • -i or --input: Path to the input file.
  • -o or --output: Path to the output file.
  • --fitter: Fitter to use. Options are classical and nn_fitting.
  • --model: Model to use. Options are OriginalVERDICT, rVERDICT and ADC.
  • --device: Device to use for neural network fitting.

For a full list of options, see the pydantic config class in mismo/scripts/fitting_params_model.py or run mismo-run --help.