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.
Magnettech dual-phase data
Magnettech dual-phase data
- Attachments
-
- Magnettech_data.zip
- (1.9 MiB) Downloaded 274 times
-
- EasySpin Creator
- Posts: 1108
- Joined: Mon Jul 21, 2014 10:11 pm
- Location: University of Washington
Re: Magnettech dual-phase data
This should work now in 5.2.8. Use
The sin and cos data are in
Code: Select all
[B,spc,pars] = eprload('mymagnettechdata.xml');
pars.Curves.MW_AbsorptionSin
and pars.Curves.MW_AbsorptionCosinus
.Re: Magnettech dual-phase data
That was really fast.
Thank you!
Thank you!