Search found 1028 matches

by Stefan Stoll
Wed Mar 27, 2024 3:29 pm
Forum: General forum
Topic: orca2easyspin cannot access output file
Replies: 3
Views: 5303

Re: orca2easyspin cannot access output file

It looks like EasySpin/MATLAB cannot locate your file. Maybe you are in the wrong folder? Also, make sure that your property file ends in _property.txt.

In current ORCA 5 versions, the txt-based property file is quite buggy, so I recommend using the main output file instead.

by Stefan Stoll
Wed Mar 27, 2024 3:17 pm
Forum: General forum
Topic: Baseline correction
Replies: 3
Views: 10149

Re: Baseline correction

With 6.0.0-dev.x, you can specify the region to include in the baseline fit. in your case, I would exclude the regions 100-200 and 300-400 mT. That should give you a better baseline.

by Stefan Stoll
Tue Mar 26, 2024 10:44 pm
Forum: General forum
Topic: Pepper and separate output
Replies: 3
Views: 4793

Re: Pepper and separate output

No. You'll have to do that partial summation manually.

by Stefan Stoll
Tue Mar 26, 2024 10:43 pm
Forum: General forum
Topic: error dot indexing
Replies: 3
Views: 5315

Re: error dot indexing

The dot syntax is a bit more readable in my opinion than struct with lots of name-value arguments.

To make sure you start with an empty structure when using the dot syntax, start with Sys = struct;. This initializes Sys to an empty structure without any fields.

by Stefan Stoll
Tue Mar 26, 2024 10:40 pm
Forum: Bugs
Topic: Potential bug with curry soc
Replies: 2
Views: 7180

Re: Potential bug with curry soc

Can you please check if this problem still exists in the latest 6.0.0-dev.x version? If yes, please post an updated script, and we'll look into it.Thanks!

by Stefan Stoll
Tue Mar 26, 2024 10:38 pm
Forum: Bugs
Topic: usage of Options output
Replies: 1
Views: 189

Re: usage of Options output

If you are using version 5.2.x, use Opt.Output = 'separate'. If you are using version 6, use Opt.separate = 'transitions';

by Stefan Stoll
Tue Mar 26, 2024 10:37 pm
Forum: Bugs
Topic: Automatic definition of Exp.nPoints for esfit() function
Replies: 11
Views: 8915

Re: Automatic definition of Exp.nPoints for esfit() function

Can you please provide an example where you experience this problem? As is, esfit sets Exp.nPoints to match the number of datapoints, but only if Exp.nPoints is not already set. If the set value of Exp.nPoints provided to esfit doesn't match the number of datapoints, an error is issued.

by Stefan Stoll
Tue Mar 26, 2024 10:31 pm
Forum: Bugs
Topic: EasySpin expired
Replies: 7
Views: 12379

Re: EasySpin expired

In the next few weeks.

by Stefan Stoll
Tue Mar 26, 2024 10:31 pm
Forum: Bugs
Topic: Replacing conversion functions to unitconvert
Replies: 2
Views: 13232

Re: Replacing conversion functions to unitconvert

mt2mhz and mhz2mt are available now in version 6.

by Stefan Stoll
Tue Mar 26, 2024 10:28 pm
Forum: Bugs
Topic: New esfit does not recognize FitOpt.Baseline argument
Replies: 5
Views: 8976

Re: New esfit does not recognize FitOpt.Baseline argument

In version 6, this has been renamed to Verbosity, to be more consistent with other EasySpin functions.