That would be great Thomas!
Your cwEPR app is already fantastic, but this feature would make it perfect!
Search found 32 matches
- Fri Jan 24, 2025 4:17 am
- Forum: EasySpin file exchange
- Topic: cwEPR App for processing, simulating, and fitting CW EPR data
- Replies: 62
- Views: 326040
Re: cwEPR App for processing, simulating, and fitting CW EPR data
- Tue Jan 21, 2025 3:41 am
- Forum: EasySpin file exchange
- Topic: cwEPR App for processing, simulating, and fitting CW EPR data
- Replies: 62
- Views: 326040
Re: cwEPR App for processing, simulating, and fitting CW EPR data
Dear Thomas, Perhaps a stupid question, but is it possible to force two (or more) hyperfine couplings to be identical in pepper using your cwEPR plugin? If so, how? It seems the "fullsys" trick described here cannot be used, right? https://easyspin.org/easyspin/documentation/userguide_fitt...
- Wed Aug 14, 2024 7:52 am
- Forum: EasySpin file exchange
- Topic: cwEPR App for processing, simulating, and fitting CW EPR data
- Replies: 62
- Views: 326040
Re: cwEPR App for processing, simulating, and fitting CW EPR data
Great!
Thanks Thomas!
- Mon Aug 12, 2024 6:20 am
- Forum: EasySpin file exchange
- Topic: cwEPR App for processing, simulating, and fitting CW EPR data
- Replies: 62
- Views: 326040
Re: cwEPR App for processing, simulating, and fitting CW EPR data
Sorry for the very long hiatus! I've made cwEPR compatible with easyspin v6 and released as v3.5.0: https://www.mathworks.com/matlabcentral/fileexchange/73292-cwepr Big thanks to bruin and others for finding bugs and suggesting solutions. Please let me know if there is anything else that needs fixi...
- Wed Aug 07, 2024 1:27 am
- Forum: EasySpin file exchange
- Topic: cwEPR App for processing, simulating, and fitting CW EPR data
- Replies: 62
- Views: 326040
Re: cwEPR App for processing, simulating, and fitting CW EPR data
Thanks a lot Thomas!
- Wed May 15, 2024 5:17 am
- Forum: EasySpin file exchange
- Topic: cwEPR App for processing, simulating, and fitting CW EPR data
- Replies: 62
- Views: 326040
Re: cwEPR App for processing, simulating, and fitting CW EPR data
Updated version, which now seems to be fully functional, also when disabling the esfit FitGUI:
I haven't tested fitting without the FitGUI extensively, but as far as I can judge right now everything works as intended.
- Wed May 15, 2024 5:13 am
- Forum: EasySpin file exchange
- Topic: cwEPR App for processing, simulating, and fitting CW EPR data
- Replies: 62
- Views: 326040
Re: cwEPR App for processing, simulating, and fitting CW EPR data
Small update: It seems that the remaining problems occuring when with disabling the FitGUI are easy to solve: Change line 4384 [pars,app.data.fitspc,~]=esfit(spc(:,app.currslice), @app.custom_fittwomethods, {Sys, Exp, Opt}, {Vary}, FitOpt); into pars=esfit(spc(:,app.currslice), @app.custom_fittwomet...
- Tue May 14, 2024 5:40 am
- Forum: EasySpin file exchange
- Topic: cwEPR App for processing, simulating, and fitting CW EPR data
- Replies: 62
- Views: 326040
Re: cwEPR App for processing, simulating, and fitting CW EPR data
A fully working version of the cwEPR app compatible with the stable verson of EasySpin 6.0.0 can be downloaded here: cwEPR_corrected2.m Copyright Information: See original download location I do have a matlab app install file available for those interested, but those files apparently cannot be uploa...
- Tue May 14, 2024 5:18 am
- Forum: EasySpin file exchange
- Topic: cwEPR App for processing, simulating, and fitting CW EPR data
- Replies: 62
- Views: 326040
Re: cwEPR App for processing, simulating, and fitting CW EPR data
Thanks Ernesto Meanwhile I also managed to fix the problem with "get esfit fit1" (with 4 or more hyperfines not being imported). The section from line 528 until "function [vary]=getvarys(~,varypars,t)" needs to be replaced by the following lines to fix the problem: function sysls...
- Fri Apr 19, 2024 6:54 am
- Forum: EasySpin file exchange
- Topic: cwEPR App for processing, simulating, and fitting CW EPR data
- Replies: 62
- Views: 326040
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...