lentil.plane._PlaneBase.fit_tilt#

_PlaneBase.fit_tilt(inplace=False)[source]#

Fit and remove tilt from Plane opd via least squares. The equivalent angular tilt is bookkept in Plane tilt.

Parameters:

inplace (bool, optional) – Modify the original object in place (True) or create a copy (False, default).

Return type:

Plane