km_multifit_analysis_to_tsv#
- petpal.kinetic_modeling.graphical_analysis.km_multifit_analysis_to_tsv(analysis_props: list[dict], output_directory: str, output_filename_prefix: str, method: str, inferred_seg_labels: list[str])#
Saves the analysis results to a TSV file as a table with fit parameters for each ROI.
- Parameters:
analysis_props (list[dict]) – List of fit results for each region.
output_directory (str) – Directory where results are saved.
output_filename_prefix (str) – Prefix for the output file.
method (str) – Name of the method for the model.
inferred_seg_labels (list[str]) – Names of each region used in the analysis.
- Raises:
RuntimeError – If ‘run_analysis’ method has not been called before save_analysis.