plot_scaled_spectrum¶
- sofia_redux.calibration.standard_model.modconvert.plot_scaled_spectrum(wave, scaled_flux, scale_factor, infile)[source]¶
Plot the scaled Herschel model.
- Parameters:
- wavenumpy.array
Wavelength data of spectrum.
- scaled_fluxnumpy.array
Flux data of spectrum.
- scale_factornumpy.array
Scale factor applied to Herschel model.
- infilestr
Name of Herschel model.
- Returns:
- None