merge_gen_obsspec¶
- measure_extinction.merge_obsspec.merge_gen_obsspec(obstables, wave_range, output_resolution=100)[source]¶
Merge one or more generic spectra into a single spectrum on a uniform wavelength scale. Useful for spectra that do not require specific processing.
- Parameters:
- obstableslist of astropy Table objects
list of tables containing the observed spectra usually the result of reading tables
- wave_range2 element float
min/max wavelengths with units for output grid
- output_resolutionfloat
output resolution of spectra input spectrum assumed to be at the observed resolution
- Returns:
- output_tableastropy Table object
merged spectrum