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.4 3 is build (seen in directory $SIT_RELDIR), one have to use current release ana-0.10.4 3 with updates for two packages:

Code Block
ssh -Y psana;
cd <your-favorite-directory>;

newrel ana-0.10.3 test-ana-current0.10.3-directory;
cd test-ana-current0.10.3-directory;
sit_setup;
addpkg ImgAlgos HEAD;
addpkg CSPadPixCoords HEAD;
addpkg pyimgalgos HEAD;
addpkg XtcExplorer HEAD;
scons;

cp <path><path-to-where-it-is-located>/psana-meca1113-r0376-cspad-cspad2x2-tiff.cfg .
psana -c psana-meca1113-r0376-cspad-cspad2x2-tiff.cfg
or you may try:
xtcexplorer /reg/d/psdm/mec/meca1113/xtc/e356-r0376-s03-c00.xtc

Create images in tiff format

...