Parallel2dGeometry.angles¶
-
property
Parallel2dGeometry.
angles
¶ All angles of this geometry as an array.
If
motion_params.ndim == 1
, the array has shape(N,)
, whereN
is the number of angles. Otherwise, the array shape is(ndim, N)
, whereN
is the total number of angles, andndim
ismotion_partitioin.ndim
.The order of axes is chosen such that
geometry.angles
can be used directly as input to any of the other methods of the geometry.