Next: REDUCE
Up: ANALYSE Language Internal Help
Previous: POPUP
Contents
Index
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
The information written is (1) the number of lines fitted, (2) the
observation number, (3,4) the offsets in current angle units,
(5,6,...) fit results of the current method in the same order as in
DISPLAY command. For the Gauss Method, this order is: (5) Line Area,
(6) its incertainty (7) Position (8) incert. (9) Width (10) incert.
(11) Intensity (12) Base RMS (13) 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
Area in velocity ranges v1 to v2 and v2 to v3, ... etc. The infor-
mation written is (1) the observation number, (2,3) the offsets in
current angle units, (4,5,...) the areas.
CHANNEL List List of channels
The list 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 observa-
tion number, (2,3) the offsets in current angle units, (4,5,...) the
channels value.
MOMENT m1 m2 ... Moments of the observations
The moments (area, mean velocity, width) are computed in the inter-
vals [m1,m2] [m3,m4] etc... Current unit 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 Pointing fit results
Results of CONTINUUM method fit are 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 num-
ber and station code, (11,12) Width and error, (13,14) Intensity and
rms noise, (15) Source name.
FLUX Flux measurements results
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 Eleva-
tion 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) Sig-
nal 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 ac-
cessed 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 op-
erations can be done directly on the table columns. However the FIT
results cannot be written to a table.
Gildas manager
2014-07-01