next up previous contents index
Next: REDUCE Up: ANALYSE Language Internal Help Previous: POPUP

PRINT

 

        ANALYSE\PRINT [Arg] [/OUTPUT File] [/TABLE File]

    PRINT enables one to list some parameters in a GreG  compatible  format.
    Arg is an optional argument to precise what to print :
      - FIT       Results of profile fits in current method (default)
        The information written is (1) the  observation  number,  (2,3)  the
        offsets in current angle units, (4,5,...) fit results of the current
        method in the same order  as  in  DISPLAY  command.  For  the  Gauss
        Method,  this  order  is:  (4)  Line  Area, (5) its incertainty  (6)
        Position (7) incert. (8) Width (9) incert. (10) Intensity  (11) Base
        RMS (12) Line RMS.


      - AREA      Integrated area computed by BASE
        The information written is (1) the  observation  number,  (2,3)  the
        offsets in current angle units, (4,5) Area and rms noise.
      - AREA v1 v2 v3 ...  Area in velocity ranges v1 to v2 and  v2  to  v3,
        ... etc.
        The information written is (1) the  observation  number,  (2,3)  the
        offsets in current angle units, (4,5,...) the areas.
      - CHANNEL List   list of channels (in the same format as the  FOR-NEXT
        loop).  Up  to 15 channels at a time may be listed.  The information
        written is (1) the observation number, (2,3) the offsets in  current
        angle units, (4,5,...) the channels value.
      - MOMENT m1 m2 ...   Moments of the observations (area, mean velocity,
        width)  in  the  intervals  [m1,m2]  [m3,m4] etc... Current units is
        used.  The information written is (1) the observation number,  (2,3)
        the  offsets  in current angle units, (4,5,6) area, position, width,
        (7,8,9) etc...

      - POINTING     Results of CONTINUUM method fits printed  in  a  format
        adapted to pointing constants measurements.  The information written
        is (1,2) The observation and  scan  number,  (3)  a  code  for  scan
        direction,  (4,5)  Azimuth  and  Elevation  in  degrees, (6) Time in
        hours, (7,8) Collimation and error along drift direction, (9,10) the
        antenna  number  and  station code, (11,12) Width and error, (13,14)
        Intensity and rms noise, (15) Source name.

      - FLUX         Results of CONTINUUM method fits printed  in  a  format
        adapted  to flux measurements.  The information written is (1,2) The
        observation and scan number, (3) a code for  scan  direction,  (4,5)
        Azimuth  and Elevation in degrees, (6) Time in hours, (7,8) Position
        and error along drift direction, (9)  the  antenna  number,  (10,11)
        Width  and  error,  (12,13) Intensity and rms noise, (14) Image gain
        ratio, (15,16) Signal and Image frequencies, (17) Source name,  (18)
        Observing date.


    /OUTPUT File    Write the results in a formatted file named File instead
    of  on  the  screen. The file is suited for later processing by GreG, in
    particular for contour maps.

    /TABLE File     Write the results in a table named File. This table  can
    also  be  accessed  by  GreG,  in  a much faster (50 times)   way than a
    formatted file. Tables can also handle many more columns than  formatted
    files,  and  they  are  not  limited  in  precision  by  the formatting.
    Mathematical operations can be  done  directly  on  the  table  columns.
    However the FIT results cannot be written to a table.


lucas@iram.fr