reduceToFits¶
- lsst.afw.fits.reduceToFits(obj)¶
Pickle to FITS
Intended to be used by the
__reduce__method of a class.- Parameters:
- obj
any object with a
writeFitsmethod taking aMemFileManagerand possibly anImageWriteOptions.
- Returns:
- reduced
tuple[callable,tuple] a tuple in the format returned by
__reduce__
- reduced