Class SdssShapeTransform¶
Defined in File SdssShape.h
Inheritance Relationships¶
Base Type¶
public lsst::meas::base::BaseTransform
(Class BaseTransform)
Class Documentation¶
-
class
SdssShapeTransform
: public lsst::meas::base::BaseTransform¶ Transformation for SdssShape measurements.
SdssShape measures not just shape but also instFlux and centroid. This transform operates on the first directly, and delegates to the Flux and Centroid transforms for the other two.
Public Types
-
typedef SdssShapeControl
Control
¶
Public Functions
-
SdssShapeTransform
(Control const &ctrl, std::string const &name, afw::table::SchemaMapper &mapper)¶
-
virtual void
operator()
(afw::table::SourceCatalog const &inputCatalog, afw::table::BaseCatalog &outputCatalog, afw::geom::SkyWcs const &wcs, afw::image::PhotoCalib const &photoCalib) const¶
-
typedef SdssShapeControl