next up previous contents index
Next: HEADER Up: CLIC Language Internal Help Previous: FLAG

GET

 

        CLIC\GET [N] [/RECORD r] [/HEADER]

    GET copies R into T, and loads the Observation  number  N  in  R.    The
    current  index  initialized  by FIND is first explored, then, if needed,
    the whole input  file.   If  N  is  absent,  the  previous  (last  read)
    Observation  is  recovered.  If N is FIRST, the first Observation of the
    current index is loaded.  If N is NEXT,  the  next  Observation  in  the
    current index is loaded.

    If option /RECORD is present, only record r is loaded.   Otherwise,  the
    average  record  is  loaded;  it  will  contain  the  phase-corrected or
    uncorrected data depending on the last SET PHASE [ATM]|[NOATM] command.

    If option /HEADER is present, only the scan header  is  read.   No  data
    record  is  accessed. This command does not access the data file if only
    the header file is available.


lucas@iram.fr