LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
Functions | |
def | reduceToFits |
def | unreduceFromFits |
def lsst.afw.fits.pickleFits.reduceToFits | ( | obj | ) |
Pickle to FITS Intended to be used by the __reduce__ method of a class. Assumes the existence of a "writeFits" method on the object.
Definition at line 3 of file pickleFits.py.
def lsst.afw.fits.pickleFits.unreduceFromFits | ( | cls, | |
data, | |||
size | |||
) |
Unpickle from FITS Unpacks data produced by reduceToFits. Assumes the existence of a "readFits" method on the object.
Definition at line 16 of file pickleFits.py.