zospy.analyses.mtf.fft_through_focus_mtf.FFTThroughFocusMTFData#
- class zospy.analyses.mtf.fft_through_focus_mtf.FFTThroughFocusMTFData#
Bases:
objectMethods
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.