lsst.meas.algorithms
15.0-12-g7952b551+2
|
#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. | |
afw::table::PointKey<int> bboxMax |
Definition at line 90 of file CoaddBoundedField.cc.
afw::table::PointKey<int> bboxMin |
Definition at line 89 of file CoaddBoundedField.cc.
afw::table::Key<int> coaddWcs |
Definition at line 91 of file CoaddBoundedField.cc.
afw::table::Key<double> default_ |
Definition at line 93 of file CoaddBoundedField.cc.
afw::table::Key<int> field |
Definition at line 128 of file CoaddBoundedField.cc.
afw::table::Schema schema |
Definition at line 88 of file CoaddBoundedField.cc.
afw::table::Key<afw::table::Flag> throwOnMissing |
Definition at line 92 of file CoaddBoundedField.cc.
afw::table::Key<int> validPolygon |
Definition at line 130 of file CoaddBoundedField.cc.
afw::table::Key<int> wcs |
Definition at line 129 of file CoaddBoundedField.cc.
afw::table::Key<double> weight |
Definition at line 131 of file CoaddBoundedField.cc.