Struct CoaddBoundedFieldElement

Struct Documentation

struct CoaddBoundedFieldElement

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

Public Functions

lsst::meas::algorithms::CoaddBoundedFieldElement::CoaddBoundedFieldElement(PTR( afw::math::BoundedField ) field_, PTR( afw::geom::SkyWcs const) wcs_, PTR( afw::geom::polygon::Polygon const) validPolygon_, double weight_ = 1.0)
bool operator==(CoaddBoundedFieldElement const &rhs) const

Elements are equal if all their components are equal

Warning

: Polygon equality is based on pointer equality, which is too picky and does not survive persistence.

bool operator!=(CoaddBoundedFieldElement const &rhs) const

Elements are equal if all their components are equal

Warning

: Polygon equality is based on pointer equality, which is too picky and does not survive persistence.

PTR(afw::math::BoundedField)
PTR(afw::geom::SkyWcs const)
PTR(afw::geom::polygon::Polygon const)

Public Members

double weight