lezargus.data package#
Subpackages#
- lezargus.data._make package
- Submodules
- lezargus.data._make.functionality module
- lezargus.data._make.make_atmosphere_generators module
- lezargus.data._make.make_constants module
- lezargus.data._make.make_dispersion_patterns module
- lezargus.data._make.make_optic_efficiencies module
- lezargus.data._make.make_photometric_filters module
- lezargus.data._make.make_standard_spectra module
- Module contents
- Submodules
Module contents#
Data objects needed for Lezargus are stored here.
We load and make the objects from accompanying data files.
- lezargus.data.__initialize_data_all() None [source]#
Initialize the all of the data objects.
We wrap the initialization of the data objects in a function so we can handle it with a more fine grained approach. The use of the global keyword enables the objects to be the global space of this module anyways.
- Parameters:
None
- Return type:
None
- lezargus.data.__initialize_data_atmosphere_generators() None [source]#
Initialize only the atmospheric generators.
- Parameters:
None
- Return type:
None
- lezargus.data.__initialize_data_constants() None [source]#
Initialize only the constant value data.
- Parameters:
None
- Return type:
None
- lezargus.data.__initialize_data_dispersion_patterns() None [source]#
Initialize only the spectral/detector dispersion patterns.
- Parameters:
None
- Return type:
None
- lezargus.data.__initialize_data_optic_efficiency_functions() None [source]#
Initialize only the optic efficiency function spectrums.
- Parameters:
None
- Return type:
None