BrukerRead - load Bruker BES3T EPR files

This script loads Bruker EPR files into MATLAB.

The script has been extensively tested with Bruker BES3T files (.DTA/.DSC). Originally it was built for cw-EPR files, but functionality has been added for 3 dimensional cw experiments (.DTA/.DSC/.YGF) and for pulsed experiments such as field swept echoes (FSEs) and Fourier induced decays (FIDs). Functionality for advanced and 3D pulsed experiments such as HYSCORE, ESEEM, ENDOR and PELDOR is more supported.

BrukerRead also supports the older Bruker file format (.spc / .par) still used by the Bruker EMX instruments.

The origin of the script is as a result of removing dependancy upon the EasySpin command eprload. As it remains an additional download, is closed source and has occasionally changed with no warning between EasySpin versions, rendering all scripts relying on it useless.

Syntax

1
BrukerRead

for a graphical user interface to load a file

1
BrukerRead( 'path/to/file/to/open' )

command line file selection

1
BrukerRead( 'path/to/file/to/open' , 'plot' )

to plot the selected file

1
BrukerRead('plot')

this allows you to select a file graphically and automatically show it in a new figure, regardless of your output options.

1
[x , y] = BrukerRead ...

load x and y data into arrays x and y

1
[x , y, info] = BrukerRead

additionally loads the parameters file into a usable array

BrukerRead is combined with a FOR loop and directory search in the eloader command in the EPR toolbox and is also used in cwViewer and PowerSat


This page previously appeared on morganbye.net[^1][^2][^3]

[^1:] http://morganbye.net/brukerread-load-bruker-bes3t-epr-files [^2:] http://morganbye.net/eprtoolbox/brukerread-load-bruker-bes3t-epr-files) [^3:] http://morganbye.net/uncategorized/2011/05/brukerread-load-bruker-bes3t-epr-files

Older post

cwplot

What distinguishes you from other developers?

I've built data pipelines across 3 continents at petabyte scales, for over 15 years. But the data doesn't matter if we don't solve the human problems first - an AI solution that nobody uses is worthless.

Are the robots going to kill us all?

Not any time soon. At least not in the way that you've got imagined thanks to the Terminator movies. Sure somebody with a DARPA grant is always going to strap a knife/gun/flamethrower on the side of a robot - but just like in Dr.Who - right now, that robot will struggle to even get out of the room, let alone up some stairs.

But AI is going to steal my job, right?

A year ago, the whole world was convinced that AI was going to steal their job. Now, the reality is that most people are thinking 'I wish this POC at work would go a bit faster to scan these PDFs'.

When am I going to get my self-driving car?

Humans are complicated. If we invented driving today - there's NO WAY IN HELL we'd let humans do it. They get distracted. They text their friends. They drink. They make mistakes. But the reality is, all of our streets, cities (and even legal systems) have been built around these limitations. It would be surprisingly easy to build self-driving cars if there were no humans on the road. But today no one wants to take liability. If a self-driving company kills someone, who's responsible? The manufacturer? The insurance company? The software developer?