Versions Compared

Key

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

...

  • filter out whole events from translation
  • filter out certain data, by data type, or by data source, or key string
  • write ndarray's that other modules add to the event store
  • write std::string's that other C++ modules add to the event store
  • advanced: have a C++ module register a new type for translation

Some Two aspects of these new features are subject to change. This will be discussed belowThese are highlighted in warning boxes below (they are how event key strings are incorporated into hdf5 paths and how new C++ types are registered for translation). Any future changes in this regard for these items will not affect automatic translation.

...

Warning

This example illustrates the way our current hdf5 schema, schema 4, forms hdf5 paths that involve key strings for event data: source__key where the string noSrc can be used for source. This is the one aspect of the new features that is subject to change.

...

Warning

The interface to registering a new writer is subject to change. This will be necessary to support more complicated types, as well as to simplify registration.

 

Psana Configuration File and all Options

...