lsst.pipe.tasks g281251e7f9+9d3b0d3b84
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.pipe.tasks.diff_matched_tract_catalog.MeasurementType Class Reference
Inheritance diagram for lsst.pipe.tasks.diff_matched_tract_catalog.MeasurementType:

Static Public Attributes

 DIFF
 
 CHI
 

Detailed Description

Definition at line 289 of file diff_matched_tract_catalog.py.

Member Data Documentation

◆ CHI

lsst.pipe.tasks.diff_matched_tract_catalog.MeasurementType.CHI
static
Initial value:
= MeasurementTypeInfo(
doc="scaled difference (measured - reference)/error",
name="chi",
)

Definition at line 294 of file diff_matched_tract_catalog.py.

◆ DIFF

lsst.pipe.tasks.diff_matched_tract_catalog.MeasurementType.DIFF
static
Initial value:
= MeasurementTypeInfo(
doc="difference (measured - reference)",
name="diff",
)

Definition at line 290 of file diff_matched_tract_catalog.py.


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