Function lsst::afw::detection::footprintToBBoxList¶
Function Documentation¶
- 
std::vector<lsst::geom::Box2I> 
lsst::afw::detection::footprintToBBoxList(Footprint const &footprint)¶ Return a list of BBoxs, whose union contains exactly the pixels in the footprint, neither more nor less.
Useful in generating sets of meas::algorithms::Defects for the ISR
- Parameters
 footprint: Footprint to turn into bounding box list