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
Public Member Functions | Public Attributes | List of all members
lsst::meas::algorithms::CoaddBoundedFieldElement Struct Reference

Struct used to hold one Exposure's data in a CoaddBoundedField. More...

#include <CoaddBoundedField.h>

Public Member Functions

 CoaddBoundedFieldElement (boost::shared_ptr< afw::math::BoundedField > field_, boost::shared_ptr< afw::image::Wcs const > wcs_, boost::shared_ptr< afw::geom::polygon::Polygon const > validPolygon_, double weight_=1.0)
 

Public Attributes

boost::shared_ptr
< afw::math::BoundedField
field
 
boost::shared_ptr
< afw::image::Wcs const > 
wcs
 
boost::shared_ptr
< afw::geom::polygon::Polygon
const > 
validPolygon
 
double weight
 

Detailed Description

Struct used to hold one Exposure's data in a CoaddBoundedField.

Definition at line 34 of file CoaddBoundedField.h.

Constructor & Destructor Documentation

lsst::meas::algorithms::CoaddBoundedFieldElement::CoaddBoundedFieldElement ( boost::shared_ptr< afw::math::BoundedField field_,
boost::shared_ptr< afw::image::Wcs const >  wcs_,
boost::shared_ptr< afw::geom::polygon::Polygon const >  validPolygon_,
double  weight_ = 1.0 
)
inline

Definition at line 36 of file CoaddBoundedField.h.

41  : field(field_), wcs(wcs_), validPolygon(validPolygon_),
42  weight(weight_) {}
boost::shared_ptr< afw::image::Wcs const > wcs
boost::shared_ptr< afw::math::BoundedField > field
boost::shared_ptr< afw::geom::polygon::Polygon const > validPolygon

Member Data Documentation

boost::shared_ptr< afw::math::BoundedField > lsst::meas::algorithms::CoaddBoundedFieldElement::field

Definition at line 44 of file CoaddBoundedField.h.

boost::shared_ptr< afw::geom::polygon::Polygon const > lsst::meas::algorithms::CoaddBoundedFieldElement::validPolygon

Definition at line 46 of file CoaddBoundedField.h.

boost::shared_ptr< afw::image::Wcs const > lsst::meas::algorithms::CoaddBoundedFieldElement::wcs

Definition at line 45 of file CoaddBoundedField.h.

double lsst::meas::algorithms::CoaddBoundedFieldElement::weight

Definition at line 47 of file CoaddBoundedField.h.


The documentation for this struct was generated from the following file: