lsst.meas.algorithms gbe01a4569f+9e274c65e1
|
#include "lsst/geom/AffineTransform.h"
#include "lsst/geom/Box.h"
#include "lsst/pex/exceptions.h"
#include "lsst/meas/algorithms/WarpedPsf.h"
#include "lsst/afw/math/warpExposure.h"
#include "lsst/afw/image/Image.h"
#include "lsst/afw/table/io/InputArchive.h"
#include "lsst/afw/table/io/OutputArchive.h"
#include "lsst/afw/table/io/CatalogVector.h"
#include "lsst/afw/table/io/Persistable.cc"
Go to the source code of this file.
Namespaces | |
namespace | lsst |
namespace | lsst::afw |
namespace | lsst::afw::table |
namespace | lsst::afw::table::io |
namespace | lsst::meas |
namespace | lsst::meas::algorithms |
Fit spatial kernel using approximate fluxes for candidates, and solving a linear system of equations. | |
Functions | |
virtual std::shared_ptr< afw::table::io::Persistable > | read (afw::table::io::InputArchive const &archive, afw::table::io::CatalogVector const &catalogs) const |
|
inlinevirtual |
Definition at line 1 of file WarpedPsf.cc.
afw::table::Key<int> controlIndex |
Definition at line 247 of file WarpedPsf.cc.
afw::table::Key<int> psfIndex |
Definition at line 245 of file WarpedPsf.cc.
afw::table::Schema schema |
Definition at line 244 of file WarpedPsf.cc.
afw::table::Key<int> transformIndex |
Definition at line 246 of file WarpedPsf.cc.