lsst.meas.algorithms gc655b1545f+9203835f67
|
#include <cmath>
#include "lsst/pex/exceptions.h"
#include "lsst/afw/math/FunctionLibrary.h"
#include "lsst/afw/image/ImageUtils.h"
#include "lsst/afw/table/io/OutputArchive.h"
#include "lsst/afw/table/io/InputArchive.h"
#include "lsst/afw/table/io/CatalogVector.h"
#include "lsst/afw/table/io/Persistable.cc"
#include "lsst/afw/table/aggregates.h"
#include "lsst/meas/algorithms/DoubleGaussianPsf.h"
Go to the source code of this file.
Namespaces | |
namespace | lsst |
namespace | lsst::afw |
namespace | lsst::afw::table |
namespace | lsst::afw::table::io |
namespace | lsst::meas |
namespace | lsst::meas::algorithms |
Fit spatial kernel using approximate fluxes for candidates, and solving a linear system of equations. | |
namespace | lsst::afw::detection |
afw::table::Key<double> b |
Definition at line 59 of file DoubleGaussianPsf.cc.
afw::table::PointKey<int> dimensions |
Definition at line 56 of file DoubleGaussianPsf.cc.
afw::table::Schema schema |
Definition at line 55 of file DoubleGaussianPsf.cc.
afw::table::Key<double> sigma1 |
Definition at line 57 of file DoubleGaussianPsf.cc.
afw::table::Key<double> sigma2 |
Definition at line 58 of file DoubleGaussianPsf.cc.