lsst.meas.algorithms  22.0.1-29-g401bd7c4+7f66a004a0
Namespaces | Functions
WarpedPsf.cc File Reference
#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

 lsst
 
 lsst::afw
 
 lsst::afw::table
 
 lsst::afw::table::io
 
 lsst::meas
 
 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
 

Function Documentation

◆ read()

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.

Variable Documentation

◆ controlIndex

afw::table::Key<int> controlIndex

Definition at line 247 of file WarpedPsf.cc.

◆ psfIndex

afw::table::Key<int> psfIndex

Definition at line 245 of file WarpedPsf.cc.

◆ schema

afw::table::Schema schema

Definition at line 244 of file WarpedPsf.cc.

◆ transformIndex

afw::table::Key<int> transformIndex

Definition at line 246 of file WarpedPsf.cc.