Versions Compared

Key

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

...

A few minor corrections of the psana modules' code were applied in order to save 16-bit TIFF files with images. Until the new release with number >ana-0.10.3 4 is build (seen in directory $SIT_RELDIR), one have to use current release ana-0.10.3 4 with updates for two packages:

Code Block
ssh -Y psana;
cd <your-favorite-directory>;
newrel ana-current <test0.10.3 test-ana-current-directory>directory;
cd <testtest-ana-current-directory>directory;
sit_setup;
addpkg ImgAlgos HEAD;
addpkg CSPadPixCoords HEAD;
addpkg pyimgalgos HEAD;
addpkg XtcExplorer HEAD;
scons;
cp <path>/psana-meca1113-r0376-cspad-cspad2x2-tiff.cfg .
psana -c psana-meca1113-r0376-cspad-cspad2x2-tiff.cfg

...