Search found 60 matches

by Emilien
Thu Apr 14, 2016 6:46 am
Forum: EasySpin file exchange
Topic: SimLabel: a GUI to simulate cw EPR from spin labeling
Replies: 62
Views: 461560

SimLabel: a GUI to simulate cw EPR from spin labeling

LATEST VERSION AT THE END OF THIS TOPIC (click here) Dear EasySpin users, SimLabel is a Graphical User Interface (GUI) which uses some EasySpin functions. SimLabel provides an easy way to visualize, simulate and fit cw EPR spectra, especially resulting from SDSL-EPR experiments (Site-Directed Spin ...
by Emilien
Fri Oct 16, 2015 3:06 am
Forum: General forum
Topic: multifrequency esfit?
Replies: 8
Views: 10531

Re: multifrequency esfit?

Thanks a lot!
I'll try!
by Emilien
Thu Oct 15, 2015 8:02 am
Forum: General forum
Topic: multifrequency esfit?
Replies: 8
Views: 10531

multifrequency esfit?

Hi, I know that some fitting programs can perform several correlated simulations at the same time. For example, it could be of interest to simulate spectra of a given sample recorded at multiple frequencies with the same parameters. I don't know how difficult it is, but it could be great to add this...
by Emilien
Fri Aug 28, 2015 5:52 am
Forum: Bugs
Topic: problem with chili
Replies: 5
Views: 5846

problem with chili

Hi, I tried to perform chili simulation using the weight field and I obtained strange results... Here is a simple example: we have 3 spin systems (with Exp in the attached test.mat) : 1) Sys1: a radical with an hyperfine coupling (14N). weight=1 2) Sys2: a radical with two hyperfine couplings(14N an...
by Emilien
Mon Jun 29, 2015 5:51 am
Forum: Bugs
Topic: esfit with my own simulation function
Replies: 10
Views: 9763

Re: esfit with my own simulation function

Hello,
does the new version of esfit include this suggestion? That would be great!
by Emilien
Fri Apr 24, 2015 1:13 am
Forum: Bugs
Topic: esfit with my own simulation function
Replies: 10
Views: 9763

Re: esfit with my own simulation function

It works... But "ugly" as you said, because all fields have to be redefined... Do you think that in a future release of esfit, we could specify the sim function for each component? If "Internally, esfit just runs a for loop and calls the sim function for each component in turn", ...
by Emilien
Thu Apr 23, 2015 7:11 am
Forum: Bugs
Topic: esfit with my own simulation function
Replies: 10
Views: 9763

Re: esfit with my own simulation function

Hi, it actually works for one component... Nevrtheless I need to perform a simulation with 2 components with different restrictions. For example, one component (Sys1) has restriction and has to be simulated with mysim.m. The other component has no restriction and has to be simulated with chili... I'...
by Emilien
Wed Apr 22, 2015 12:47 am
Forum: Bugs
Topic: esfit with my own simulation function
Replies: 10
Views: 9763

Re: esfit with my own simulation function

Wonderful, it works!
Thanks a lot!
by Emilien
Tue Apr 21, 2015 2:03 am
Forum: Bugs
Topic: esfit with my own simulation function
Replies: 10
Views: 9763

Re: esfit with my own simulation function

Stefan, thanks for your answer. Your solution enables the simulation to be displayed in esfit. But unfortunately, when the fitting process is stoped, an error occured: ??? Error using ==> mysim Too many output arguments. Error in ==> C:\easyspin-4.5.5\easyspin\esfit.p>runFitting at 669 ??? Error whi...
by Emilien
Mon Apr 20, 2015 12:35 am
Forum: Bugs
Topic: esfit with my own simulation function
Replies: 10
Views: 9763

esfit with my own simulation function

Hi, I try to perform esfit with my own simulation function. When fitting is started, the current simulation is not shown and rmsd is constant. When stopped and saved, the simulation is plotted. Here is my code: clear; close; [B,spc]=eprload('Coli_2.DSC'); load('coli2.mat'); %load Sys Exp Sys.Aperp=S...