pc#

property EBSDDetector.pc: ndarray#

Return or set all projection center coordinates.

Parameters:
valuenumpy.ndarray, list or tuple

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

Examples using EBSDDetector.pc#

Fit a plane to selected projection centers

Fit a plane to selected projection centers

Estimate tilts about the detector x and z axis

Estimate tilts about the detector x and z axis