next up previous contents index
Next: SHOW Up: SET Previous: SET USERLEVEL   Contents   Index


SET EXAMPLES

    !
    ! Id: demo-set.pako
    !     basic SET EXAMPLES, v 1.1.1 2009-05-18 Hans Ungerechts
    !
    SIC PRIORITY 1 PAKO                         ! PAKO commands get precedence
    !                                           ! over similar GREG commans!
    !
    SET Project   111-22                        ! project ID (project number)
    SET PI       "Dr. Lilo D. Doe"              ! principal investigator
    SET Observer "John Doe"                     !
    SET Operator  Pako                          !
    SET Topology  low                           ! topology for azimuth
    !
    SET Level     3  3                          ! suppress informational message
    !                                           ! ("I-messages") from paKo
    !
    DEVICE image w                              ! for plots
    !
    SHOW                                        ! show the values set with set
    !
    !! NOTE: don't use special characters like <, >, &, accents in the names!
    !!
    !
    ! Id: demo-set2.pako
    !     additional SET EXAMPLES, v 1.1.1 2009-05-08 Hans Ungerechts
    !
    !! SET doSubmit   YES                       ! to allow submission to Queue
    !
    SET Pointing   -1.1 2.2                     ! pointing corrections
    SET Focus      -2.3                         ! focus correction      [mm]
    !
    SHOW                                        ! show the values set with set
    !


Gildas manager 2023-06-01