Revision history [back]
click to hide/show revision 1
initial version

posted Aug 16 '10 at 10:53

Evgeny%20Fadeev's gravatar image

Evgeny Fadeev
5771

Hi kmd, You'll need to set frequency offset before the "t1" excitation pulse to whatever corresponds to 7 ppm - that will cause "t1" evolution to be encoded relative to the frequency of that pulse. Similarly - to read relative to water resonance - set transmitter offset to the water offset value just before the readout pulse. If you have a Varian system you would do something like: pulsesequence(){ double myoffset; ... myoffset = getval("myoffset"); ... obsoffset(somevar); rgpulse(...);/* or simpulse, sim2pulse or sim3pulse */ ... }
click to hide/show revision 2
No.1 Revision

posted Aug 16 '10 at 10:54

Evgeny%20Fadeev's gravatar image

Evgeny Fadeev
5771

Hi kmd,

You'll need to set frequency offset before the "t1" excitation pulse to whatever corresponds to 7 ppm - that will cause "t1" evolution to be encoded relative to the frequency of that pulse.

Similarly - to read relative to water resonance - set transmitter offset to the water offset value just before the readout pulse.

If you have a Varian system you would do something like:

pulsesequence(){
    double myoffset;
    ...
    myoffset = getval("myoffset");
    ...
    obsoffset(somevar);
    rgpulse(...);/* or simpulse, sim2pulse or sim3pulse */
    ...
}

Hope that someone will explain how to do this for a Bruker system.

click to hide/show revision 3
No.2 Revision

posted Aug 16 '10 at 10:55

Evgeny%20Fadeev's gravatar image

Evgeny Fadeev
5771

Hi kmd,

You'll need to set frequency offset before the "t1" excitation pulse to whatever corresponds to 7 ppm - that will cause "t1" evolution to be encoded relative to the frequency of that pulse.

Similarly - to read relative to water resonance - set transmitter offset to the water offset value just before the readout pulse.

If you have a Varian system you would do something like:

pulsesequence(){
    double myoffset;
    ...
    myoffset = getval("myoffset");
    ...
    obsoffset(somevar);
    rgpulse(...);/* or simpulse, sim2pulse or sim3pulse */
    ...
}

Hope that someone will explain how to do this for a Bruker system.system or any other details.

click to hide/show revision 4
No.3 Revision

posted Aug 16 '10 at 14:21

Evgeny%20Fadeev's gravatar image

Evgeny Fadeev
5771

Hi kmd,

You'll need to set frequency offset before the "t1" excitation pulse to whatever corresponds to 7 ppm - that will cause "t1" evolution to be encoded relative to the frequency of that pulse.

Similarly - to read relative to water resonance - set transmitter offset to the water offset value just before the readout pulse.

If you have a Varian system you would do something like:

pulsesequence(){
    double myoffset;
    ...
    myoffset = getval("myoffset");
    ...
    obsoffset(somevar);
obsoffset(myoffset);
    rgpulse(...);/* or simpulse, sim2pulse or sim3pulse */
    ...
}

Hope that someone will explain how to do this for a Bruker system or any other details.

powered by CNPROG