lsst.pipe.tasks g8b9e2231ea+fa07cb600e
Loading...
Searching...
No Matches
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

Optional catalog [afwTable.SourceCatalog]
 
Optional exposure [afwImage.Exposure]
 
dafButler dataId .DataCoordinate
 
Optional id_tract_patch = 0
 
Dict metadata = field(default_factory=dict)
 

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

◆ catalog

Optional lsst.pipe.tasks.fit_multiband.CatalogExposure.catalog [afwTable.SourceCatalog]
static

Definition at line 54 of file fit_multiband.py.

◆ dataId

dafButler lsst.pipe.tasks.fit_multiband.CatalogExposure.dataId .DataCoordinate
static

Definition at line 56 of file fit_multiband.py.

◆ exposure

Optional lsst.pipe.tasks.fit_multiband.CatalogExposure.exposure [afwImage.Exposure]
static

Definition at line 55 of file fit_multiband.py.

◆ id_tract_patch

Optional lsst.pipe.tasks.fit_multiband.CatalogExposure.id_tract_patch = 0
static

Definition at line 57 of file fit_multiband.py.

◆ metadata

Dict lsst.pipe.tasks.fit_multiband.CatalogExposure.metadata = field(default_factory=dict)
static

Definition at line 58 of file fit_multiband.py.


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