Versions Compared

Key

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

...

The python-based PyCSPadImage package consists of modules (in alphabetic order):

  • CSPadConfigPars.py - provides access to the CSPad configuration parameters
  • CSPadImageProducer.py - receives raw CSPad data 3-D (32, 185, 388) array, uses calibration parameters, produces the 2-D image array
  • CalibPars.py - provides access to the CSPad calibration parameters
  • CalibParsDefault.py - defines the default CSPad calibration parameters
  • CalibParsEvaluated.py - defines the evaluated CSPad parameters such as pixel coordinates
  • Examples.py - contains examples of how to get the CSPad 2-D image array with corrected geometry
  • Alignment.py - similar to the Examples.py, but is used for alignment purpose, its content is not guaranteed
  • GlobalGraphics.py - a set of useful global methods for interactive graphic
  • GlobalMethods.py - a set of miscellaneous global methods
  • HDF5Methods.py - a set of global methods to work with HDF5 files

...