|
LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
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 "lsst/afw/table/io/Persistable.cc"#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 | |
| A base class for image defects. | |
| lsst::afw | |
| lsst::afw::table | |
| lsst::afw::table::io | |
| lsst::meas | |
| lsst::meas::extensions | |
| lsst::meas::extensions::psfex | |
| lsst::meas::extensions::psfex::detail | |
Represent a PSF using the representation from Emmanuel's PSFEX code.
Definition in file PsfexPsf.cc.
| table::Key<table::Array<float> > _comp |
Definition at line 365 of file PsfexPsf.cc.
| table::Key<int> _comp_size |
Definition at line 330 of file PsfexPsf.cc.
| table::Key<table::Array<double> > _context_first |
Definition at line 366 of file PsfexPsf.cc.
| table::Key<table::Array<double> > _context_second |
Definition at line 367 of file PsfexPsf.cc.
| table::Key<int> _context_size |
Definition at line 331 of file PsfexPsf.cc.
| table::Key<float> _pixstep |
Definition at line 334 of file PsfexPsf.cc.
| table::Key<table::Array<int> > _size |
Definition at line 364 of file PsfexPsf.cc.
| table::Key<int> _size_size |
Definition at line 329 of file PsfexPsf.cc.
| table::PointKey<double> averagePosition |
Definition at line 333 of file PsfexPsf.cc.
| table::Key<table::Array<double> > basis |
Definition at line 361 of file PsfexPsf.cc.
| table::Key<table::Array<double> > coeff |
Definition at line 362 of file PsfexPsf.cc.
| table::Key<table::Array<int> > degree |
Definition at line 360 of file PsfexPsf.cc.
| table::Key<table::Array<int> > group |
Definition at line 359 of file PsfexPsf.cc.
| table::Key<int> ncoeff |
Definition at line 327 of file PsfexPsf.cc.
| table::Key<int> ndim |
Definition at line 325 of file PsfexPsf.cc.
| table::Key<int> ngroup |
Definition at line 326 of file PsfexPsf.cc.
| table::Schema schema |
Definition at line 322 of file PsfexPsf.cc.
1.8.18