|
I need to give NMR data to someone who has only spreadsheet software to prepare plots of data and she also wants to fit peaks to curves in Origin. What are ways to extract data traces in XY format from source data. Or otherwise make it importable into origin? In a simple case it is a 1D spectrum and all that is needed - just convert it to XY. Thanks. |
|
i've written matlab codes to process 1d,2d and 3d data sets for bruker data (QF mode for the indirect dimensions --- written for microimaging data, but will work for spectroscopy data acquired in QF mode) and 1d and 2d data sets for varian echo-antiecho hypercomplex data i dont know how to post up the codes. but can send to Evgeny. Hi Kisks, thanks! You can upload tar files here http://nmrwiki.org/wiki/index.php?title=Special:Upload and I will later somehow list them. Also I soon plan to set up a git repository for files, then you will be able to check in through github. Cheers, Evgeny. - Evgeny Fadeev (May 17 at 17:26) |
|
I generally use the showASCII macro from nmrPipe package to print out the FID's in ascii format. Here is the basic script I use for it
|
|
There is also freeware available, SpinWorks. It will take Bruker .fid data. From this you can export x,y ascii. Bernie |
|
There are AU programs in Topspin called convbin2asc and convfid2asc that will convert Bruker NMR data into a comma separated value CSV file. For spectra the point number, Hz PPM and INtesity are listed for each data point. For Fids point number and intensity are stored. Clemens |
|
I wrote a C program to do this years ago called ux2ascii. I've put it in the same folder as my jdfutilities (to save making a new folder). It is for Bruker data but would be very easy to adapt for any other vendor. URL: http://iodine.chem.qmul.ac.uk/jdfutilities H |