lezargus.data package#

Subpackages#

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

lezargus.data.__initialize_data_photometric_filters() None[source]#

Initialize only the photometric filters.

Parameters:

None

Return type:

None

lezargus.data.__initialize_data_star_spectra() None[source]#

Initialize only the standard spectral data.

Parameters:

None

Return type:

None