SBART.utils.telluric_utilities.clean_wings

SBART.utils.telluric_utilities.clean_wings#

Functions

clean_wings_order(current_order_wavelengths, ...)

Around each telluric feature, remove a window that spans the entire BERV motion over the year.

clean_wings_order(current_order_wavelengths, telluric_bin_temp, template_base_berv, BERV_window)#

Around each telluric feature, remove a window that spans the entire BERV motion over the year.

Parameters:
  • current_order_wavelengths (np.ndarray) – Wavelengths associated with the template

  • telluric_bin_temp (np.ndarray) – Telluric (binary) template

  • template_base_berv (float) – BERV value from the template

  • BERV_window (tuple/list) – Minimum and Maximum BERV

Returns:

Binary template with the increased span

Return type:

np.ndarray