next up previous contents index
Next: START Up: SOURCE Previous: SOURCE /VELOCITY   Contents   Index


SOURCE EXAMPLES

    !
    ! Id: demo-source.pako
    !     basic SOURCE EXAMPLES,v 1.1.1 2009-05-08 by Hans Ungerechts
    !
    CATALOG SOURCE  demo.sou                ! select source catalog
    !
    SOURCE  NGC7027                         ! select source from catalog
    !! OFFSETS /Clear                       ! optional: clear previously set off
    !
    PAUSE
    !
    !! OTHER WAYS TO SPECIFY A SOURCE:
    !
    SOURCE CALORI /catalog lines-J2000      ! select source from another catalog
    PAUSE
    !
    SOURCE OCET EQ J2000 -
       02:19:20.71 -02:58:36.17 LSR 46.800  ! command-line specification of sour
    PAUSE
    !
    SOURCE Mars                             ! planet Mars
    PAUSE
    !
    SOURCE Moon                             ! our Moon
    PAUSE
    !
    SOURCE Io                               ! Jupiter's satellite "Io"
    PAUSE
    !
    SOURCE Body Pako -                      !
       2455000.0 22.2 33.3 44.4 55.5 0.66   ! solar system body (orbital element
    PAUSE
    !
    SOURCE w3oh                             ! will match W3OH in demo.sou
    !
    !! NOTES: source names must match:
    !!           full source name in catalog or
    !!           full name of planet or satellite
    !!        the case is ignored for source name matching
    !
    RETURN
    !


Gildas manager 2023-06-01