lsst.meas.algorithms gf82c78fb6f+7a01b0dd38
Loading...
Searching...
No Matches
Public Member Functions | List of all members
lsst.meas.algorithms.stamps.Stamps Class Reference
Inheritance diagram for lsst.meas.algorithms.stamps.Stamps:
lsst.meas.algorithms.stamps.StampsBase lsst.meas.algorithms.brightStarStamps.BrightStarStamps

Public Member Functions

def getPositions (self)
 
def append (self, item)
 
def extend (self, stamp_list)
 
def readFits (cls, filename)
 
def readFitsWithOptions (cls, filename, options)
 

Detailed Description

Definition at line 410 of file stamps.py.

Member Function Documentation

◆ append()

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.

Definition at line 419 of file stamps.py.

◆ extend()

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.

Definition at line 432 of file stamps.py.

◆ getPositions()

def lsst.meas.algorithms.stamps.Stamps.getPositions (   self)

Definition at line 416 of file stamps.py.

◆ readFits()

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.

Definition at line 446 of file stamps.py.

◆ readFitsWithOptions()

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.

Definition at line 462 of file stamps.py.


The documentation for this class was generated from the following file: