Versions Compared

Key

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

...

  • TimeTool: added options "beam_on_off_key" and "laser_on_off_key" to allow a Psana module to override TimeTool logic that categorizes events. See documentation at psana Module Catalog - TimeTool.Analyze. (PSAS-102)
  • Translator:
    • fastindex feature added to MPI Split-scan Translator for purposes of online analysis (PSAS-98)
    • look for and translate data that user Psana Modules produce during BeginJob/BeginRun/BeginCalibCycle as well as EndJob/EndRun/EndCalibCycle. If found, create subgroup EndData to standard groups for this data. (PSAS-101)
    • add "split_cc_in_subdir" option to write cc files in a separate subdirectory.(PSAS-104, PSWA-32)
    • Bump overall hdf5 schema version from 4 to 5.
  • add parameter to have psana wait for new runs in live mode (PSAS-108)
  • DDL:
    • Rewrite DDL compiler wrappers to: (follow up to PSAS-103):
    •  exclude smalldata from Translator and hdf2psana backends
    • optionally support DEVEL switch
  • PSCalib: GeometryObject  
    • GeometryObject - add method get_geo_pars (PSAS-11)
    • In GeometryAccess, GeometryObject, SegGeometryMatrixV1 - improve memory management (PSAS-34)
    • In GeometryObject add parameter do_eval in get_pixel_coords(...) and evaluate_pixel_coords(...)
  • PSQt:
    • Add many classes for GUI and logger (PSAS-34).
    From now, all messages go to the Logger.
    • Implement signal and slot methods for communication between project objects. Connect , connect all parts of app in GUIMain.
    • Improve memory management in GeometryAccess, GeometryObject, SegGeometryMatrixV1 -delete old objects before updates.

...