|
lsst.pipe.drivers gf8609944d8+09b21ed3d1
|
Go to the source code of this file.
Namespaces | |
| namespace | lsst |
| namespace | lsst.pipe |
| namespace | lsst.pipe.drivers |
| namespace | lsst.pipe.drivers.checksum |
Functions | |
| def | lsst.pipe.drivers.checksum.checksum (obj, header=None, sumType="MD5") |
| Calculate a checksum of an object. More... | |
Variables | |
| tuple | lsst.pipe.drivers.checksum.exposureTypes = (afwImage.ExposureF, afwImage.ExposureD,) |
| tuple | lsst.pipe.drivers.checksum.maskedImageTypes = (afwImage.MaskedImageF, afwImage.MaskedImageD,) |
| tuple | lsst.pipe.drivers.checksum.decoratedImageTypes = (afwImage.DecoratedImageF, afwImage.DecoratedImageD,) |
| tuple | lsst.pipe.drivers.checksum.imageTypes = (afwImage.ImageF, afwImage.ImageD, afwImage.ImageI,) |
| int | lsst.pipe.drivers.checksum.PROTOCOL = 2 |
| dictionary | lsst.pipe.drivers.checksum.sumFunctions |