|
__init__(self,
case,
dirName="probes",
writeTime=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
sorttimes(self,
x,
y)
Sort function for the solution files |
source code
|
|
|
positions(self)
Returns all the found positions |
source code
|
|
|
timeRange(self)
Return the range of possible times |
source code
|
|
|
|
|
getData(self,
times,
value=None,
position=None)
Get data that mstches the given times most closely |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|