Difference between revisions of "Tutorial for Relaxation dispersion analysis r1rho fixed time recorded on varian as sequential spectra"

From relax wiki
Jump to navigation Jump to search
(Created page with "= Intro = This tutorial presently cover the [http://svn.gna.org/svn/relax/branches/ relax_disp branch].<br> This branch is under development, for testing it out, you need to u...")
 
Line 6: Line 6:
  
 
The spectra is not recorded interleaved, but as a series of spectra with experimental changes.
 
The spectra is not recorded interleaved, but as a series of spectra with experimental changes.
 +
 +
= Preparation =
 +
You want to make a working dir, with different folders
 +
 +
<source lang="text">
 +
peak_lists
 +
spectrometer_data
 +
scripts
 +
</source>
 +
 +
You can create the folders by
 +
<source lang="text">
 +
mkdir peak_lists spectrometer_data scripts
 +
</source>
 +
 +
In the folder '''peak_lists''' should contain SPARKY list in [[SPARKY_list | SPARKY list format]]. <br>
 +
In the folder '''scripts''' we put scripts which help us processing the files.
 +
In the folder '''spectrometer_data''' should be a directory containing directories with all experiments where each directory contain files: '''fid''' and '''procpar''' as the output from recording on Varian.<br>

Revision as of 10:45, 16 September 2013

Intro

This tutorial presently cover the relax_disp branch.
This branch is under development, for testing it out, you need to use the source code. See Installation_linux#Checking_out_a_relax_branch.

This tutorial is based on the analysis of R1rho data, analysed in a master thesis.

The spectra is not recorded interleaved, but as a series of spectra with experimental changes.

Preparation

You want to make a working dir, with different folders

peak_lists
spectrometer_data
scripts

You can create the folders by

mkdir peak_lists spectrometer_data scripts

In the folder peak_lists should contain SPARKY list in SPARKY list format.
In the folder scripts we put scripts which help us processing the files. In the folder spectrometer_data should be a directory containing directories with all experiments where each directory contain files: fid and procpar as the output from recording on Varian.