lsst.afw  21.0.0-42-gd49707f5a+db122c3704
Functions
lsst.afw.detection.utils Namespace Reference

Functions

def writeFootprintAsDefects (fd, foot)
 

Function Documentation

◆ writeFootprintAsDefects()

def lsst.afw.detection.utils.writeFootprintAsDefects (   fd,
  foot 
)
Write foot as a set of Defects to fd

Given a detection footprint, convert it to a BBoxList and write the output to the file object fd.

Parameters
----------
fd : `typing.TextIO`
foot : `lsst.afw.detection.Footprint`

See Also
--------
lsst.afw.detection.footprintToBBoxList

Definition at line 27 of file utils.py.