lsst.pipe.tasks gb77071e687+d21f51b6f1
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 293 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 298 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 294 of file diff_matched_tract_catalog.py.


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