Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.naic.edu/~astro/spectral_line/handbook/node26.html
Дата изменения: Tue Jul 2 19:58:01 2002
Дата индексирования: Sat Dec 22 18:52:54 2007
Кодировка:

Поисковые слова: m 8
Some Useful Routines for On-Line Data Analysis next up previous
Next: About this document ... Up: DATA ANALYSIS Previous: ANALYZ


Some Useful Routines for On-Line Data Analysis

In this section we describe some useful routines for quick-look on-line analysis of your data. For a complete description of the routines, and for a description of analyzing HI spectra, look at the Spectral Line Appendices. If you want to delve into the mysteries of Analyz, you can obtain a copy of the Analyz manual either through your Friend at the Telescope, or through an anonymous ftp on ftp2.naic.edu (cd pub/Analyz/Analyzguide).

Real Time Data Display:

You can now use IDL to display your data as it comes from the telescope. This is done via the following commands (note that IDL is not case-sensitive):

% gousr
% cd a9999 [or whatever your project number is
% idl
IDL$>$ @corinit
IDL$>$ openr,lun,'/share/olcor/corfile',/get_lun
IDL$>$ cormon,lun

To stop the online display, just hit control-C in the IDL window. If you wish to change the horizontal or vertical axis, just type ver,low,high or hor,low,high . Other Arecibo-relevant IDL commands can be found online at http://www.naic.edu/$\sim$phil/cordoc.html.

Setting Up Analyz:

Attaching Data:
(NOTE: Only one data file can be attached at a time. If you wish to compare two data sets,
save the results you wish to compare into a register(s) and then attach the new data file.

Looking at Data:

Misc:


next up previous
Next: About this document ... Up: DATA ANALYSIS Previous: ANALYZ
koneil@naic.edu