LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
#include <cmath>
#include <utility>
#include "boost/shared_ptr.hpp"
#include "ndarray_fwd.h"
#include "lsst/base.h"
#include "lsst/daf/base/DateTime.h"
#include "lsst/afw/geom/Point.h"
#include "lsst/afw/table/io/Persistable.h"
Go to the source code of this file.
Classes | |
class | lsst.afw.image::Calib |
Namespaces | |
lsst | |
< multiple inclusion guard macro | |
lsst::daf | |
lsst::daf::base | |
lsst.afw | |
lsst.afw.cameraGeom | |
lsst.afw.image | |
lsst::afw::image::detail | |
Functions | |
double | lsst.afw.image::abMagFromFlux (double flux) |
Compute AB magnitude from flux in Janskys. More... | |
double | lsst.afw.image::abMagErrFromFluxErr (double fluxErr, double flux) |
Compute AB magnitude error from flux and flux error in Janskys. More... | |
double | lsst.afw.image::fluxFromABMag (double mag) |
Compute flux in Janskys from AB magnitude. More... | |
double | lsst.afw.image::fluxErrFromABMagErr (double magErr, double mag) |
Compute flux error in Janskys from AB magnitude error and AB magnitude. More... | |
int | lsst::afw::image::detail::stripCalibKeywords (boost::shared_ptr< lsst::daf::base::PropertySet > metadata) |
Classes to support calibration (e.g. photometric zero points, exposure times)
Definition in file Calib.h.