29 #ifndef LSST_AFW_IMAGE_CALIB_H
30 #define LSST_AFW_IMAGE_CALIB_H
35 #include "ndarray_fwd.h"
46 static double const JanskysPerABFlux = 3631.0;
66 ndarray::Array<T, 1>
abMagFromFlux(ndarray::Array<T const, 1>
const& flux);
71 ndarray::Array<T const, 1>
const& flux);
75 ndarray::Array<T, 1>
fluxFromABMag(ndarray::Array<T const, 1>
const& mag);
80 ndarray::Array<T const, 1>
const& mag);
86 #endif // LSST_AFW_IMAGE_CALIB_H