|
| std::shared_ptr< Footprint > | mergeFootprints (Footprint const &footprint1, Footprint const &footprint2) |
| |
| std::vector< lsst::geom::Box2I > | footprintToBBoxList (Footprint const &footprint) |
| |
| HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > | makeHeavyFootprint (Footprint const &foot, lsst::afw::image::MaskedImage< ImagePixelT, MaskPixelT, VariancePixelT > const &img, HeavyFootprintCtrl const *ctrl=NULL) |
| |
| std::shared_ptr< HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > > | mergeHeavyFootprints (HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > const &h1, HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > const &h2) |
| |
| std::ostream & | operator<< (std::ostream &os, PeakRecord const &record) |
| |
| Threshold | createThreshold (const double value, const std::string type="value", const bool polarity=true) |
| |
| template std::shared_ptr< HeavyFootprint< std::uint16_t > > | mergeHeavyFootprints< std::uint16_t > (HeavyFootprint< std::uint16_t > const &, HeavyFootprint< std::uint16_t > const &) |
| |
| template std::shared_ptr< HeavyFootprint< double > > | mergeHeavyFootprints< double > (HeavyFootprint< double > const &, HeavyFootprint< double > const &) |
| |
| template std::shared_ptr< HeavyFootprint< float > > | mergeHeavyFootprints< float > (HeavyFootprint< float > const &, HeavyFootprint< float > const &) |
| |
| template std::shared_ptr< HeavyFootprint< int > > | mergeHeavyFootprints< int > (HeavyFootprint< int > const &, HeavyFootprint< int > const &) |
| |
| int | resolve_alias (const std::vector< int > &aliases, int id) |
| | Follow a chain of aliases, returning the final resolved value. More...
|
| |