GeneralBrokenLines V03-01-02
gblpy
|
Measurement system as local system. More...
Public Member Functions | |
def | __init__ (self, measDir, curviDir) |
Construct local system. More... | |
def | getTransLocalToMeas (self) |
Transformation from local to measurement system. More... | |
def | getTransLocalToCurvi (self) |
Transformation of (q/p, slopes, offsets) from local to curvilinear system. More... | |
def | getTransCurviToMeas (self) |
Transformation from curvilinear to measurement system. More... | |
def | getScatPrecision (self, scatErr) |
Scattering precision matrix in local system More... | |
Private Attributes | |
__prod | |
products (T,U,V) * (I,J,K) More... | |
Measurement system as local system.
In general the precision matrix for multiple scattering is not diagonal
def gbltst.gblMeasSystem.__init__ | ( | self, | |
measDir, | |||
curviDir | |||
) |
def gbltst.gblMeasSystem.getScatPrecision | ( | self, | |
scatErr | |||
) |
Scattering precision matrix in local system
Definition at line 381 of file gbltst.py.
References gbltst.gblMeasSystem.__prod.
def gbltst.gblMeasSystem.getTransCurviToMeas | ( | self | ) |
Transformation from curvilinear to measurement system.
Definition at line 374 of file gbltst.py.
References gbltst.gblMeasSystem.__prod.
def gbltst.gblMeasSystem.getTransLocalToCurvi | ( | self | ) |
Transformation of (q/p, slopes, offsets) from local to curvilinear system.
Definition at line 363 of file gbltst.py.
References gbltst.gblMeasSystem.__prod.
def gbltst.gblMeasSystem.getTransLocalToMeas | ( | self | ) |
|
private |
products (T,U,V) * (I,J,K)
Definition at line 350 of file gbltst.py.
Referenced by gbltst.gblMeasSystem.getScatPrecision(), gbltst.gblMeasSystem.getTransCurviToMeas(), and gbltst.gblMeasSystem.getTransLocalToCurvi().