lsst.pipe.tasks  21.0.0-122-gbd923b4f+6d4c9210e2
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.fit_multiband.CatalogExposure Class Reference

Public Member Functions

str band (self)
 
Optional[afwImage.PhotoCalib] calib (self)
 
def __post_init__ (self)
 

Static Public Attributes

 Dict
 
 default_factory
 

Detailed Description

A class to store a catalog, exposure, and metadata for a given dataId.

This class is intended to store an exposure and an associated measurement
catalog. There are no checks to ensure this, so repurpose responsibly.

Definition at line 40 of file fit_multiband.py.

Member Function Documentation

◆ __post_init__()

def lsst.pipe.tasks.fit_multiband.CatalogExposure.__post_init__ (   self)

Definition at line 60 of file fit_multiband.py.

◆ band()

str lsst.pipe.tasks.fit_multiband.CatalogExposure.band (   self)

Definition at line 47 of file fit_multiband.py.

◆ calib()

Optional[afwImage.PhotoCalib] lsst.pipe.tasks.fit_multiband.CatalogExposure.calib (   self)

Definition at line 51 of file fit_multiband.py.

Member Data Documentation

◆ default_factory

lsst.pipe.tasks.fit_multiband.CatalogExposure.default_factory
static

Definition at line 58 of file fit_multiband.py.

◆ Dict

lsst.pipe.tasks.fit_multiband.CatalogExposure.Dict
static

Definition at line 58 of file fit_multiband.py.


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