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:
-ior--input: Path to the input file.-oor--output: Path to the output file.--fitter: Fitter to use. Options areclassicalandnn_fitting.--model: Model to use. Options areOriginalVERDICT,rVERDICTandADC.--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.