lsst.afw gf03f0b42f3+45adbcf3d0
Loading...
Searching...
No Matches
PhotoCalib.h File Reference

Implementation of the Photometric Calibration class. More...

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::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.
 
std::shared_ptr< PhotoCaliblsst::afw::image::makePhotoCalibFromMetadata (daf::base::PropertySet &metadata, bool strip=false)
 Construct a PhotoCalib from FITS FLUXMAG0/FLUXMAG0ERR keywords.
 
std::shared_ptr< PhotoCaliblsst::afw::image::makePhotoCalibFromCalibZeroPoint (double instFluxMag0, double instFluxMag0Err)
 Construct a PhotoCalib from the deprecated Calib-style instFluxMag0/instFluxMag0Err values.
 

Detailed Description

Implementation of the Photometric Calibration class.

Definition in file PhotoCalib.h.