Solved

Exporting detector data

  • 19 December 2022
  • 6 replies
  • 406 views

I am trying to export the incoherent irradiance information from the detector viewer along with x,y coordinates. Cross section row/column option allows only to export either x or y coordinate at a specific row/column. How do i export both x,y coordinates with irradiance at each coordinate? The detector grid size is 250x250 pixels.

icon

Best answer by cynthiapadt 21 December 2022, 20:30

View original

6 replies

Badge +4

Hi there!

Have you tried using the Show As: Full Listing option in the Text Tab and exporting the data? 

 

The exported data should include the x and y coordinates and the associated irradiance at each point. 

Hope this helps!

 

Hi,

I don't see this option? I am using opticstudio 22.3 version.

 

Badge +4

The False Color option you have highlighted in your image is equivalent to the Full Listing option. 

If you are using False Color, or any of the equivalent plots, going to the Text tab will allow you to export the irradiance data at each coordinate. 

 

This will export the data as a .txt file. 

 

The text tab includes only irradiance data at each PIXEL. What I need is irradiance along with X/Y coordinate values.

Badge +4

Unfortunately, I do not believe there is a capability within Zemax to export the irradiance data in X/Y coordinate values. Hopefully someone on the Zemax team can comment if I am wrong. In the past, I have had to convert the pixel values to X/Y coordinate values in post processing using Matlab. 

Userlevel 7
Badge +3

@sarjaajay:

Here’s one option if you do have access to Matlab.  You can easily extract the x and y pixel coordinates from the Cross Section Row and Cross Section Column results as shown on the Text tab:

 

Import these 1D pixel coordinate vectors into Matlab, then use the “meshgrid” function to create a 2D array for the x pixel coordinate and a separate 2D array for the y coordinate.   These arrays, combined with a 2D array of the irradiance values, should give you what you need.

Of course you can also create the x and y pixel coordinate vectors by simply using the starting value and the pixel spacing.

Regards,

Jeff

Reply