|
After any data acquisition process, specific statements are required to write the data onto the disk. As a function of the type of experiment, different format is used.SYNTAX
...
wr #0
...
in which FnMODE is set to QF
...
d1 mc #0 to 2 F1QF(id0)
...
in which FnMODE is set to States-TPPI, TPPI, States or QSEC
...
d1 mc #0 to 2 F1PH(ip1, id0)
...
in which FnMODE is set to echo-antiecho
...
d1 do:f2 mc #0 to 2
F1EA(igrad EA, id0 & ip3*2 & ip5*2 & ip31*2)
...
in which FnMODE is set to echo-antiecho
...
d1 do:f2 mc #0 to 2
F1EA(igrad EA & ip4*2, id0 & ip3*2 & ip5*2 & ip31*2)
...