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

Class LineStatQuantity

source code

Line statistical quantities to be requested with DataField.area_get_line_stats().


Since: 2.2

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]
  LINE_STAT_KURTOSIS
Line excess kurtosis (which is 0 for a Gaussaian distrubution, not 3).
  LINE_STAT_LENGTH
Line length.
  LINE_STAT_MAXIMUM
Maximum value.
  LINE_STAT_MAXPOS
Maximum position along the line (Since 2.48).
  LINE_STAT_MEAN
Mean value.
  LINE_STAT_MEDIAN
Median.
  LINE_STAT_MINIMUM
Minimum value.
  LINE_STAT_MINPOS
Minimum position along the line (Since 2.48).
  LINE_STAT_RA
Arithmetic mean surface roughness.
  LINE_STAT_RANGE
Difference between maximum and minimum value (Since 2.42).
  LINE_STAT_RMS
Root mean square of deviations from the mean value.
  LINE_STAT_RT
Total height of the roughness profile.
  LINE_STAT_RZ
Maximum height of the roughness profile.
  LINE_STAT_SKEW
Line skew.
  LINE_STAT_SLOPE
Overall line slope.
  LINE_STAT_TAN_BETA0
Root mean square slope.
  LINE_STAT_VARIATION
Variation (integral of absolute value) (Since 2.42).