Page 1 of 1

Saving the fit spectra in JEOL format

Posted: Sun Mar 05, 2023 11:28 pm
by Rizanasalim

Hi ,
After fitting, I wish to get the output file in JEOL specific file format.
I am able to get the files in .DSC and .DTA format using eprsave

plot(B,fit1.fitSpec);
spc2=fit1.fitSpec;
data1 = [B(:) spc2(:)];
save('myfile.txt','data1','-ascii');

I saved it as text file but I couldn't load in JEOL software.
Any help would be appreciated.

Thank you in advance.


Re: Saving the fit spectra in JEOL format

Posted: Wed May 10, 2023 10:52 am
by Stefan Stoll

eprload can read data from JEOL spectrometer, but unfortunately eprsave does not support the JEOL format.

Also, we don't have access to JEOL software, so we can't help you troubleshoot why JEOL is not able to load the textfile. Maybe you could contact JEOL about this.