Package wsatools :: Module Calibration :: Class IllumTable
[hide private]

Class IllumTable

source code


Reads in an illumination table and has functions to get dMag

Nested Classes [hide private]
  Interval
Interval(x1, x2, val1, val2)
Instance Methods [hide private]
 
__init__(self, illumFileName)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
setIntervalArray(self, valueArray, colNo)
Find interval in xi or eta
source code
 
setInterval(self, value, colNo)
Find interval in xi or eta
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  xiArray = None
hash(x)
  etaArray = None
hash(x)
  xiInvDict = {}
  etaInvDict = {}
  dMagArray = None
hash(x)
  isGoodTable = False
hash(x)
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, illumFileName)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__