|
lsst.afw gf03f0b42f3+45adbcf3d0
|
#include <cmath>#include <iostream>#include <iomanip>#include "lsst/geom/Point.h"#include "lsst/afw/image/PhotoCalib.h"#include "lsst/afw/math/BoundedField.h"#include "lsst/afw/table/io/CatalogVector.h"#include "lsst/afw/table/io/OutputArchive.h"#include "lsst/daf/base/PropertySet.h"#include "lsst/pex/exceptions.h"#include "ndarray.h"#include "lsst/afw/table/io/Persistable.cc"#include "lsst/cpputils/Magnitude.h"Go to the source code of this file.
Namespaces | |
| namespace | lsst |
| namespace | lsst::afw |
| namespace | lsst::afw::image |
Functions | |
| std::ostream & | lsst::afw::image::operator<< (std::ostream &os, Measurement const &measurement) |
| std::ostream & | lsst::afw::image::operator<< (std::ostream &os, PhotoCalib const &photoCalib) |
| std::shared_ptr< PhotoCalib > | lsst::afw::image::makePhotoCalibFromMetadata (daf::base::PropertySet &metadata, bool strip=false) |
| Construct a PhotoCalib from FITS FLUXMAG0/FLUXMAG0ERR keywords. | |
| std::shared_ptr< PhotoCalib > | lsst::afw::image::makePhotoCalibFromCalibZeroPoint (double instFluxMag0, double instFluxMag0Err) |
Construct a PhotoCalib from the deprecated Calib-style instFluxMag0/instFluxMag0Err values. | |