Search found 134 matches

by Matt Krzyaniak
Thu Sep 10, 2015 9:02 am
Forum: General forum
Topic: loading EPR spectra
Replies: 5
Views: 3312

Re: loading EPR spectra

For a quick fix, I'd suggest slightly modifying your .par file, namely removing the last several lines of it(the ones containing the non-standard characters) and re-saving it. With those lines removed eprload works just fine.

However that particular bug will be fixed in future versions.
by Matt Krzyaniak
Thu Sep 10, 2015 7:54 am
Forum: General forum
Topic: loading EPR spectra
Replies: 5
Views: 3312

Re: loading EPR spectra

It would be helpful if you could provide us with an example file that is providing this error.
by Matt Krzyaniak
Wed Aug 12, 2015 7:08 am
Forum: General forum
Topic: Difference esfit and simulation
Replies: 2
Views: 3081

Re: Difference esfit and simulation

Take note of your spin in Sys1.
by Matt Krzyaniak
Wed Aug 12, 2015 6:19 am
Forum: General forum
Topic: fit integral
Replies: 1
Views: 6737

Re: fit integral

In matlab one of the easiest ways to integrate your spectra(assuming the increment between points is constant which is the case with ES outputs) is to use cumsum a cumulative sum. Do it once for the integral, twice for the double integral. Alternatively you could have pepper return the zeroth harmon...
by Matt Krzyaniak
Thu Jul 16, 2015 6:42 am
Forum: General forum
Topic: color coding transitions in a stackplot
Replies: 2
Views: 2919

Re: color coding transitions in a stackplot

Sadly not with stackplot at this moment. When using opt.Output = 'separate' , your spectra come out row-wise. One way that you can achieve what you want is to use the built-in matlab functions to plot and just shift your spectra appropriately. % generate an offset matrix % 2*max(max(NV1)) - estimate...
by Matt Krzyaniak
Wed Jul 15, 2015 7:50 am
Forum: Bugs
Topic: problem with resfields
Replies: 5
Views: 5457

Re: problem with resfields

Odd, running your script as posted I also get the 10-13 transition. MATLAB 2015a
You're also missing a 52-54 and 53-54 transition.

A total of 52 transitions

Running the script on MATLAB 2012a, I get 50 transitions.

You're reporting 49 transitions.
by Matt Krzyaniak
Mon Jul 13, 2015 6:40 am
Forum: Bugs
Topic: Sys.T1T2 not working for me
Replies: 1
Views: 3393

Re: Sys.T1T2 not working for me

It looks like that's a bug, thanks for pointing it out.
by Matt Krzyaniak
Thu Jul 02, 2015 9:44 am
Forum: Bugs
Topic: eprload with specman files
Replies: 6
Views: 6026

eprload with specman files

In ES 5.0.x the ability of eprload to import specman files into MATLAB was greatly extended. If you're running into problems, e.g. what was working before isn't now, it wasn't doing what you wanted before and it still doesn't. Please upload an example file or two(include both the .d01 and .exp) into...
by Matt Krzyaniak
Wed Jul 01, 2015 9:25 am
Forum: General forum
Topic: About crystalrotation.m 5.0.0
Replies: 1
Views: 2088

Re: About crystalrotation.m 5.0.0

refer to:
viewtopic.php?f=4&t=165#p443

Basically all you need to do is take the transpose of your orientation vector that you provide ES.
by Matt Krzyaniak
Wed Jul 01, 2015 9:22 am
Forum: Bugs
Topic: Problem with stackplot
Replies: 2
Views: 4390

Re: Problem with stackplot

A quick fix to your problem is to change your orientation vector from a column-wise per orientation to row-wise, just take the transpose of the orientation vector as you're generating it: ExpNV.CrystalOrientation=Orientation.'; I'm not clear if this was an intentional change with CrystalOrientation.