pc#
- property EBSDDetector.pc: ndarray#
Return or set all projection center (PC) coordinates.
- Parameters:
- value
numpy.ndarray,list,ortuple PC coordinates. If multiple PCs are given, they are assumed to be on the form [[x0, y0, z0], [x1, y1, z1], …]. Default is [[0.5, 0.5, 0.5]].
- value
Notes
The PC coordinates are stored in Bruker’s convention. See the Notes in
EBSDDetectorfor more information.