zospy.analyses.mtf.huygens_mtf.HuygensMTF#
- class zospy.analyses.mtf.huygens_mtf.HuygensMTF#
Bases:
BaseAnalysisWrapper[DataFrame|None,HuygensMtfSettings]Huygens Modulation Transfer Function (MTF) analysis.
- Attributes:
- MODE
analysisThe OpticStudio analysis object.
config_filePath to the temporary configuration file.
ossThe OpticStudio system.
settingsSettings of the analysis.
text_output_filePath to the temporary text output file.
Methods
__call__(oss, *args, **kwargs)Run the analysis and return the results.
get_data_grid([cell_origin])Get the data grids from the analysis result.
get_data_series()Get the data series from the analysis result.
get_text_output()Get the text output of the analysis.
parse_output(grammar, transformer, result_type)Parse the text output of the analysis.
run(oss[, config_file, text_output_file, ...])Run the analysis and return the results.
Run the Huygens MTF analysis.
update_settings(*[, settings, settings_kws])Update the settings of the analysis using a settings object or keyword arguments.
with_settings(settings)Create a new analysis with the specified settings.
- __init__(*, pupil_sampling: str | int = '32x32', image_sampling: str | int = '32x32', image_delta: float = 0.0, wavelength: int | str = 'All', field: int | str = 'All', mtf_type: str | constants.Analysis.Settings.Mtf.HuygensMtfTypes = 'Modulation', maximum_frequency: float = 150.0, use_polarization: bool = False, use_dashes: bool = False)#
Create a new Huygens MTF analysis.
See also
HuygensMtfSettingsSettings for the Huygens MTF analysis.
- run_analysis() DataFrame | None#
Run the Huygens MTF analysis.