|
|
__init__(self,
path)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
readheader1(self)
Read the tow line summary at the start of the ICP data files. |
source code
|
|
|
|
readiheader(self)
Read I-buffer structure, excluding motors. |
source code
|
|
|
|
readrheader(self)
Read R-buffer structure, excluding motors. |
source code
|
|
|
|
|
|
|
|
|
|
readmotors(self)
Read the 6 motor lines, returning a dictionary of
motor names and start-step-stop values. |
source code
|
|
|
|
|
|
|
|
|
|
genmotorcolumns(self)
Generate vectors for each of the motors if a vector is not
already stored in the file. |
source code
|
|
|
|
parseheader(self)
Read and parse ICP header information |
source code
|
|
|
|
summary(self)
Read header from file, returning a dict of fields. |
source code
|
|
|
|
read(self)
Read header and data from file, returning a dict of fields. |
source code
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|