Versions Compared

Key

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

...

Code Block
none
none
XtcExplorer/src/utilities.py          # PyanaOptions                              - help parse options
                                      # BaseData and classes derived thereof      - store numpy arrays for ipython
                                      # Threshold                                 - keep track of threshold values and region of interest
                                      # Frame                                     - container for a single "plot"
                                      # Plotter                                   - container for a single "canvas"

XtcExplorer/src/cspad.py              # CsPad                                     - for arranging & aligning the CsPad elements

These are imported into the pyana modules wherever needed. You might want to keep this in mind when
using examples from this package. The pyana modules can mostly be run on their own, but they might
need to import this module.

...