Versions Compared

Key

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

Include Page
PSDM:PageMenuBegin
PSDM:PageMenuBegin
Table of Contents
Include Page
PSDM:PageMenuEnd
PSDM:PageMenuEnd

Package PSCalib

Package PSCalib provides an access to the calibration parameters.
For complete reference select Doxygen documentation.

...

Detailed description in Doxygen

CSPad2x2ConfigPars

Detailed description in Doxygen

Class QuadParameters

QuadParameters class object contains current parameters of the CSPad quad.

...

To execute this test module go to your release directory and run psana with appropriate configuration file:

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 images you may use the python script, for example:

Code Block

./CSPadPixCoords/data/PlotCameraImageFromFile.py test_q0.txt
...
./CSPadPixCoords/data/PlotCameraImageFromFile.py test_2x1.txt
./CSPadPixCoords/data/PlotCameraImageFromFile.py test_cspad.txt

...

To test this module go to your release directory and run psana with appropriate configuration file:

Code Block

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

...

To execute this test go to your release directory and run psana with appropriate configuration file:

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

...