LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Classes | Namespaces | Functions
CoaddPsf.cc File Reference
#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/geom/Box.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/afw/table/io/Persistable.cc"
#include "lsst/meas/algorithms/WarpedPsf.h"

Go to the source code of this file.

Classes

class  lsst::meas::algorithms::CoaddPsf::Factory
 

Namespaces

 lsst
 A base class for image defects.
 
 lsst::afw
 
 lsst::afw::table
 
 lsst::afw::table::io
 
 lsst::meas
 
 lsst::meas::algorithms
 Fit spatial kernel using approximate fluxes for candidates, and solving a linear system of equations.
 

Functions

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)
 

Variable Documentation

◆ averagePosition

afw::table::PointKey<double> averagePosition

Definition at line 340 of file CoaddPsf.cc.

◆ cacheSize

afw::table::Key<int> cacheSize

Definition at line 339 of file CoaddPsf.cc.

◆ coaddWcs

afw::table::Key<int> coaddWcs

Definition at line 338 of file CoaddPsf.cc.

◆ schema

afw::table::Schema schema

Definition at line 337 of file CoaddPsf.cc.

◆ w

double w
Examples
image2.cc, and maskedImage2.cc.

Definition at line 69 of file CoaddPsf.cc.

◆ warpingKernelName

afw::table::Key<std::string> warpingKernelName

Definition at line 341 of file CoaddPsf.cc.

◆ wx

double wx

Definition at line 67 of file CoaddPsf.cc.

◆ wy

double wy

Definition at line 68 of file CoaddPsf.cc.