lsst.meas.algorithms  16.0-6-g2dd73041+4
Classes | Namespaces
CoaddBoundedField.cc File Reference
#include "lsst/pex/exceptions/Runtime.h"
#include "lsst/geom/Box.h"
#include "lsst/afw/table/io/CatalogVector.h"
#include "lsst/afw/table/io/OutputArchive.h"
#include "lsst/afw/table/io/InputArchive.h"
#include "lsst/afw/table/aggregates.h"
#include "lsst/meas/algorithms/CoaddBoundedField.h"

Go to the source code of this file.

Classes

class  lsst::meas::algorithms::CoaddBoundedField::Factory
 

Namespaces

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

Variable Documentation

◆ bboxMax

afw::table::PointKey<int> bboxMax

Definition at line 116 of file CoaddBoundedField.cc.

◆ bboxMin

afw::table::PointKey<int> bboxMin

Definition at line 115 of file CoaddBoundedField.cc.

◆ coaddWcs

afw::table::Key<int> coaddWcs

Definition at line 117 of file CoaddBoundedField.cc.

◆ default_

afw::table::Key<double> default_

Definition at line 119 of file CoaddBoundedField.cc.

◆ field

afw::table::Key<int> field

Definition at line 154 of file CoaddBoundedField.cc.

◆ schema

afw::table::Schema schema

Definition at line 114 of file CoaddBoundedField.cc.

◆ throwOnMissing

afw::table::Key<afw::table::Flag> throwOnMissing

Definition at line 118 of file CoaddBoundedField.cc.

◆ validPolygon

afw::table::Key<int> validPolygon

Definition at line 156 of file CoaddBoundedField.cc.

◆ wcs

afw::table::Key<int> wcs

Definition at line 155 of file CoaddBoundedField.cc.

◆ weight

afw::table::Key<double> weight

Definition at line 157 of file CoaddBoundedField.cc.