Definition at line 35 of file _mask.py.
◆ __reduce__()
| lsst.afw.image._image._mask.Mask.__reduce__ |
( |
| self | ) |
|
◆ __repr__()
| lsst.afw.image._image._mask.Mask.__repr__ |
( |
| self | ) |
|
◆ __str__()
| lsst.afw.image._image._mask.Mask.__str__ |
( |
| self | ) |
|
◆ writeFitsWithOptions()
| 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.
Definition at line 51 of file _mask.py.
◆ array
| lsst.afw.image._image._mask.Mask.array |
◆ 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: