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

Class UpdateOSAFixedData

source code


Nested Classes [hide private]
  FileNames
FileNames(filename, fixcat)
Instance Methods [hide private]
 
__init__(self, cli)
Initialise class from command-line options.
source code
 
createFileDateDict(self, fileList)
Create a dictionary from the given list of files
source code
 
getDetectionTable(self, multiframeID)
Get the detection table name for the given multiframeID
source code
 
readMfIDs(self, fileNameList)
Read filename,multiframeIDs from the given database.
source code
 
updateDeprecations(self, mfidDict)
Update the given table's deprecation codes.
source code
 
updateFileNames(self, mfID, filePath)
Update filename entries in Multiframe and FlatFileLookup
source code
 
run(self) source code

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

Static Methods [hide private]
 
readLogfile(fileName)
Read fixed cat names.
source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, cli)
(Constructor)

source code 

Initialise class from command-line options.

Parameters:
  • cli (CLI) - Command-line arguments.
Overrides: object.__init__