Versions Compared

Key

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

...

ssh psana

cd <your-directory>

sit_setup

Get latest version

In oder to use new module ImgAlgos.AndorImageProducer (until release > ana-0.10.10 is generated) psana needs to be launched from local release directory, which can be created once as:

Code Block
  newrel ana-current my-local-release-directory ;
  cd my-local-release-directory ;
  sit_setup ;
  addpkg ImgAlgos HEAD ;
  scons ;
...
  psana -c psana-mecb3114-r0017-tiff.cfg

Configuration file

There are two versions of image saving modules ImgAlgos.ImgSaveInFile (C++) and  pyimgalgos.image_save_in_file (Python), which create slightly different TIFF files.

...