lsst.meas.algorithms gc655b1545f+1470109897
|
Public Member Functions | |
def | getPositions (self) |
def | append (self, item) |
def | extend (self, stamp_list) |
def | readFits (cls, filename) |
def | readFitsWithOptions (cls, filename, options) |
def lsst.meas.algorithms.stamps.Stamps.append | ( | self, | |
item | |||
) |
Add an additional stamp. Parameters ---------- item : `Stamp` Stamp object to append.
Reimplemented in lsst.meas.algorithms.brightStarStamps.BrightStarStamps.
def lsst.meas.algorithms.stamps.Stamps.extend | ( | self, | |
stamp_list | |||
) |
Extend Stamps instance by appending elements from another instance. Parameters ---------- stamps_list : `list` [`Stamp`] List of Stamp object to append.
Reimplemented in lsst.meas.algorithms.brightStarStamps.BrightStarStamps.
def lsst.meas.algorithms.stamps.Stamps.getPositions | ( | self | ) |
def 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.
Reimplemented in lsst.meas.algorithms.brightStarStamps.BrightStarStamps.
def 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.
Reimplemented in lsst.meas.algorithms.brightStarStamps.BrightStarStamps.