LSST Applications g07dc498a13+8a3ff5e555,g1409bbee79+8a3ff5e555,g1a7e361dbc+8a3ff5e555,g1fd858c14a+cdfc45a1e6,g28da252d5a+05df2523c9,g33399d78f5+b7ce9b29cb,g35bb328faa+e55fef2c71,g3bd4b5ce2c+801aef9193,g43bc871e57+32b9ddb877,g53246c7159+e55fef2c71,g60b5630c4e+f284161bd5,g6992a3b7c1+89734069dd,g6e5c4a0e23+7c1dc9d5af,g78460c75b0+8427c4cc8f,g786e29fd12+307f82e6af,g8534526c7b+af2545e932,g85d8d04dbe+6bd817bf56,g89139ef638+8a3ff5e555,g8b49a6ea8e+f284161bd5,g9125e01d80+e55fef2c71,g989de1cb63+8a3ff5e555,g9a9baf55bd+a4ec829099,g9f33ca652e+eafd8913dc,gaaedd4e678+8a3ff5e555,gabe3b4be73+9c0c3c7524,gb092a606b0+b01f69f56e,gb58c049af0+28045f66fd,gc2fcbed0ba+f284161bd5,gca43fec769+e55fef2c71,gcf25f946ba+b7ce9b29cb,gd6cbbdb0b4+784e334a77,gde0f65d7ad+3bc0905521,ge278dab8ac+25667260f6,geab183fbe5+f284161bd5,gecb8035dfe+0fa5abcb94,gf1e97e5484+b700727375,gf58bf46354+e55fef2c71,gfe7187db8c+f9d6462591,w.2025.01
LSST Data Management Base Package
Loading...
Searching...
No Matches
Namespaces | Functions
PhotoCalib.cc File Reference
#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::ostreamlsst::afw::image::operator<< (std::ostream &os, Measurement const &measurement)
 
std::ostreamlsst::afw::image::operator<< (std::ostream &os, PhotoCalib const &photoCalib)
 
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.
 

Variable Documentation

◆ calibrationErr

table::Key<double> calibrationErr

Definition at line 420 of file PhotoCalib.cc.

◆ calibrationMean

table::Key<double> calibrationMean

Definition at line 419 of file PhotoCalib.cc.

◆ expTime

table::Key<double> expTime

Definition at line 500 of file PhotoCalib.cc.

◆ field

table::Key<int> field

Definition at line 422 of file PhotoCalib.cc.

◆ fluxMag0

table::Key<double> fluxMag0

Definition at line 501 of file PhotoCalib.cc.

◆ fluxMag0Err

table::Key<double> fluxMag0Err

Definition at line 502 of file PhotoCalib.cc.

◆ isConstant

table::Key<table::Flag> isConstant

Definition at line 421 of file PhotoCalib.cc.

◆ midTime

table::Key<std::int64_t> midTime

Definition at line 499 of file PhotoCalib.cc.

◆ schema

table::Schema schema

Definition at line 418 of file PhotoCalib.cc.

◆ version

table::Key<int> version

Definition at line 423 of file PhotoCalib.cc.