|
lsst.afw g3a5ebb7d8a+28b83bf6a5
|
Public Member Functions | |
| __reduce__ (self) | |
| __str__ (self) | |
| __repr__ (self) | |
| writeFitsWithOptions (self, dest, options, item=None) | |
Public Attributes | |
| array | |
Static Public Attributes | |
| tuple | TEMPLATE_PARAMS = ("dtype",) |
| tuple | TEMPLATE_DEFAULTS = (MaskPixel,) |
| readFitsWithOptions = classmethod(imageReadFitsWithOptions) | |
| lsst.afw.image._image._mask.Mask.writeFitsWithOptions | ( | self, | |
| dest, | |||
| options, | |||
| item = None ) |
Write an Mask to FITS, with options
Parameters
----------
dest : `str`
Fits file path to which to write the mask.
options : `collections.abc.Mappoing`
Write options. The item ``item`` is accessed. It must contain a
mapping with data for
`lsst.afw.fits.CompressionOptions.from_mapping`, or `None` for no
compression.
item : `str`, optional
Item to read from the ``options`` parameter.
If not specified it will default to "mask" if present, else
will fallback to the generic "image" options.
|
static |
|
static |
|
static |