Definition at line 35 of file _mask.py.
◆ __reduce__()
def lsst.afw.image._image._mask.Mask.__reduce__ |
( |
|
self | ) |
|
◆ __repr__()
def lsst.afw.image._image._mask.Mask.__repr__ |
( |
|
self | ) |
|
◆ __str__()
def lsst.afw.image._image._mask.Mask.__str__ |
( |
|
self | ) |
|
◆ writeFitsWithOptions()
def 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 : `lsst.daf.base.PropertySet`
Write options. The item ``item`` is read.
It must contain an `lsst.daf.base.PropertySet` with data for
``lsst.afw.fits.ImageWriteOptions``.
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.
Definition at line 51 of file _mask.py.
◆ readFitsWithOptions
lsst.afw.image._image._mask.Mask.readFitsWithOptions = classmethod(imageReadFitsWithOptions) |
|
static |
◆ TEMPLATE_DEFAULTS
tuple lsst.afw.image._image._mask.Mask.TEMPLATE_DEFAULTS = (MaskPixel,) |
|
static |
◆ TEMPLATE_PARAMS
tuple lsst.afw.image._image._mask.Mask.TEMPLATE_PARAMS = ("dtype",) |
|
static |
The documentation for this class was generated from the following file: