Simple 1D processing in vnmr

From NMR Wiki

(Difference between revisions)
Jump to: navigation, search
(Apply baseline correction)
(Apply baseline correction)
Line 70: Line 70:
Now push second button from the left (it will be either '''Full Integral''', '''No Integral''' or '''Part Integral''')<br>
Now push second button from the left (it will be either '''Full Integral''', '''No Integral''' or '''Part Integral''')<br>
This button switches between integral display modes.
This button switches between integral display modes.
-
Keep clicking until button displays '''Part Intergral''' now you push it again - then you enter 'partial integral display' mode - that is only peak integrals will be shown.
+
Keep clicking until this button displays '''Part Intergral''' and then push it again. Now vnmr should be in 'partial integral display' mode - that is only peak integrals will be shown.
Then push '''Resets''' button. In this mode ('''Part Integral''' and '''Resets''' integral over the baseline regions is shown with dotted line, and integral over the peaks - with continuous line.
Then push '''Resets''' button. In this mode ('''Part Integral''' and '''Resets''' integral over the baseline regions is shown with dotted line, and integral over the peaks - with continuous line.

Revision as of 01:06, 4 March 2008

Contents

Open file

Open file (type in vnmr command line):

rt('file_name')

rt - retrieve, file name does not have to have .fid attached

Apply simple FT

Apply simple processing:

ft f full vsadj

ft - apply Fourier tranform
f - show full 1D spectral window
full - stretch spectrum on full screen

Phase the spectrum

Autophasing

Try automatic phasing

aph

Manual phasing

If autophasing fails, you have to phase manually.

Click on Main Menu(top row of buttons)->DispMenu(bottom row of buttons->Interactive(bottom row)->Phase(bottom row)

Move cursor to the left part of spectrum, click and hold left mouse button.

Drag mouse up or down to make peaks in left part appear phased, release left mouse button.

Move cursor to the right part of spectrum click and hold right mouse button.Drag mouse up or down to make whole spectrum well phased.

Now hit Return(bottom row of buttons on the right)

If you still see huge baseline distortion - it is possible that phase parameters lp(left phase) and rp(right phase) are too large. You can check what they are by typing:

lp?
rp?

Normally they should not exceed ~360 (?)

If rp or lp are too large - reset them:

lp=0 rp=0

Then repeat manual phasing procedure shown above.

Fine-tuning phasing

This part is relevant if peaks that you want to phase are less intense then the major peaks in spectrum.

Adjust vs(vertical scale) so that you can see peaks of interest.

One way to do it is to type:

vs=vs*5

Here vs is multiplied by 5 (use other number if you want)

You might want to repeat above multiplication by scrolling up and pressing 'Enter' until you clearly see the low intensity peaks that need to be phased

Now repeat manual phasing procedure so that baseline around very intense peaks looks symmetric and low intensity signals are phased too.

Apply baseline correction

To apply baseline correction we need to tell the program which parts of spectrum contain peaks and which ones contain baseline.

First we might need to delete previously defined baseline regiouns by typing cz(clear reset points).

Now we'll need to define new reset points. To clearly see what parts of spectrum are baseline and what parts are defined as peaks, we'll need to enter Part Integral integral display mode.

Click buttons in this sequence: Main menu->DispMenu->Interactive

Now push second button from the left (it will be either Full Integral, No Integral or Part Integral)
This button switches between integral display modes. Keep clicking until this button displays Part Intergral and then push it again. Now vnmr should be in 'partial integral display' mode - that is only peak integrals will be shown.

Then push Resets button. In this mode (Part Integral and Resets integral over the baseline regions is shown with dotted line, and integral over the peaks - with continuous line. Now starting with left part of spectrum, click with left mouse button before and after each peak. (remember to go left to right).

Once all reset points are defined, i.e. enough baseline regions are shown to the program - hit Return button.

Finally type

bc

and that should apply baseline correction, baseline regions should be nearly flat.

Reference the spectrum

Find peak that you can use for chemical shift reference. Let's say it is H2O signal at about 4.7 ppm.

Zoom onto the peak to be used as reference: Main menu->DispMenu->Interactive

Now first button on the left in the bottom row will be either Cursor or Box. This button switches between cursor modes. Current cursor mode is displayed on top-right of the vnmr command line window.

Enter Box mode - you will get two cursors.

With left mouse button place left cursor before the reference peak (i.e. on the left of that peak) and place right cursor with right mouse button after the reference peak (on it's right), then hit Expand button.

Now vnmr zooms to the peak. If it is too small - adjust the vertical scale.E.g. by typing vsadj(adjust vertical scale automatically) or by typing vs=vs*2 or vs=vs/2 (you can use any other number too) until peak clearly shows.

In Cursor mode, click on the center of reference peak and click Ref button.
You will be promted:

New reference value (in ppm)?

Enter correct value and press 'Enter'

Define plot region

To precisely define the display region (let's say 6-16 ppm) type:

sp=6p wp=10p

sp(start of plot), 6p means 6 ppm, wp(width of plot)

Adjust vertical scale as desired.

Plot spectrum

There are many commands that plot various types of information on the spectrum.

The simplest plotting command is:

pl pscale page

It plots spectral line pl, scale pscale. Command page sends plot to the printer.

Command below creates postscript file 'test.ps' in current directory:

pl pscale page('test.ps')
Personal tools