Spectrophotometric Calibration#
- vampires_dpp.specphot.specphot.color_correction(model, filt1, filt2)#
Return the magnitude of the color correction from the first filter to the second filter.
delta = m1 - m2 m2 = m1 - delta
- Return type:
float
- Parameters:
model (SourceSpectrum)
filt1 (SpectralElement)
filt2 (SpectralElement)