lsst.meas.extensions.psfex  13.0-5-gd2c5893+2
 All Classes Namespaces Files Functions Variables Friends Macros Groups
Classes | Namespaces
PsfexPsf.cc File Reference

Represent a PSF using the representation from Emmanuel's PSFEX code. More...

#include <cmath>
#include <cassert>
#include <numeric>
#include <memory>
#include "lsst/base.h"
#include "lsst/pex/exceptions.h"
#include "lsst/afw/image/ImageUtils.h"
#include "lsst/afw/math/Statistics.h"
#include "vignet.h"
#include "lsst/meas/extensions/psfex/PsfexPsf.h"
#include "lsst/meas/algorithms/KernelPsfFactory.h"
#include "lsst/afw/table/aggregates.h"

Go to the source code of this file.

Classes

class  lsst::meas::extensions::psfex::detail::PsfexPsfFactory
 

Namespaces

 lsst
 
 lsst::meas
 
 lsst::meas::extensions
 
 lsst::meas::extensions::psfex
 
 lsst::meas::extensions::psfex::detail
 

Detailed Description

Represent a PSF using the representation from Emmanuel's PSFEX code.

Definition in file PsfexPsf.cc.

Variable Documentation

table::Key<table::Array<float> > _comp

Definition at line 351 of file PsfexPsf.cc.

table::Key<int> _comp_size

Definition at line 316 of file PsfexPsf.cc.

table::Key<table::Array<double> > _context_first

Definition at line 352 of file PsfexPsf.cc.

table::Key<table::Array<double> > _context_second

Definition at line 353 of file PsfexPsf.cc.

table::Key<int> _context_size

Definition at line 317 of file PsfexPsf.cc.

table::Key<float> _pixstep

Definition at line 320 of file PsfexPsf.cc.

table::Key<table::Array<int> > _size

Definition at line 350 of file PsfexPsf.cc.

table::Key<int> _size_size

Definition at line 315 of file PsfexPsf.cc.

table::PointKey<double> averagePosition

Definition at line 319 of file PsfexPsf.cc.

table::Key<table::Array<double> > basis

Definition at line 347 of file PsfexPsf.cc.

table::Key<table::Array<double> > coeff

Definition at line 348 of file PsfexPsf.cc.

table::Key<table::Array<int> > degree

Definition at line 346 of file PsfexPsf.cc.

table::Key<table::Array<int> > group

Definition at line 345 of file PsfexPsf.cc.

table::Key<int> ncoeff

Definition at line 313 of file PsfexPsf.cc.

table::Key<int> ndim

Definition at line 311 of file PsfexPsf.cc.

table::Key<int> ngroup

Definition at line 312 of file PsfexPsf.cc.

table::Schema schema

Definition at line 308 of file PsfexPsf.cc.