PSCalib/src/CalibParsBaseEpix100aV1.py

Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 #------------------------------
00003 """:py:class:`CalibParsBaseEpix100aV1` - 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: 12703 $
00011 
00012 @version $Id: CalibParsBaseEpix100aV1.py 12703 2016-10-03 21:13:53Z cpo@SLAC.STANFORD.EDU $
00013 
00014 @author Mikhail S. Dubrovin
00015 """
00016 #------------------------------
00017 
00018 class CalibParsBaseEpix100aV1 :
00019 
00020     ndim = 2 
00021     rows = 704 
00022     cols = 768 
00023     size = rows*cols
00024     shape = (rows, cols)
00025     size_cm = 16 
00026     shape_cm = (size_cm,)
00027     cmod = (4,6,30,30, 0,0,0,0, 0,0,0,0, 0,0,0,0)
00028     # 4-Epix100a, 1-median for 16 352x96 banks, 20-maximal allowed correction
00029          
00030     def __init__(self) : pass
00031 
00032 #------------------------------
00033 

Generated on 19 Dec 2016 for PSANAmodules by  doxygen 1.4.7