Search found 23 matches

by bruin
Fri Apr 19, 2024 6:54 am
Forum: EasySpin file exchange
Topic: cwEPR App for processing, simulating, and fitting CW EPR data
Replies: 48
Views: 127110

Re: cwEPR App for processing, simulating, and fitting CW EPR data

Dear Thomas, I can't find how to load FitOpt values. I don't understand to code well-enough to fix this. I noticed another error: The "get esfit 'fit1' button works, but if there are more than 3 HFI's in the "fit1.argsfit{1, 1}.A matrix, the app decides not to load any HFI's anymore and lo...
by bruin
Tue Apr 09, 2024 1:10 pm
Forum: EasySpin file exchange
Topic: cwEPR App for processing, simulating, and fitting CW EPR data
Replies: 48
Views: 127110

Re: cwEPR App for processing, simulating, and fitting CW EPR data

Dear Thomas, I looked closer at the EasySpin changes and the code, and the most important functionality of cwEPR can be relatively easily restored. It seems that the rescaling problem is caused by the fact that "rescaledata" does not support "minmax, lsq0, lsq1" The baseline corr...
by bruin
Tue Apr 09, 2024 9:03 am
Forum: EasySpin file exchange
Topic: cwEPR App for processing, simulating, and fitting CW EPR data
Replies: 48
Views: 127110

Re: cwEPR App for processing, simulating, and fitting CW EPR data

Dear Thomas, Unfortunately your cwEPR app no longer works properly with the new stable version 6.0.0 of Easyspin. Some errors I encountered (so far) are: Rescale minmax does not seem to be supported any more esfit gives the error "Unknown setting for Opt.AutoScale - possible values are 'lsq', '...
by bruin
Sun Oct 02, 2022 2:08 am
Forum: EasySpin file exchange
Topic: cwEPR App for processing, simulating, and fitting CW EPR data
Replies: 48
Views: 127110

Re: cwEPR App for processing, simulating, and fitting CW EPR data

Dear Thomas,

If I'm not mistaken, the solution is easy.

Replacing line 4295
sysstrct=evalin('base','fit1.Sys');
by
sysstrct=evalin('base','fit1.argsfit{1, 1}');
seems to solve the problem:

Could you please check? Thanks a lot!

With best regards,
Bas

by bruin
Sun Oct 02, 2022 12:44 am
Forum: EasySpin file exchange
Topic: cwEPR App for processing, simulating, and fitting CW EPR data
Replies: 48
Views: 127110

Re: cwEPR App for processing, simulating, and fitting CW EPR data

Dear Thomas, Thanks for the new version! And sorry for my late reply. I meanwhile tested v3.3.6.47. Fitting works now! Thanks! There is however one remaining problem: Tools --> get esfit 'fit1' This doesn't seem to work and gives an error (Unrecognized field name "Sys") If you have some ti...
by bruin
Mon Jul 25, 2022 8:58 am
Forum: EasySpin file exchange
Topic: cwEPR App for processing, simulating, and fitting CW EPR data
Replies: 48
Views: 127110

Re: cwEPR App for processing, simulating, and fitting CW EPR data

Dear Thomas,

When trying to use cwEPR and the latests development version of EasySpin (41), the esfit procedure doesn't work anymore.
Any chance this can be fixed easily? Seems to be caused by a changed input format in EasySpin.
If you could look into this, that would be great!

Thanks,
Bas

by bruin
Sun Oct 10, 2021 1:15 pm
Forum: EasySpin file exchange
Topic: cwEPR App for processing, simulating, and fitting CW EPR data
Replies: 48
Views: 127110

Re: cwEPR App for processing, simulating, and fitting CW EPR data

Thanks a lot Thomas for the quick fix! Problem solved.
I'll let you know if I encounter any future problems.

by bruin
Wed Oct 06, 2021 10:55 am
Forum: EasySpin file exchange
Topic: cwEPR App for processing, simulating, and fitting CW EPR data
Replies: 48
Views: 127110

Re: cwEPR App for processing, simulating, and fitting CW EPR data

Hi Thomas, It seems the cwEPR App has a problem with scaling in combination with easyspin 6.0.0 dev 43 & matlab 2021b. (not 100% sure, but it seems I also had this problem with older version of easyspin, but did not test that thouroughly; the problem suddenly appeared) However, changing the &quo...
by bruin
Fri Oct 23, 2020 6:58 am
Forum: EasySpin file exchange
Topic: cwEPR App for processing, simulating, and fitting CW EPR data
Replies: 48
Views: 127110

Re: cwEPR App for processing, simulating, and fitting CW EPR data

Great! Thanks a lot. Works fine so far! New export function is really handy.