SBART.utils.telluric_utilities.compute_order_overlap

SBART.utils.telluric_utilities.compute_order_overlap#

Functions

compute_wavelength_order_overlap(...)

Find the orders in which there is a wavelength overlap :type wavelength_array: ndarray :param wavelength_array: wavelengths in which we want to search for overlaps :type region_of_interest: Iterable[int] :param region_of_interest: List with start and end of the wavelength region of interest

compute_wavelength_order_overlap(wavelength_array, region_of_interest)#

Find the orders in which there is a wavelength overlap :type wavelength_array: ndarray :param wavelength_array: wavelengths in which we want to search for overlaps :type region_of_interest: Iterable[int] :param region_of_interest: List with start and end of the wavelength region of interest

Returns:

orders

Return type:

Set of the orders in which there is an overlap