lsst.meas.algorithms  15.0-4-g20968767
Namespaces | Functions
CoaddTransmissionCurve.cc File Reference
#include "lsst/meas/algorithms/CoaddTransmissionCurve.h"
#include "lsst/afw/geom/SkyWcs.h"
#include "lsst/afw/table/io/InputArchive.h"
#include "lsst/afw/table/io/OutputArchive.h"
#include "lsst/afw/table/io/CatalogVector.h"

Go to the source code of this file.

Namespaces

 lsst
 
 lsst::meas
 
 lsst::meas::algorithms
 Fit spatial kernel using approximate fluxes for candidates, and solving a linear system of equations.
 

Functions

std::shared_ptr< afw::image::TransmissionCurve const > lsst::meas::algorithms::makeCoaddTransmissionCurve (std::shared_ptr< afw::geom::SkyWcs const > coaddWcs, afw::table::ExposureCatalog const &inputSensors)
 Create a TransmissionCurve that represents the effective throughput on a coadd. More...
 

Variable Documentation

◆ bbox

Definition at line 40 of file CoaddTransmissionCurve.cc.

◆ coaddWcs

afw::table::Key<int> coaddWcs

Definition at line 188 of file CoaddTransmissionCurve.cc.

◆ inputDataSchema

afw::table::Schema inputDataSchema

Definition at line 193 of file CoaddTransmissionCurve.cc.

◆ mainSchema

afw::table::Schema mainSchema

Definition at line 187 of file CoaddTransmissionCurve.cc.

◆ sensorWcs

afw::table::Key<int> sensorWcs

Definition at line 38 of file CoaddTransmissionCurve.cc.

◆ throughputAtMax

afw::table::Key<double> throughputAtMax

Definition at line 192 of file CoaddTransmissionCurve.cc.

◆ throughputAtMin

afw::table::Key<double> throughputAtMin

Definition at line 191 of file CoaddTransmissionCurve.cc.

◆ transmission

afw::table::Key<int> transmission

Definition at line 37 of file CoaddTransmissionCurve.cc.

◆ validPolygon

afw::table::Key<int> validPolygon

Definition at line 39 of file CoaddTransmissionCurve.cc.

◆ wavelengthMax

afw::table::Key<double> wavelengthMax

Definition at line 190 of file CoaddTransmissionCurve.cc.

◆ wavelengthMin

afw::table::Key<double> wavelengthMin

Definition at line 189 of file CoaddTransmissionCurve.cc.

◆ weight

afw::table::Key<double> weight

Definition at line 41 of file CoaddTransmissionCurve.cc.