Versions Compared

Key

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

...

observe the same results as in Exercise 2.

Currently implemented pyana/psana modules

Code Block

XtcExplorer/src/pyana_bld.py          # display of Beam-line data
XtcExplorer/src/pyana_epics.py        # display of Epics PV data
XtcExplorer/src/pyana_scan.py         # display of motor scan data
XtcExplorer/src/pyana_encoder.py      # display of encoder data
XtcExplorer/src/pyana_ipimb.py        # display of diode data from IPIMB and PIM
XtcExplorer/src/pyana_waveform.py     # display of waveform data
XtcExplorer/src/pyana_image.py        # display of camera image data
XtcExplorer/src/pyana_plotter.py      # a plotter module to control the event display

These modules can be included in the configuration file using editor with parameters explained in XTC Explorer

What to use pyana or psana?

Now you are familiar with general concept of how to launch pyana or psana in the xtcexplorer or command line for existing modules. But you need in more data processing and would like to get data in your code in the framework module. What framework should you prefer pyana or psana?
We strongly encourage people to use psana, which covers everything what is available in pyana and has more features, which are not available in pyana.

Framework interfaces in pyana and psana modules are slightly different, that is explained in
Migration from pyana to psana

References

XTC Explorer
HDF5 Explorer
Pyana User Manual
Migration from pyana to psana

...