Module gwy :: Class DataCompatibilityFlags
[hide private]
[frames] | no frames]

Class DataCompatibilityFlags

source code

Data line, field, brick and lawn compatibility flags.

It is not recommended to pass DATA_COMPATIBILITY_ALL to checking functions since not all flags are meaningful for all data objects (even though meaningless flags are generally silently ignored).


Note: All the enumerated values are defined at the module level, not the class level. The are just groupped by class here for easier orientation.

Class Variables [hide private]
  DATA_COMPATIBILITY_ALL
Mask of all defined flags.
  DATA_COMPATIBILITY_AXISCAL
Axis calibrations.
  DATA_COMPATIBILITY_CURVELEN
Lengths of curves in all lawn pixels.
  DATA_COMPATIBILITY_LATERAL
Units of lateral dimensions.
  DATA_COMPATIBILITY_MEASURE
Real to pixel ratios.
  DATA_COMPATIBILITY_NCURVES
Number of lawn curves.
  DATA_COMPATIBILITY_REAL
Real (physical) dimensions.
  DATA_COMPATIBILITY_RES
Pixel sizes.
  DATA_COMPATIBILITY_VALUE
Units of values (for all curves in the case of lawns).
Class Variable Details [hide private]

DATA_COMPATIBILITY_AXISCAL

Axis calibrations. At present it only makes sense for Brick which can have Z-calibrations. (Since 2.51)

DATA_COMPATIBILITY_CURVELEN

Lengths of curves in all lawn pixels. (Since 2.60)

DATA_COMPATIBILITY_NCURVES

Number of lawn curves. (Since 2.60)