Next: MODIFY PHASE_SIGN
Up: MODIFY
Previous: MODIFY HEADER
CLIC\MODIFY DATA procedure
This is a general command to edit the data headers of the scans in the
current index. CLIC enters a loop in which all the data header of all
records of all scans in the current index are read successively.
For each record the procedure 'procedure' (default extension ".CLIC") is
executed. This procedure may only contain the following commands :
DUMP, HEADER, FLAG, MINMAX, GO, or any SIC command that acts on
variables.
The command GO [WRITE] must end the procedure. With GO WRITE, the data
record will be updated; with only GO, the data record is not
updated and CLIC loads the next record from the current index. If no GO
command in excountered in the procedure, the loop is aborted.
If a PAUSE command is found in the procedure, the PAUSE is
executed, but the prompt changes to "MODIFY>". The same commands as
above may then be executed from the keyboard; "QUIT ALL" may be used to
abort the loop.
lucas@iram.fr