You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

New features and improvements:

  • added the command-line version of the Calibration Manager tool. The tool's name is calibrun
  • the first production version of the new psana-based Translator replacing O2OTranslator
  • the first implementation of the direct access to events from Python psana. Here is how this can be used from the interactive Python psana:

    from psana import *
    ds = DataSource('exp=cxitut13:run=22')
    for run in ds.runs():
        times = run.times()
        evt = run.event(times[12])  # get the 13th event of the run
        ...
     

Bugs fixed:

  • fixed a bug in O2OTranslator affecting ePIX-100
  • bug fixes and improvements in the Calibration manager GUI and algorithms
  • No labels