Property¶
- class lsst.afw.math.Property¶
Bases:
pybind11_object
Members:
NOTHING
ERRORS
NPOINT
MEAN
STDEV
VARIANCE
MEDIAN
IQRANGE
MEANCLIP
STDEVCLIP
VARIANCECLIP
MIN
MAX
SUM
MEANSQUARE
ORMASK
NCLIPPED
NMASKED
Attributes Summary
Attributes Documentation
- ERRORS = <Property.ERRORS: 1>¶
- IQRANGE = <Property.IQRANGE: 64>¶
- MAX = <Property.MAX: 2048>¶
- MEAN = <Property.MEAN: 4>¶
- MEANCLIP = <Property.MEANCLIP: 128>¶
- MEANSQUARE = <Property.MEANSQUARE: 8192>¶
- MEDIAN = <Property.MEDIAN: 32>¶
- MIN = <Property.MIN: 1024>¶
- NCLIPPED = <Property.NCLIPPED: 32768>¶
- NMASKED = <Property.NMASKED: 65536>¶
- NOTHING = <Property.NOTHING: 0>¶
- NPOINT = <Property.NPOINT: 2>¶
- ORMASK = <Property.ORMASK: 16384>¶
- STDEV = <Property.STDEV: 8>¶
- STDEVCLIP = <Property.STDEVCLIP: 256>¶
- SUM = <Property.SUM: 4096>¶
- VARIANCE = <Property.VARIANCE: 16>¶
- VARIANCECLIP = <Property.VARIANCECLIP: 512>¶
- name¶
- value¶