Versions Compared

Key

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

...

This module gets the image data array (ndarray<doublendarray<T,2>), where T stands for double, float, int, uint8_t, or uint16_t, and evaluates two masks:

  1. saturated mask for pixels, which had an intensity above the saturation-threshold with frequency grater than specified fraction of events.
  2. noise mask for pixels, which estimated S/N ratio exceeds the S/N-threshold with frequency grater than specified fraction of events.

...