Solved

Equivalent to WFM_SAMP for Interferograms

  • 18 February 2023
  • 1 reply
  • 52 views

I am writing a macro that would use values from a Zemax-computed interferogram to optimize the lens system. 

I have came across the GETTEXTFILE ZPL command that allows one to specify the type of text file along with some settings that are specified with the MODIFYSETTINGS command. I found this syntax: 

GETTEXTFILE textfilename$, type, settingsfilename$, flag

for type, one could specify “wfm” for wavefront map or “int” for interferogram. 

One could specify the sampling resolution of either the wavefront map or the interferogram in the GUI. However, in ZPL, there is no way to specify the sampling resolution for interferograms. Whereas for wavefront map, one could use the WFM_SAMP argument.

 

Question: Is there a way to specify interferogram sampling resolution, similar to wavefront map?

icon

Best answer by Jeff.Wilde 18 February 2023, 03:19

View original

1 reply

Userlevel 7
Badge +3

I could be wrong, but I don’t think there is an option to change the Inteferogram settings with ZPL using the MODIFYSETTINGS keyword.  However, it can be done using ZOS-API.  Here is a simple Matlab script that does this in Interactive Extension mode:

 

 

 

Regards,

Jeff

Reply