SetupModule¶
- class lifesimmc.core.modules.loading.setup_module.SetupModule(n_setup_out: str, n_planets_out: str, configuration: Configuration)¶
- class lifesimmc.core.modules.loading.setup_module.SetupModule(n_setup_out: str, n_planets_out: str, observation: Observation, instrument: Instrument, scene: Scene)
Class representation of the configuration loader module.
- n_setup_out¶
Name of the output configuration resource.
- Type:
str
- configuration¶
Configuration object.
- Type:
- observation¶
Observation object.
- Type:
- instrument¶
Instrument object.
- Type: