next up previous
Next: 2.6 Basic Processing Up: 2 Operating/Processing Previous: 2.4 Decoupling in a


2.5 Arraying

Type the values you want for a variable. For ex. pw=1, 5, 6, 11, 21.

Or type array and answer the prompt questions.

It can be a good idea to use interleave. For example, the command (set s2pul pw=3,6,9 nt=16 bs=4 il='y') does the following:

If il='n' all the nt increments would be first scan with pw=3. If you are arraying gradient values, for example, it would be good to oscilate among high an low values so that the coils and the PFG amplifier can ``cool'' at lower currents instead of standing a long time (all the nt increments) at high currents.

Advantages of using interleave:

Other interesting variables:

ss:
Seting il='y' ss=-2, for example, will discard the 2 first scans at the begining of each bs.
array:
This variable stores the arrayed parameters. If you enter s2pul pw=7,8 d1=2,3, the array variable will be pw,d1. It means that d1 hast precedence over pw. If il='y' bs=4, the following order will be used:
You can enter array='d1,pw' to give precedence to pw.

next up previous
Next: 2.6 Basic Processing Up: 2 Operating/Processing Previous: 2.4 Decoupling in a
Back to Home Page