LSSTApplications
21.0.0+1b62c9342b,21.0.0+45a059f35e,21.0.0-1-ga51b5d4+ceb9cf20a3,21.0.0-2-g103fe59+4d13aff7ba,21.0.0-2-g1367e85+571a348718,21.0.0-2-g2909d54+45a059f35e,21.0.0-2-g45278ab+1b62c9342b,21.0.0-2-g4bc9b9f+ebfe466dad,21.0.0-2-g5242d73+571a348718,21.0.0-2-g54e2caa+07cebfb09d,21.0.0-2-g66bcc37+0b2c5d3971,21.0.0-2-g7f82c8f+08f1f55c36,21.0.0-2-g8dde007+5d1b9cb3f5,21.0.0-2-g8f08a60+73884b2cf5,21.0.0-2-ga326454+08f1f55c36,21.0.0-2-ga63a54e+458e82fbcd,21.0.0-2-gc738bc1+8c4731df06,21.0.0-2-gde069b7+5a8f2956b8,21.0.0-2-ge17e5af+571a348718,21.0.0-2-ge712728+cfa36ee5f9,21.0.0-2-gecfae73+e597808034,21.0.0-2-gfc62afb+571a348718,21.0.0-20-g4449a12+6d1341e0f3,21.0.0-22-gf0532904+1cd928f0c5,21.0.0-3-g4c5b185+c3794955c6,21.0.0-3-g6d51c4a+0b2c5d3971,21.0.0-3-g8076721+5adeb471db,21.0.0-3-gaa929c8+01f4b7cfca,21.0.0-3-gd222c45+afc8332dbe,21.0.0-4-g1383c07+0b2c5d3971,21.0.0-4-g3300ddd+1b62c9342b,21.0.0-4-g5873dc9+9a92674037,21.0.0-4-g8a80011+bd904b6426,21.0.0-5-gcff38f6+844b7f7b93,21.0.0-6-g463d161+18af5fb57b,21.0.0-6-gd3283ba+01f4b7cfca,21.0.0-8-g19111d86+8234efb485,21.0.0-9-g7bed000b9+c7d3cce47e,w.2021.04
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.