Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Set of rules to allow selection of lows from an input time series.

Attributes

In the configuration of low selections there are two choices for refining the selection:

    • An attribute "totalNumberBeforeT0" must be defined. The value attribute defines the maximum number of lows to consider before T0.
    • An attribute "totalNumberAfterT0" must be defined. The value attribute defines the maximum number of lows to consider after T0.
    • An attribute "skipJustBeforeT0" indicates how many lows to skip just before T0. (optional)
    • An attribute "skipJustAfterT0" indicates how many lows to skip just after T0. (optional)
  • or
    • An attribute "totalNumber" must be defined. The value attribute defines the maximum number of lows to consider.

...