print_frame_order_2nd_degree(daeg,
name=None,
epsilon=1e-15,
integer=False,
dot=False,
comma=True)
| source code
|
Nicely print out the Frame Order matrix of the 2nd degree.
- Parameters:
daeg (numpy 3D, rank-4 array) - The 3D, rank-4 Frame Order matrix.
name (None or str) - The name of the matrix.
epsilon (float) - The minimum value, below which is considered zero.
integer (bool) - A flag which if true will only print the integer part of the
number.
dot (bool) - A flag which if true replaces all zeros with dot characters.
comma (bool) - A flag which if true causes commas to be printed between the
elements.
|