Saving the fit spectra in JEOL format

General forum for EasySpin: questions, how to's, etc.
Post Reply
Rizanasalim
Newbie
Posts: 5
Joined: Mon Nov 07, 2022 10:54 pm

Saving the fit spectra in JEOL format

Post 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.

Stefan Stoll
EasySpin Creator
Posts: 1050
Joined: Mon Jul 21, 2014 10:11 pm
Location: University of Washington

Re: Saving the fit spectra in JEOL format

Post 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.

Post Reply