EnergyDetectorTestModule¶
- class lifesimmc.core.modules.processing.energy_detector_test_module.EnergyDetectorTestModule(n_setup_in: str, n_data_in: str, n_planet_params_in: str, n_test_out: str, pfa: float, n_transformation_in: str | tuple[str] | None = None)¶
Class representation of an energy detector test module.
- Parameters:
n_setup_in (str) – Name of the input configuration resource.
n_data_in (str) – Name of the input data resource.
n_planet_params_in (str) – Name of the input planet parameters resource.
n_transformation_in (str or tuple[str]) – Name of the input transformation resource.
n_test_out (str) – Name of the output test resource.
pfa (float) – Probability of false alarm.