Versions Compared

Key

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

...

MeanVsScan, MeanWaveformVsScan

Global Operations Typically Used Internally By AMI

PickN

Use-case summary: Use PickN when you need to gather a precise number of events from multiple workers.  It is unusual for users to directly use this pattern: it is typically only used internally by AMI.  The ami graph output will update only when N events have been collected.  Note that there is some arithmetic rounding depending on the number of events requested and the number of workers running parallel.  This pattern (and RollingBuffer, below) are similar.

...