|
lsst.meas.algorithms g4a7591d645+ff8a1bd350
|
Public Member Functions | |
| getPositions (self) | |
| append (self, item) | |
| extend (self, stamp_list) | |
| readFits (cls, filename) | |
| readFitsWithOptions (cls, filename, options) | |
| writeFits (self, filename) | |
| __len__ (self) | |
| __getitem__ (self, index) | |
| __iter__ (self) | |
| getMaskedImages (self) | |
| getArchiveElements (self) | |
| metadata (self) | |
Public Attributes | |
| use_mask = use_mask | |
| use_variance = use_variance | |
| use_archive = use_archive | |
Protected Member Functions | |
| _refresh_metadata (self) | |
Protected Attributes | |
| _stamps = stamps | |
| _metadata = PropertyList() if metadata is None else metadata.deepCopy() | |
|
inherited |
|
inherited |
|
inherited |
|
protected |
Make sure metadata is up to date, as this object can be extended.
Reimplemented from lsst.meas.algorithms.stamps.StampsBase.
| lsst.meas.algorithms.stamps.Stamps.append | ( | self, | |
| item ) |
| lsst.meas.algorithms.stamps.Stamps.extend | ( | self, | |
| stamp_list ) |
|
inherited |
|
inherited |
|
inherited |
| lsst.meas.algorithms.stamps.Stamps.readFits | ( | cls, | |
| filename ) |
Build an instance of this class from a file.
Parameters
----------
filename : `str`
Name of the file to read.
Returns
-------
object : `Stamps`
An instance of this class.
Reimplemented from lsst.meas.algorithms.stamps.StampsBase.
| lsst.meas.algorithms.stamps.Stamps.readFitsWithOptions | ( | cls, | |
| filename, | |||
| options ) |
Build an instance of this class with options.
Parameters
----------
filename : `str`
Name of the file to read.
options : `PropertyList` or `dict`
Collection of metadata parameters.
Returns
-------
object : `Stamps`
An instance of this class.
Reimplemented from lsst.meas.algorithms.stamps.StampsBase.
|
inherited |
|
protectedinherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
inherited |