lsst.meas.algorithms gbe01a4569f+c257e9bfb8
Public Member Functions | Public Attributes | List of all members
lsst.meas.algorithms.measureApCorr.FluxKeys Class Reference

Public Member Functions

def __init__ (self, name, schema)
 

Public Attributes

 flux
 
 err
 
 flag
 
 used
 

Detailed Description

A collection of keys for a given flux measurement algorithm

Definition at line 37 of file measureApCorr.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.meas.algorithms.measureApCorr.FluxKeys.__init__ (   self,
  name,
  schema 
)
Construct a FluxKeys

Parameters
----------
name : `str`
    Name of flux measurement algorithm, e.g. "base_PsfFlux"
schema : `lsst.afw.table.Schema`
    Catalog schema containing the flux field
        read: {name}_instFlux, {name}_instFluxErr, {name}_flag
        added: apcorr_{name}_used

Definition at line 42 of file measureApCorr.py.

Member Data Documentation

◆ err

lsst.meas.algorithms.measureApCorr.FluxKeys.err

Definition at line 55 of file measureApCorr.py.

◆ flag

lsst.meas.algorithms.measureApCorr.FluxKeys.flag

Definition at line 56 of file measureApCorr.py.

◆ flux

lsst.meas.algorithms.measureApCorr.FluxKeys.flux

Definition at line 54 of file measureApCorr.py.

◆ used

lsst.meas.algorithms.measureApCorr.FluxKeys.used

Definition at line 57 of file measureApCorr.py.


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