Hi, I want to make a CT-COSY pulse sequence on a Brucker AVANCE II spectrometer. But I'm bother by incremented delay. When I type in the BaseLevelRelation.h this:
and add in the microprogram the delay before and after my pi pulse,
it didn't work... It seems like it calculate the d28 delay from the IN28 increment, but doesn't want to apply this delay in the pulse sequence....
Any idea ? Perhaps it's about some incrementation declaration or something like that ?
asked May 04 '11 at 08:50 dimichu |
You can define this directly in the pulsprogram: Above the actual sequence add a line "in28=in30" this sets increments 28 and 30 to the same value On the line where you do all the increments write dd28 to decrement d28 and id30 to increment d30 Regards Clemens answered May 07 '11 at 03:38 Clemens Anklin |