-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: "Reference to non-existent field 'PixelSize' #27
Comments
Did you pull the latest version of OpenXY? There was an issue with Tiff files that I fixed recently (a few weeks ago). |
I just downloaded the newest version (I had one from 7/2020). Everything seems to be running now! Thanks! |
Update: It looked like my file was running ok, but then it could not save the results. This was the error message displayed: "Error using save It saved the Analysis Parameters file but not the corrected ang file. These were the commands output before the error: " |
Hi Emily, I was just going to look at it, but my Matlab license in the office had expired, so I will look at it on my home computer. Feel free to ping me in a couple of days if I forget to get back to you: [email protected] |
The second error you mentioned is just because we tried to save a different
error. Create a temp folder and run again and you'll get the proper error
message. For some reason the temp folder isn't automatically generated
anymore.
…On Fri, Mar 5, 2021, 5:05 PM dtfullwood ***@***.***> wrote:
Hi Emily, I was just going to look at it, but my Matlab license in the
office had expired, so I will look at it on my home computer. Feel free to
ping me in a couple of days if I forget to get back to you:
***@***.***
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACWHJDI74ZSQPSK4ELZVN6TTCFWWDANCNFSM4YVXM44A>
.
|
I was able to get the example to run through OpenXY, however when I try and run my data through it I am getting this error.
"Reference to non-existent field 'PixelSize'.
Error in HREBSDPrep (line 17)
Settings.ROISize = round((Settings.ROISizePercent * .01)*Settings.PixelSize);
Error in HREBSDMain (line 17)
Settings = HREBSDPrep(Settings);
Error in MainGUI>RunButton_Callback (line 564)
Settings = HREBSDMain(Settings);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in MainGUI (line 42)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)MainGUI('RunButton_Callback',hObject,eventdata,guidata(hObject))
Caused by:
OpenXY encountered an error. Re-select the scan file to reset.
Error while evaluating UIControl Callback."
When I look at my .ang file and grain file they seem to match the format of the example. I'm not sure what is going wrong, as in the example there isn't a step to set the PixelSize.
I have attached a text version of my ang file, my grain file and a jpeg of my first tiff image.
Have a wonderful day!
Emily
N205DF_Area4_HREBSD_GrainFile_20210223.txt
The text was updated successfully, but these errors were encountered: