Search found 34 matches

by ThomasMCasey
Thu May 13, 2021 8:18 am
Forum: EasySpin file exchange
Topic: iEPR for processing and fitting complex EPR data
Replies: 1
Views: 9399

iEPR for processing and fitting complex EPR data

MathWorks File Exchange: https://www.mathworks.com/matlabcentral/fileexchange/92178-iepr I originally made this app to process and analyze saturation-transfer and polarization-recovery ELDOR data using models that were described in a couple papers from the group of Marina Bennati. The app depends on...
by ThomasMCasey
Thu Oct 22, 2020 9:42 am
Forum: EasySpin file exchange
Topic: cwEPR App for processing, simulating, and fitting CW EPR data
Replies: 54
Views: 132312

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

Update available! https://www.mathworks.com/matlabcentral/fileexchange/73292-cwepr v3.1 is compatible with easyspin v6.0.0-dev.26. Other notable changes: no more need for external "helper_functions" and a new "Export Structs" button in the Tools tab for exporting all parameters t...
by ThomasMCasey
Wed Oct 21, 2020 4:54 pm
Forum: EasySpin file exchange
Topic: cwEPR App for processing, simulating, and fitting CW EPR data
Replies: 54
Views: 132312

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

Bruin, I think the ModAmp is the problem. The field is periodic about each given field point when you specify a ModAmp, and since you have a B=0 point and five more points within 0.5*ModAmp, when the simulation is calculating the spectrum within the first 5 points the field value is extending to les...
by ThomasMCasey
Tue Oct 20, 2020 2:17 pm
Forum: EasySpin file exchange
Topic: cwEPR App for processing, simulating, and fitting CW EPR data
Replies: 54
Views: 132312

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

Thanks bruin! I'm glad you find it useful. I made a few minor changes that should take care of the v6 related problems, and also added some new parameters/options that are part of v6. I will make a general post here when I update it on mathworks file exchange. Can you 'Save Parameters' under the Too...
by ThomasMCasey
Fri Oct 16, 2020 8:59 am
Forum: EasySpin file exchange
Topic: cwEPR App for processing, simulating, and fitting CW EPR data
Replies: 54
Views: 132312

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

I can reproduce the behavior by altering the example slow_fast.m to have Opt.Method and Opt.LiouvMethod before the simulation functions are called. Make sure to also add ...,Opt) to both function args. v6 errors for me, v5 does not. For the GUI, 1) it only happens if using chili for Sys2 and garlic ...
by ThomasMCasey
Wed Oct 14, 2020 9:11 am
Forum: EasySpin file exchange
Topic: cwEPR App for processing, simulating, and fitting CW EPR data
Replies: 54
Views: 132312

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

Yea that was one issue but this was easy to fix. This is a welcome changes as it will remove the need for the external "helper_functions" as they can now be put into the app itself. The next problem I actually posted in Bugs. In order to simulate a spectrum that is a convolution of multipl...
by ThomasMCasey
Wed Oct 14, 2020 8:18 am
Forum: EasySpin file exchange
Topic: cwEPR App for processing, simulating, and fitting CW EPR data
Replies: 54
Views: 132312

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

Hi Bruin, I noticed this and a few other issues yesterday and started updating to make sure it is compatible. I will post here when everything is worked out and v3.1 is published. However, if there are any changes that would make it incompatible with the most recent stable version and I can't find a...
by ThomasMCasey
Tue Oct 13, 2020 10:05 am
Forum: Bugs
Topic: 6.0.0-dev.26 doesn't ignore Method if LiouvMethod also exists
Replies: 1
Views: 4928

6.0.0-dev.26 doesn't ignore Method if LiouvMethod also exists

I have a function within an app that simulates and convolutes multiple spectra using a loop where it is possible to specify any combination of 'garlic', 'chili', or 'pepper' over the iterations. In 5.2.28, when the first iteration puts Method into Opt and uses garlic or pepper, then the second itera...
by ThomasMCasey
Tue Sep 08, 2020 12:40 pm
Forum: EasySpin file exchange
Topic: cwEPR App for processing, simulating, and fitting CW EPR data
Replies: 54
Views: 132312

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

Hi Bruin, This should not be related to the function of the App itself as the App only collects the necessary structures, passes them to the easyspin functions, then plots the output. You could try to run the same simulation from a script and if it is different I can figure out what the App could be...