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 anCompressionOptions.
Returns#
- reduced
tuple[callable,tuple] a tuple in the format returned by
__reduce__