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:

Configuration

observation

Observation object.

Type:

Observation

instrument

Instrument object.

Type:

Instrument

scene

Scene object.

Type:

Scene