Package helpers :: Module ReadFitsKeys :: Class ReadFitsKeys
[hide private]

Class ReadFitsKeys

source code


Checks FITS files for missing multiframe IDs or WSATimestamps.

Instance Methods [hide private]
 
run(self, startDate, endDate)
Runs the FITS file check.
source code

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

Class Variables [hide private]
  dataArchive = 'WSA'
Database connection.
  sysc = SystemConstants()
System constants.
  versionStr = '1'
File version numbers to check.
  fitsKeys = ['WSA_MFID', 'WSA_TIME']
Fits keys.
  writeToFile = False
Write output also into file.
Properties [hide private]

Inherited from object: __class__