lsst.meas.algorithms gc655b1545f+5b6147336f
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

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
 

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 276 of file WarpedPsf.cc.

◆ psfIndex

afw::table::Key<int> psfIndex

Definition at line 274 of file WarpedPsf.cc.

◆ schema

afw::table::Schema schema

Definition at line 273 of file WarpedPsf.cc.

◆ src_position

geom::Point2D src_position

Definition at line 180 of file WarpedPsf.cc.

◆ src_to_dest_unrounded

geom::AffineTransform src_to_dest_unrounded

Definition at line 181 of file WarpedPsf.cc.

◆ transformIndex

afw::table::Key<int> transformIndex

Definition at line 275 of file WarpedPsf.cc.