zospy.analyses.mtf.fft_through_focus_mtf.FFTThroughFocusMTFData

zospy.analyses.mtf.fft_through_focus_mtf.FFTThroughFocusMTFData#

class zospy.analyses.mtf.fft_through_focus_mtf.FFTThroughFocusMTFData#

Bases: object

Methods

to_dataframe()

Convert the data to a Pandas DataFrame.

__init__(*args: Any, **kwargs: Any) None#
to_dataframe() DataFrame#

Convert the data to a Pandas DataFrame.

In addition to the columns from FFTThroughFocusMTFData.data, the returned DataFrame has the following columns:

  • FieldX: The field x coordinate

  • FieldY: The field y coordinate

Returns:
DataFrame

The data in long format.