GeneralBrokenLines V03-01-02
gblpy
|
Curvilinear 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 | |
__c2m | |
projection curvilinear to measurement system: ((U,V)*(J,K))^-1 More... | |
Curvilinear system as local system.
The precision matrix for multiple scattering (for slopes) is diagonal (multiple of unit matrix).
def gbltst.gblCurviSystem.__init__ | ( | self, | |
measDir, | |||
curviDir | |||
) |
def gbltst.gblCurviSystem.getScatPrecision | ( | self, | |
scatErr | |||
) |
Scattering precision matrix in local system
Definition at line 434 of file gbltst.py.
References gbltst.example2().
def gbltst.gblCurviSystem.getTransCurviToMeas | ( | self | ) |
Transformation from curvilinear to measurement system.
Definition at line 427 of file gbltst.py.
References gbltst.gblCurviSystem.__c2m.
def gbltst.gblCurviSystem.getTransLocalToCurvi | ( | self | ) |
def gbltst.gblCurviSystem.getTransLocalToMeas | ( | self | ) |
Transformation from local to measurement system.
Definition at line 413 of file gbltst.py.
References gbltst.gblCurviSystem.__c2m.
|
private |
projection curvilinear to measurement system: ((U,V)*(J,K))^-1
Definition at line 407 of file gbltst.py.
Referenced by gbltst.gblCurviSystem.getTransCurviToMeas(), and gbltst.gblCurviSystem.getTransLocalToMeas().