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

Compare with Current View Page History

« Previous Version 3 Next »

New/extended external packages:

  • upgraded SciPy to version 0.14.0

New features:

  • support new data type BldDataFEEGasDetEnergyV1
  • 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

Bugs fixed:

  • 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.

  • No labels