add_common_analysis_args#

petpal.cli.cli_tac_fitting.add_common_analysis_args(parser: argparse.ArgumentParser)#

Adds common analysis-related arguments to the provided argument parser.

This helper function configures arguments controlling model selection, parameter initialization, parameter bounds, maximum number of fitting iterations and resampling behavior.

Parameters:

parser (argparse.ArgumentParser) – Argument parser (or subparser) to which the analysis arguments will be added.