Versions Compared

Key

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

...

Peak finding algorithms locate regions of charge in an area detector.   psana-python represents all area detectors as numpy arrays (typically a 2-dimensional array, or a 3-dimensional array for multi-panel detectors) .  psana provides three peak finding algorithms that are callable from pythonso these python-callable algorithms will work on all area detectors.

Additional documentation is here and examples are here.

...