Stamps#

class lsst.meas.algorithms.Stamps(stamps, metadata=None, use_mask=True, use_variance=True, use_archive=False)#

Bases: StampsBase

Methods Summary

append(item)

Add an additional stamp.

extend(stamp_list)

Extend Stamps instance by appending elements from another instance.

getPositions()

readFits(filename)

Build an instance of this class from a file.

readFitsWithOptions(filename, options)

Build an instance of this class with options.

Methods Documentation

append(item)#

Add an additional stamp.

Parameters#

itemStamp

Stamp object to append.

extend(stamp_list)#

Extend Stamps instance by appending elements from another instance.

Parameters#

stamps_listlist [Stamp]

List of Stamp object to append.

getPositions()#
classmethod readFits(filename)#

Build an instance of this class from a file.

Parameters#

filenamestr

Name of the file to read.

Returns#

objectStamps

An instance of this class.

classmethod readFitsWithOptions(filename, options)#

Build an instance of this class with options.

Parameters#

filenamestr

Name of the file to read.

optionsPropertyList or dict

Collection of metadata parameters.

Returns#

objectStamps

An instance of this class.