Hi,
I’m trying to extract data of Huygens PSF in Matlab through the API.
I want to get the center coordinates and I thought the HeaderData will include it. But looks like the HeaderData is empty.
PSF_Results = PSF_Win.GetResults();
string(PSF_Results.HeaderData.Lines)
ans =
1×0 empty string array
The MetaData and the DataGrids seems to work fine and contains the data.
Am I missing something? Is there other place that I can pull the coordinates from there?
Thanks!