next up previous contents index
Next: SET COMMENT Up: PAKO Language Internal Help Previous: SAVE EXAMPLES   Contents   Index


SET

    SET keyword   value [value* ...]

    Set values for some general parameters.

    Character               ::  keyword
    Character|Integer|Real  ::  value*

    Keywords    Type of Value(s)
    ========    ================

    Level       Integer [Integer]  ! minumum value(s) for warning and error mess
    Project     Character(len=24)  ! project ID
    PI          Character(len=24)  ! PI. Don't use & < >
    Observer    Character(len=24)  ! Observer(s). Don't use & < >
    Operator    Character(len=24)  ! Telescope operator(s). Don't use & < >

    Pointing    Real Real          ! Pointing corrections [arc sec]
    Focus       Real               ! Focus correction [mm]
    Topology    Character(len=24)  ! Topology for the overlapping azimuth range
    2ndRotation Real               ! Rotation angle for Secondary and Wobbler

    Comment     Character(len=128) ! Purpose. Don't use & < >
    Purpose     Character(len=24)  ! Purpose. Don't use & < >

    EMIRcheck   Character          ! "strict"|"relaxed"|"loose"

    doSubmit    Logical            ! turn submission of jobs to queue on or off


    NB: Don't use / & < > in names of sources, lines, projects,
    PI, observer, operator, etc. Don't use ()/ in source names.


    In  order  to include blank characters in a value of type Character, the
    complete value should be included in " ", see example: SET Observer  be-
    low.

    Only  a  few  of these parameters are shown in the Display.  Use command
    SHOW to list (nearly) all of them.


Subsections

Gildas manager 2023-06-01