; OTFIN ;--------------------------------------------------------------- ;! Lists on-the-fly single-dish SDD format data files ;# TASK SINGLEDISH HARDCOPY ;----------------------------------------------------------------------- ;; Copyright (C) 1996, 1999, 2004, 2008 ;; Associated Universities, Inc. Washington DC, USA. ;; ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as ;; published by the Free Software Foundation; either version 2 of ;; the License, or (at your option) any later version. ;; ;; This program is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; ;; You should have received a copy of the GNU General Public ;; License along with this program; if not, write to the Free ;; Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, ;; MA 02139, USA. ;; ;; Correspondence concerning AIPS should be addressed as follows: ;; Internet email: aipsmail@nrao.edu. ;; Postal address: AIPS Project Office ;; National Radio Astronomy Observatory ;; 520 Edgemont Road ;; Charlottesville, VA 22903-2475 USA ;----------------------------------------------------------------------- OTFIN LLLLLLLLLLLLUUUUUUUUUUUU CCCCCCCCCCCCCCCCCCCCCCCCCCCCC OTFIN: Task to read 12-m OTF data to index its contents DATAIN Input data file (sdd file) BCOUNT 0.0 First included position ECOUNT 0.0 Last included position BIF 0.0 IF number 0 => all DOCRT -3.0 132.0 > 0 -> use the terminal, else use the line printer > 72 => terminal width OUTPRINT Printer disk file to save ---------------------------------------------------------------- OTFIN Type: Task Use: Reads a single 12m OTF map to determine its contents. This task will assist in preparing inputs to OTFUV, the task which translates the 12-meter telescope "on-the-fly" spectral-line data into AIPS format. Adverbs: DATAIN......Input 12m sdd file (raw data file). BCOUNT......First scan in OTF map which you want to display. 0 => all ECOUNT......Last scan in OTF map which you want to display. 0 => all BIF.........IF number to display. 0 => all DOCRT......False (<= 0) use the line printer if OUTPRINT = ' ' else write named OUTPRINT file only. When OUTPRINT is not blank, DOCRT=-2 suppresses the page-feed character on page headers and DOCRT=-3 suppresses page headers and most other header information. True (> 0) use the terminal interactively. The task will use the actual terminal width as a display limit unless 72 < DOCRT < width. In that case, the display limit will be DOCRT characters. OTFIN uses 4 different formats depending on the width. If DOCRT > 114, one line/scan is used and if DOCRT > 128 a more open format is used. DOCRT >= 80 gives a somewhat better 2-line format than the one used for 72-character wide terminals. "Wider is better" OUTPRINT....Disk file name in which to save the line printer output. ' ' => use scratch and print immediately for interactive jobs - batch jobs use OUTPRINT = 'PRTFIL:BATCHjjj.nnn' (jjj = job #, nnn = user #). When OUTPRINT is not blank, multiple outputs are concatenated, and the file is not actually printed. ----------------------------------------------------------------