lsst.meas.algorithms ga2e4dd1c03+626790451e
Loading...
Searching...
No Matches
Public Member Functions | Protected 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

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

Protected Member Functions

 _refresh_metadata (self)
 

Detailed Description

Definition at line 457 of file stamps.py.

Member Function Documentation

◆ _refresh_metadata()

lsst.meas.algorithms.stamps.Stamps._refresh_metadata ( self)
protected
Make sure metadata is up to date, as this object can be extended.

Reimplemented from lsst.meas.algorithms.stamps.StampsBase.

Reimplemented in lsst.meas.algorithms.brightStarStamps.BrightStarStamps.

Definition at line 458 of file stamps.py.

◆ append()

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 466 of file stamps.py.

◆ extend()

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 479 of file stamps.py.

◆ getPositions()

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

Definition at line 463 of file stamps.py.

◆ readFits()

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 493 of file stamps.py.

◆ readFitsWithOptions()

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 509 of file stamps.py.


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