Versions Compared

Key

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

...

This module collects data from the BeamLine Detectors (Bld) and plots them in separate windows. In SlideMode, the plots accumulate from one plot to the next.
To run this module by itself with pyana:

pyana -m XtcExplorer/src/.pyana_waveform.py bld <xtc files>

Code Block
none
none
 do_ebeam           = False       #  Plot data from EBeam object
 do_gasdetector     = False       #  Plot data from GasDetector
 do_phasecavity     = False       #  Plot data from PhaseCavity
 do_ipimb           = False       #  Plot data from SharedIpimb

...

Plots waveform data from Acqiris digitizers. Takes a list of addresses, currently will make one plot for each channel of each device.
To run this module by itself with pyana:

pyana -m XtcExplorer/src/.pyana_waveform .py <xtc files>

Configurable options:

...

To run this module by itself with pyana:

pyana -m XtcExplorer/src/.pyana_cspad .py <xtc files>

Options must be specified in a configuration file. Only the img_sources parameter is required.

...