lsst.meas.algorithms
14.0-21-ge7d40960+7
|
#include "lsst/pex/exceptions/Runtime.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. | |
tbl::PointKey<int> bboxMax |
Definition at line 100 of file CoaddBoundedField.cc.
tbl::PointKey<int> bboxMin |
Definition at line 99 of file CoaddBoundedField.cc.
tbl::Key<int> coaddWcs |
Definition at line 101 of file CoaddBoundedField.cc.
tbl::Key<double > default_ |
Definition at line 103 of file CoaddBoundedField.cc.
tbl::Key<int> field |
Definition at line 138 of file CoaddBoundedField.cc.
tbl::Schema schema |
Definition at line 98 of file CoaddBoundedField.cc.
tbl::Key<tbl::Flag> throwOnMissing |
Definition at line 102 of file CoaddBoundedField.cc.
tbl::Key<int> validPolygon |
Definition at line 140 of file CoaddBoundedField.cc.
tbl::Key<int> wcs |
Definition at line 139 of file CoaddBoundedField.cc.
tbl::Key<double> weight |
Definition at line 141 of file CoaddBoundedField.cc.