Versions Compared

Key

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

...

  • pyana_bld
    Code Block
     do_ebeam            # Plot data from EBeam object
     do_gasdetector      # Plot data from GasDetector
     do_phasecavity      # Plot data from PhaseCavity
    
    Beam energy and position. Gas detector energy measurements

xtcscanner

This is a command-line interface to the XtcScanner class that makes a summary of the xtc file.tool also belongs to the XtcExplorer package, and is used by the GUI. But the tool can also be run directly from the command line:

Code Block
usage: xtcscanner [options] xtc-files ...

options:
  -h, --help            show this help message and exit
  -n NDATAGRAMS, --ndatagrams=NDATAGRAMS
  -v, --verbose
  -l L1_OFFSET, --l1-offset=L1_OFFSET

...