Versions Compared

Key

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

...

Note

This approach allows to apply the modest event selection algorithms in psana pre-processing stage.
But, it still based on sequential uniform time indexing...
Q: Is it qood really good assumption for this kind of experiments?

...

If the version of the package ImgAlgos is already available as a current software release, then you may run the script command(s) directly, for example:

Code Block
cd <your-favorite-directory>
mkdir work_corana
sit_setup
corana_submit [-c <config-file>] [-t <fname-tau>] [-x] <xtc-file-list>
Note

If the code in the package ImgAlgos has been recently changed and the updated release is not yet available, then one need to create the local release directory, get the latest/HEAD version of the package, and compile the code as shown below:

...