lsst.afw g1b7e58284d+42a83f9714
|
Implementation of the Photometric Calibration class. More...
#include "boost/format.hpp"
#include "lsst/afw/math/BoundedField.h"
#include "lsst/afw/math/ChebyshevBoundedField.h"
#include "lsst/geom/Point.h"
#include "lsst/geom/Box.h"
#include "lsst/afw/table/Source.h"
#include "lsst/afw/table/io/Persistable.h"
#include "lsst/afw/typehandling/Storable.h"
#include "lsst/afw/image/MaskedImage.h"
#include "lsst/daf/base/PropertyList.h"
#include "lsst/pex/exceptions/Exception.h"
#include "lsst/utils/Magnitude.h"
Go to the source code of this file.
Classes | |
struct | lsst::afw::image::Measurement |
A value and its error. More... | |
class | lsst::afw::image::PhotoCalib |
The photometric calibration of an exposure. More... | |
Namespaces | |
namespace | lsst |
namespace | lsst::afw |
namespace | lsst::afw::image |
Functions | |
std::ostream & | lsst::afw::image::operator<< (std::ostream &os, Measurement const &measurement) |
void | lsst::afw::image::assertNonNegative (double value, std::string const &name) |
Raise lsst::pex::exceptions::InvalidParameterError if value is not >=0. More... | |
std::shared_ptr< PhotoCalib > | lsst::afw::image::makePhotoCalibFromMetadata (daf::base::PropertySet &metadata, bool strip=false) |
Construct a PhotoCalib from FITS FLUXMAG0/FLUXMAG0ERR keywords. More... | |
std::shared_ptr< PhotoCalib > | lsst::afw::image::makePhotoCalibFromCalibZeroPoint (double instFluxMag0, double instFluxMag0Err) |
Construct a PhotoCalib from the deprecated Calib -style instFluxMag0/instFluxMag0Err values. More... | |
Implementation of the Photometric Calibration class.
Definition in file PhotoCalib.h.