idmtools_calibra.rmse_site module¶
- class idmtools_calibra.rmse_site.RMSESiteSingleChannel(name, reference_sources={'just_one': 'reference/output.csv'})¶
Bases:
CalibSite
- get_reference_data(reference_type=None)¶
Callback function for derived classes to pass site-specific reference data that is requested by analyzers by the relevant reference_type.
- get_analyzers()¶
Derived classes return a list of BaseComparisonAnalyzer instances that have been passed a reference to the CalibSite for site-specific analyzer setup.
- get_setup_functions()¶
Derived classes return a list of functions to apply site-specific modifications to the base configuration. These are combined into a single function using the SiteFunctions helper class in the CalibSite constructor.