next up previous contents index
Next: Getting on the air Up: CLASS Continuum and Line Previous: Introduction

Cookbook

This part is a list of recipes enabling the beginner or the occasional user the get on the air very rapidly, without losing his time searching the system's on-line HELP facility. A CLASSic session is the following:

        DEVICE XLAND WHITE                      ! 1
        FILE IN BRUT.BUR                        ! 2
        SET LINE 13CO(1-0)                      ! 3
        SET SOURCE IC348                        ! 4
        SET TELESCOPE IRAM-30M-B30              ! 5
        SET OBSERVED 15-AUG-1984                ! 6
        SET ANGLE SECONDS                       ! 7
        SET COORDINATES EQUATORIAL              ! 8
        FIND/OFFSET 0  25                       ! 9
        SUM                                     ! 10
        !
        SET UNIT VELOCITY                       ! 11
        SET MODE X -1 14                        ! 12
        SET MODE Y -0.5 7.5                     ! 13
        SET PLOT HISTOGRAM                      ! 14
        PLOT                                    ! 15
        HARDCOPY/PLOT                           ! 16
        !
        SET WINDOW 3 6 8 10                     ! 17
        BASE 4/PLOT                             ! 18
        PLOT                                    ! 19
        !
        LINES 0                                 ! 20
        GAUSS                                   ! 21
        FIT                                     ! 22
        RESIDUAL                                ! 23
        PLOT                                    ! 24
        !
        FILE OUT REDUIT.30M NEW                 ! 25
        SWAP                                    ! 26
        WRITE                                   ! 27
        !
        SAVE IC348                              ! 28
        EXIT                                    ! 29





lucas@iram.fr