Versions Compared

Key

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

...

This pattern is similar to an MPI "reduce" operation.

Binning, Binning2D

Used to generate 1D and 2D summed histograms from per-event x (1D) or x/y (2D) coordinates.  This is an infinite sum, i.e. currently no support for a time window).  Internally it uses the Accumulator pattern.  See the numpy.histogram documentation for a description of the "density" parameter.

MeanVsScan, MeanWaveformVsScan

Compute the mean of a value or waveform as a function of step number for an LCLS step-scan.

Global Operations Typically Used Internally By AMI

...