API

Public Step API

jwst.combine_1d.combine_1d_step Module

Classes

Combine1dStep([name, parent, config_file, ...])

Combine 1D spectra.

Complete Developer API

jwst.combine_1d.combine1d Module

Functions

count_input(input_spectra)

Determine the number of input spectra that cover each wavelength.

compute_output_wl(wl, n_input_spectra)

Compute output wavelengths.

check_exptime(exptime_key)

Check exptime_key for validity.

combine_1d_spectra(input_model, exptime_key)

Combine the input spectra.

Classes

InputSpectrumModel(ms, spec, exptime_key)

Model an input spectrum.

OutputSpectrumModel()

Model an output spectrum.