molecfit#
- excalibuhr.utils.molecfit(input_path, spec, wave_range=None, savename=None, verbose=False)[source]#
A wrapper of molecfit for telluric correction
- Parameters:
input_path (str) – the working directory for molecfit.
spec (SPEC) – input spectra for molecfit
wave_range (list of tuple) – list of wavelength regions to be indcluded for the telluric fitting
savename (str) – the filename for the input files and fitting results.
verbose (bool) – Print output produced by
esorex.
- Returns:
None
- Return type:
NoneType