readFitsWithOptions¶
- lsst.meas.algorithms.readFitsWithOptions(filename, stamp_factory, options)¶
- Read stamps from FITS file, allowing for only a subregion of the stamps to be read. - Parameters:
- filenamestr
- A string indicating the file to read 
- stamp_factoryclassmethod
- A factory function defined on a dataclass for constructing stamp objects a la - Stamp
- optionsPropertyListordict
- A collection of parameters. If it contains a bounding box ( - bboxkey), or if certain other keys (- llcX,- llcY,- width,- height) are available for one to be constructed, the bounding box is passed to the- FitsReaderin order to return a sub-image.
 
- filename
- Returns: