SBART.template_creation.telluric_templates.telluric_from_telfit

SBART.template_creation.telluric_templates.telluric_from_telfit#

Functions

download_gdas_archive(archive_name, storage_path)

get_atmospheric_profile(instrument, ...)

Classes

TelfitTelluric

Create Earth's transmittance spectra from TelFit, configured with the night with the highest relative humidity.

download_gdas_archive(archive_name, storage_path)#
get_atmospheric_profile(instrument, datetime, storage_folder)#
class TelfitTelluric#

Bases: TelluricTemplate

Create Earth’s transmittance spectra from TelFit, configured with the night with the highest relative humidity.

Atmosphere profiles are downloaded to ensure that we get the best model possible

User parameters: ================================ ================ ================ ================ ================ Parameter name Mandatory Default Value Valid Values Comment ================================ ================ ================ ================ ================ TELFIT_HUMIDITY_THRESHOLD False None Numerical [1] ================================ ================ ================ ================ ================

Note

[1] - Value used to enforce a maximum value for the humidity. If this is set any negative value, use the maximum humidity from the loaded observations

Note

Also check the User parameters of the parent classes for further customization options of SBART

Warning

Telfit is not installed by default with SBART!

method_name = 'Telfit'#
__init__(subInst, user_configs=None, extension_mode='lines', application_mode='removal', loaded=False)#
Parameters:

extension_mode (str, optional) – How to handle with Earth motion during the year. If ‘lines’, compute the template in each possible location for the available observations and only remove the. If “window”, each telluric feature will be extended by a region equal to the maximum BERV. By default: ‘lines’

configure_modeler(dataclass)#

see https://www.eso.org/sci/software/pipelines/skytools/molecfit#gdas

Return type:

None

create_telluric_template(*args, **kwargs)#
store_metrics()#