lsst.meas.extensions.psfex  14.0+8
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

◆ _comp

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

Definition at line 351 of file PsfexPsf.cc.

◆ _comp_size

table::Key<int> _comp_size

Definition at line 316 of file PsfexPsf.cc.

◆ _context_first

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

Definition at line 352 of file PsfexPsf.cc.

◆ _context_second

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

Definition at line 353 of file PsfexPsf.cc.

◆ _context_size

table::Key<int> _context_size

Definition at line 317 of file PsfexPsf.cc.

◆ _pixstep

table::Key<float> _pixstep

Definition at line 320 of file PsfexPsf.cc.

◆ _size

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

Definition at line 350 of file PsfexPsf.cc.

◆ _size_size

table::Key<int> _size_size

Definition at line 315 of file PsfexPsf.cc.

◆ averagePosition

table::PointKey<double> averagePosition

Definition at line 319 of file PsfexPsf.cc.

◆ basis

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

Definition at line 347 of file PsfexPsf.cc.

◆ coeff

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

Definition at line 348 of file PsfexPsf.cc.

◆ degree

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

Definition at line 346 of file PsfexPsf.cc.

◆ group

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

Definition at line 345 of file PsfexPsf.cc.

◆ ncoeff

table::Key<int> ncoeff

Definition at line 313 of file PsfexPsf.cc.

◆ ndim

table::Key<int> ndim

Definition at line 311 of file PsfexPsf.cc.

◆ ngroup

table::Key<int> ngroup

Definition at line 312 of file PsfexPsf.cc.

◆ schema

table::Schema schema

Definition at line 308 of file PsfexPsf.cc.