Search found 19 matches

by DanielKlose
Mon Jan 23, 2023 8:34 am
Forum: General forum
Topic: esfit fitting of OH radical
Replies: 4
Views: 1767

Re: esfit fitting of OH radical

Hi Jennifer, I think a large part of your problem might have been the lack of baseline correction. Then fitting at low signal/noise is more difficult. Perhaps the script attached gives you a better starting point and also shows you the g_offset that can result from residual magnetization of the elec...
by DanielKlose
Thu Jan 19, 2023 4:38 am
Forum: General forum
Topic: esfit fitting of OH radical
Replies: 4
Views: 1767

Re: esfit fitting of OH radical

Dear Jennifer, could you please also share the 02a.DSC file? Both DTA and DSC files are read in together to access the data. And before the simulation: Did you consider any means for removing the magnetic field offset? E.g. by a reference sample of known g-value such as DPPH. Otherwise the magnetic ...
by DanielKlose
Sun Dec 18, 2022 5:58 am
Forum: General forum
Topic: an orca data import
Replies: 2
Views: 1602

Re: an orca data import

Dear Shaofeng, here a bit more details would be required to address your problem. The standard approach to load properties into a new spin system using EasySpin 6.0.0-dev39 gives indeed an error message: >> Sys = orca2easyspin('fe_cluster_property.txt'); eulang: Rotation matrix is not orthogonal wit...
by DanielKlose
Thu Dec 08, 2022 6:29 am
Forum: General forum
Topic: DMPO/Cl
Replies: 2
Views: 5056

Re: DMPO/Cl

Hi! For the hyperfine coupling constants the standard reference is the NIH spin trapping database: https://tools.niehs.nih.gov/stdb/index.cfm For the code: Have you looked through the examples on the EasySpin website? There is, e.g. Fremy's salt or the Biphenyl radical anion. Those should give you g...
by DanielKlose
Thu Dec 08, 2022 6:22 am
Forum: General forum
Topic: Questions with new esfit
Replies: 1
Views: 1102

Re: Questions with new esfit

Hi!
Have you tried: esfit(datay,@pepper_multifreq,{Sys, Exp, SimOpt},{Vary},FitOpt)
it seems to fit better to the quick manual seen when pressing F1 and in your example at least starts the esfit GUI.

by DanielKlose
Thu Nov 24, 2022 6:13 am
Forum: General forum
Topic: Exporting data
Replies: 2
Views: 1346

Re: Exporting data

Dear Dominika, for me in EasySpin version 6.0.0-dev.48 the following code works: (note that I had to comment out the experimental file as I didn't have it, but using the simulation by pepper (line 21) instead). It saves both a DSC/DTA format spectrum as well as the spectrum in ascii format. Hope tha...
by DanielKlose
Sun Nov 20, 2022 12:06 pm
Forum: General forum
Topic: Davies ENDOR simulation
Replies: 3
Views: 1392

Re: Davies ENDOR simulation

So since you know that this is a matrix peak, you can approximate this by a Gaussian centered at the Zeeman frequency of the respective nucleus. This Gaussian you can either subtract or, perhaps more elegant, include in a User-defined simulation function in addition to the ENDOR simulation to model ...
by DanielKlose
Sun Nov 20, 2022 7:27 am
Forum: General forum
Topic: Davies ENDOR simulation
Replies: 3
Views: 1392

Re: Davies ENDOR simulation

Dear Angelo, Salt is the most suitable approach here usually. How far exactly did you get with that? The very intense central peak is usually a so-called matrix peak that arises from many many very small hyperfine couplings (such as matrix protons, hence the name). Could that also be the case here? ...
by DanielKlose
Fri Nov 11, 2022 9:10 am
Forum: General forum
Topic: How to read property.text file using orca2easyspin;hydroxyl spectrum
Replies: 5
Views: 5285

Re: How to read property.text file using orca2easyspin;hydroxyl spectrum

Hi! I just tried on your example rerun with Orca 5.0.3 and with EasySpin 6.0.0-dev.48: in Matlab, executed in the folder where the files are located: >> Sys = orca2easyspin('hydroxyl.out'); >> Sys2 = orca2easyspin('hydroxyl_property.txt'); Both commands returned a valid spin system. Do you use the s...