orbit.utils#
Functions
|
Method. Creates multi-dimensional arrays with doubles, such as a[i][k][j]. Some examples of the use of this function: a = multiDimArray(5,10,2) a = multiDimArray(*[5,10,2]) a[1][2][1] = 0. By default all elements are initialized to 0. |
|
Method. Creates multi-dimensional arrays with integers, such as a[i][k][j]. Some examples of the use of this function: a = multiDimArray(5,10,2) a = multiDimArray(*[5,10,2]) a[1][2][1] = 0 By default all elements are initialized to 0. |
|
Method. |
|
Adds or subtracts 2*math.pi to get the phase near the target phase. |
|
Adds or subtracts 360 to get the phase near the target phase. |
Classes
|
Class. |
Class. |
|
|
Class. |
Modules
|
Class. |
Class. |
|
|
Class. |
|
Method. |
The collection of functions and classes for operations with phases. |
|