pc#
- property EBSDDetector.pc: ndarray#
Return or set all projection center coordinates.
- Parameters:
- value
numpy.ndarray
,list
ortuple
Projection center coordinates. If multiple PCs are passed, they are assumed to be on the form
[[x0, y0, z0], [x1, y1, z1], ...]
. Default is[[0.5, 0.5, 0.5]]
.
- value