Magnettech dual-phase data

General forum for EasySpin: questions, how to's, etc.
Post Reply
Silvio
User
Posts: 10
Joined: Mon Oct 16, 2017 8:37 am

Magnettech dual-phase data

Post by Silvio »

Hi all,

the magnettech MS-5000 spectrometer has a dual-phase lock-in amplifier, the data of which stored in the xml files (identifier: MWAbsorption sinus and MWAbsorption cosinus) in addition to the standard output MWAbsorption. In the current version of ES only the standard output is read. However, it would be nice to have the complete data for post-processing. Addionally, this data is "raw" data, i.e. it is not as heavily low-pass filtered as the MWAbsorption data.

Do you think it is possible to include this in ES?

Attached is a magnettech xml file and the output of this file of the Magnettech software.
Attachments
Magnettech_data.zip
(1.9 MiB) Downloaded 93 times
Stefan Stoll
EasySpin Creator
Posts: 1041
Joined: Mon Jul 21, 2014 10:11 pm
Location: University of Washington

Re: Magnettech dual-phase data

Post by Stefan Stoll »

This should work now in 5.2.8. Use

Code: Select all

[B,spc,pars] = eprload('mymagnettechdata.xml');
The sin and cos data are in pars.Curves.MW_AbsorptionSin and pars.Curves.MW_AbsorptionCosinus.
Silvio
User
Posts: 10
Joined: Mon Oct 16, 2017 8:37 am

Re: Magnettech dual-phase data

Post by Silvio »

That was really fast.

Thank you!
Post Reply