Versions Compared

Key

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

...

See description in Psana Module Catalog.

To execute this test go to your release directory and run psana:

Code Block

cd <your-favorite-psana-release-directory>
psana -c CSPadPixCoords/data/psana_pixcoords_test.cfg

At the end of this test a few text files with images will be created:
test_2x1.txt, test_q0.txt, ..., test_q3.txt, and test_cspad.txt
To plot these image you may use the python script:

Code Block

./CSPadPixCoords/data/PlotCameraImageFromFile.py test_q2.txt
...

Image Added

Module CSPadImageProducer

See description in Psana Module Catalog.

To execute this test go to your release directory and run psana:

Code Block

cd <your-favorite-psana-release-directory>
psana -c CSPadPixCoords/data/psana_cspad_image_producer.cfg

This procedure demonstrates that module is doing somthing,
but does not produce any useful results. The next module
CSPadImageGetTest is intended to demonstrate results.

Module CSPadImageGetTest

See description in Psana Module Catalog.

To execute this test go to your release directory and run psana:

Code Block

cd <your-favorite-psana-release-directory>
psana -c CSPadPixCoords/data/psana.cfg

At the end of this test the text file cspad_image_get_test_ev000010.txt with image will be created.
To plot this image you may use the python script:

Code Block

./CSPadPixCoords/data/PlotCameraImageFromFile.py cspad_image_get_test_ev000010.txt

Image Added