LSSTApplications
10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
|
#include <cmath>
#include <sstream>
#include <iostream>
#include <numeric>
#include "boost/iterator/iterator_adaptor.hpp"
#include "boost/iterator/transform_iterator.hpp"
#include "ndarray/eigen.h"
#include "lsst/base.h"
#include "lsst/pex/exceptions.h"
#include "lsst/afw/image/ImageUtils.h"
#include "lsst/afw/math/Statistics.h"
#include "lsst/meas/algorithms/CoaddPsf.h"
#include "lsst/afw/table/io/OutputArchive.h"
#include "lsst/afw/table/io/InputArchive.h"
#include "lsst/afw/table/io/CatalogVector.h"
#include "lsst/meas/algorithms/WarpedPsf.h"
Go to the source code of this file.
Classes | |
class | lsst::meas::algorithms::CoaddPsf::Factory |
Namespaces | |
lsst | |
Estimate image backgrounds. | |
lsst::meas | |
lsst::meas::algorithms | |
Functions | |
afw::geom::Box2I | lsst::meas::algorithms::getOverallBBox (std::vector< boost::shared_ptr< afw::image::Image< double > >> const &imgVector) |
void | lsst::meas::algorithms::addToImage (boost::shared_ptr< afw::image::Image< double > > image, std::vector< boost::shared_ptr< afw::image::Image< double > >> const &imgVector, std::vector< double > const &weightVector) |
tbl::PointKey<double> averagePosition |
Definition at line 328 of file CoaddPsf.cc.
tbl::Key<int> cacheSize |
Definition at line 327 of file CoaddPsf.cc.
tbl::Key<int> coaddWcs |
Definition at line 326 of file CoaddPsf.cc.
tbl::Schema schema |
Definition at line 325 of file CoaddPsf.cc.
double w |
Definition at line 57 of file CoaddPsf.cc.
tbl::Key<std::string> warpingKernelName |
Definition at line 329 of file CoaddPsf.cc.
double wx |
Definition at line 55 of file CoaddPsf.cc.
double wy |
Definition at line 56 of file CoaddPsf.cc.