LSSTApplications  18.1.0
LSSTDataManagementBasePackage
Classes | Namespaces | Functions
PhotoCalib.h File Reference

Implementation of the Photometric Calibration class. More...

#include <cmath>
#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

 lsst
 A base class for image defects.
 
 lsst::afw
 
 lsst::afw::image
 Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects.
 

Functions

std::ostreamlsst::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...
 

Detailed Description

Implementation of the Photometric Calibration class.

Definition in file PhotoCalib.h.