Definition at line 410 of file stamps.py.
◆ __getitem__()
def lsst.meas.algorithms.stamps.StampsBase.__getitem__ |
( |
|
self, |
|
|
|
index |
|
) |
| |
|
inherited |
◆ __iter__()
def lsst.meas.algorithms.stamps.StampsBase.__iter__ |
( |
|
self | ) |
|
|
inherited |
◆ __len__()
def lsst.meas.algorithms.stamps.StampsBase.__len__ |
( |
|
self | ) |
|
|
inherited |
◆ append()
def lsst.meas.algorithms.stamps.Stamps.append |
( |
|
self, |
|
|
|
item |
|
) |
| |
Add an additional stamp.
Parameters
----------
item : `Stamp`
Stamp object to append.
Definition at line 419 of file stamps.py.
◆ extend()
def lsst.meas.algorithms.stamps.Stamps.extend |
( |
|
self, |
|
|
|
stamp_list |
|
) |
| |
◆ getArchiveElements()
def lsst.meas.algorithms.stamps.StampsBase.getArchiveElements |
( |
|
self | ) |
|
|
inherited |
Retrieve archive elements associated with each stamp.
Returns
-------
archiveElements :
`list` [`lsst.afwTable.io.Persistable`]
Definition at line 395 of file stamps.py.
◆ getMaskedImages()
def lsst.meas.algorithms.stamps.StampsBase.getMaskedImages |
( |
|
self | ) |
|
|
inherited |
Retrieve star images.
Returns
-------
maskedImages :
`list` [`lsst.afw.image.maskedImage.maskedImage.MaskedImageF`]
Definition at line 385 of file stamps.py.
◆ getPositions()
def lsst.meas.algorithms.stamps.Stamps.getPositions |
( |
|
self | ) |
|
◆ metadata()
def lsst.meas.algorithms.stamps.StampsBase.metadata |
( |
|
self | ) |
|
|
inherited |
◆ readFits()
def lsst.meas.algorithms.stamps.Stamps.readFits |
( |
|
cls, |
|
|
|
filename |
|
) |
| |
◆ readFitsWithOptions()
def lsst.meas.algorithms.stamps.Stamps.readFitsWithOptions |
( |
|
cls, |
|
|
|
filename, |
|
|
|
options |
|
) |
| |
◆ writeFits()
def lsst.meas.algorithms.stamps.StampsBase.writeFits |
( |
|
self, |
|
|
|
filename |
|
) |
| |
|
inherited |
Write this object to a file.
Parameters
----------
filename : `str`
Name of file to write
Definition at line 363 of file stamps.py.
◆ use_archive
lsst.meas.algorithms.stamps.StampsBase.use_archive |
|
inherited |
◆ use_mask
lsst.meas.algorithms.stamps.StampsBase.use_mask |
|
inherited |
◆ use_variance
lsst.meas.algorithms.stamps.StampsBase.use_variance |
|
inherited |
The documentation for this class was generated from the following file: