|
LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
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 | |
| < multiple inclusion guard macro | |
| 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 319 of file CoaddPsf.cc.
| tbl::Key<int> cacheSize |
Definition at line 318 of file CoaddPsf.cc.
| tbl::Key<int> coaddWcs |
Definition at line 317 of file CoaddPsf.cc.
| tbl::Schema schema |
Definition at line 316 of file CoaddPsf.cc.
| double w |
Definition at line 57 of file CoaddPsf.cc.
| tbl::Key<std::string> warpingKernelName |
Definition at line 320 of file CoaddPsf.cc.
| double wx |
Definition at line 55 of file CoaddPsf.cc.
| double wy |
Definition at line 56 of file CoaddPsf.cc.
1.8.5