pc#

property EBSDDetector.pc: ndarray#

Return or set all projection center (PC) coordinates.

Parameters:
valuenumpy.ndarray, list, or tuple

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]].

Notes

The PC coordinates are stored in Bruker’s convention. See the Notes in EBSDDetector for more information.

Examples using EBSDDetector.pc#

Estimate tilts about the detector x and z axis

Estimate tilts about the detector x and z axis

Fit a plane to selected projection centers

Fit a plane to selected projection centers