LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
Public Member Functions | Private Attributes | List of all members
lsst::meas::algorithms::shapelet::FittedPsfAtXY Class Reference

#include <FittedPsf.h>

Inheritance diagram for lsst::meas::algorithms::shapelet::FittedPsfAtXY:
lsst::meas::algorithms::shapelet::AssignableToBVec

Public Member Functions

 FittedPsfAtXY (const FittedPsf &psf, Position pos)
 
size_t size () const
 
int getOrder () const
 
double getSigma () const
 
void assignTo (BVec &b) const
 
- Public Member Functions inherited from lsst::meas::algorithms::shapelet::AssignableToBVec
virtual ~AssignableToBVec ()
 

Private Attributes

const FittedPsf_psf
 
Position _pos
 

Detailed Description

Definition at line 108 of file FittedPsf.h.

Constructor & Destructor Documentation

lsst::meas::algorithms::shapelet::FittedPsfAtXY::FittedPsfAtXY ( const FittedPsf psf,
Position  pos 
)
inline

Definition at line 113 of file FittedPsf.h.

113  :
114  _psf(psf), _pos(pos)
115  {}

Member Function Documentation

void lsst::meas::algorithms::shapelet::FittedPsfAtXY::assignTo ( BVec b) const
inlinevirtual

Implements lsst::meas::algorithms::shapelet::AssignableToBVec.

Definition at line 121 of file FittedPsf.h.

122  { _psf.interpolate(_pos,b); }
void interpolate(Position pos, BVec &b) const
Definition: FittedPsf.h:65
afw::table::Key< double > b
int lsst::meas::algorithms::shapelet::FittedPsfAtXY::getOrder ( ) const
inlinevirtual
double lsst::meas::algorithms::shapelet::FittedPsfAtXY::getSigma ( ) const
inlinevirtual
size_t lsst::meas::algorithms::shapelet::FittedPsfAtXY::size ( ) const
inline

Definition at line 117 of file FittedPsf.h.

117 { return _psf._avePsf->size(); }
std::auto_ptr< DVector > _avePsf
Definition: FittedPsf.h:99

Member Data Documentation

Position lsst::meas::algorithms::shapelet::FittedPsfAtXY::_pos
private

Definition at line 127 of file FittedPsf.h.

const FittedPsf& lsst::meas::algorithms::shapelet::FittedPsfAtXY::_psf
private

Definition at line 126 of file FittedPsf.h.


The documentation for this class was generated from the following file: