Skip to content
Snippets Groups Projects

Feature field average windowing

Merged Admin requested to merge feature-fieldAverage-windowing into develop

Extended the fieldAverage FO to include an 'exact' windowing method.

In earlier versions the window option generated a pseudo/approximate window average. The type must now be specified by the windowType entry, e.g. for backwards compatibility, use :

windowType  approximate;

and for the new exact window average

windowType  exact;

Note that the exact method requires all instances of the field to be cached within the windowing interval, leading to increased memory usage, and also need to be written to enable a clean restart. To suppress writing of all intermediate field files (disabling smooth restart) use the option

allowRestart yes;

Merge request reports

Approval is optional

Merged by AdminAdmin 7 years ago (Nov 13, 2017 8:59am UTC)

Merge details

  • Changes merged into with 8d77e2ef.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • merged

    By Andrew Heather on 2017-11-13T08:59:37 (imported from GitLab project)

Please register or sign in to reply
Loading