Versions Compared

Key

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

...

  • support new data type BldDataFEEGasDetEnergyV1better support for versioned data types in Python psana
  • psana now reads back ndarrays from a hdf5 datasource. See The XTC-to-HDF5 Translator for documentation on writing ndarrays to translated hdf5 files.
  • improved messages in calibration modules

...

  • in psana module CSPad2x2ImageProducer - do not terminate processing if data object is missing

  • fixed an indexing bug jumping to the last event in a file (direct access to events in Python psana)

  • fix epics issue when psana read from a hdf5 datasource. When the original xtc had multiple IOC recorders for the same EPICS pv, psana could mix them up when reading back from the hdf5 (the translated hdf5 was fine).

Known issues:

  • The xtc to hdf5 Translator does not translate the time tool pv's properly. One can add the option

store_epics = always

to work around this, however this translates all pv's with every event, regardless of whether or not they have changed.