You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Content

<toc>

This note describes the python modules which help to get calibrated geometry information for CSPAD2x2.

Calibration types

Type

Shape

Description

center

(3, 2)

x, y, z coordinates of the two 2x1 centers

tilt

(2,)

tilt angle of the two 2x1s assuming rotation angle = 180 degrees

beam_vector

(3,)

The same as for CSPAD

filter

(3,)

The same as for CSPAD

common_mode

(3,)

The same as for CSPAD

pedestals

(185, 388, 2)

The same as for CSPAD

pixel_status

(185, 388, 2)

The same as for CSPAD

Functionality of modules

Class name

Functionality

CSPAD2x2CalibPars.py

Provides access to the calibration parameters through the DB

CSPAD2x2CalibParsDefault.py

Sets default values for all calibration types

CSPAD2x2Examples.py

Example of how to get calibrated data, get image, and plot it

CSPAD2x2PixCoords.py

Provides access to the pixel coordinate arrays

PixCoords2x1.py

Provides access to the pixel coordinate arrays for 2x1 sensor

Interface

Code example

  • No labels