lsst.pipe.tasks g0bc41560cc+0dcb0a3cae
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.fit_multiband.CatalogExposure Class Reference
Inheritance diagram for lsst.pipe.tasks.fit_multiband.CatalogExposure:
lsst.pipe.tasks.fit_coadd_multiband.CatalogExposureInputs lsst.pipe.tasks.fit_coadd_psf.CatalogExposurePsf

Public Member Functions

str band (self)
 
afwImage.PhotoCalib|None calib (self)
 
def __post_init__ (self)
 

Static Public Attributes

 dict
 
 title
 
 None
 
 int
 
 default_factory
 

Detailed Description

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

The intent is to store an exposure and an associated measurement catalog.
Users may omit one but not both (e.g. if the intent is just to attach
a dataId and metadata to a catalog or exposure).

Definition at line 38 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 46 of file fit_multiband.py.

◆ calib()

afwImage.PhotoCalib | None lsst.pipe.tasks.fit_multiband.CatalogExposure.calib (   self)

Definition at line 50 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 53 of file fit_multiband.py.

◆ int

lsst.pipe.tasks.fit_multiband.CatalogExposure.int
static

Definition at line 57 of file fit_multiband.py.

◆ None

lsst.pipe.tasks.fit_multiband.CatalogExposure.None
static

Definition at line 55 of file fit_multiband.py.

◆ title

lsst.pipe.tasks.fit_multiband.CatalogExposure.title
static

Definition at line 54 of file fit_multiband.py.


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