Package lib :: Package software :: Module bruker_dc :: Class DCObject
[hide private]
[frames] | no frames]

Class DCObject

source code

An object representation of the Bruker DC file data.

Instance Methods [hide private]
 
__init__(self)
Initialise the object.
source code
 
populate(self, lines)
Populate the object with the file data.
source code
 
process(self)
Process the Bruker DC data already present in the object.
source code
Method Details [hide private]

populate(self, lines)

source code 

Populate the object with the file data.

Parameters:
  • lines (list of str) - The Bruker DC file data with each list element being a line of the data file.