PSCalib/src/CalibParsBaseAndor3dV1.py

Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 #------------------------------
00003 """:py:class:`CalibParsBaseAndor3dV1` - holds basic calibration metadata parameters for associated detector.
00004 
00005 @see :py:class:`PSCalib.CalibPars`, :py:class:`PSCalib.CalibParsStore`.
00006 
00007 This software was developed for the SIT project.
00008 If you use all or part of it, please give an appropriate acknowledgment.
00009 
00010 Revision: $Revision: 11400 $
00011 
00012 @version $Id: CalibParsBaseAndor3dV1.py 11400 2016-02-23 00:07:50Z dubrovin@SLAC.STANFORD.EDU $
00013 
00014 @author Mikhail S. Dubrovin
00015 """
00016 #------------------------------
00017 
00018 class CalibParsBaseAndor3dV1 :
00019 
00020     ndim = 3 
00021     segs = 2
00022     rows = 0 # 512, 2048 - variable size array due to re-binning
00023     cols = 0 # 512, 2048
00024     size = segs*rows*cols
00025     shape = (segs, rows, cols)
00026     size_cm = 16 
00027     shape_cm = (size_cm,)
00028     cmod = (2,10,10,cols,0,0,0,0,0,0,0,0,0,0,0,0)
00029         
00030     def __init__(self) : pass
00031 
00032 #------------------------------
00033 

Generated on 19 Dec 2016 for PSANAmodules by  doxygen 1.4.7