; ROMODE ;--------------------------------------------------------------- ;! Specified roam mode ;# ADVERB TV ;----------------------------------------------------------------------- ;; Copyright (C) 1995 ;; 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 ;----------------------------------------------------------------------- ;--------------------------------------------------------------- ROMODE LLLLLLLLLLLLUUUUUUUUUUUU CCCCCCCCCCCCCCCCCCCCCCCCCCCCC ---------------------------------------------------------------- ROMODE Type: Adverb (real scalar) Use: When an image is too large to fit in one TV memory plane, it is possible to load portions of the image into more than one TV memory. Then, one may view any contiguous 512 x 512 portion of the image. ROMODE specifies how many channels are used and their spatial configuration. Valid values can be 41, 31, 21, 12, 13, 14, and 22 where the tens digit gives the number of planes on the X axis and the ones digit gives the number of planes on the Y axis. Thus, ROMODE = 41 requests that 2048 x-pixels by 512 y-pixels be loaded to the TV by TVROAM (if the image is big enough for that) and ROMODE = 22 requests a 1024 by 1024 image. The defaults are set by the map size (as limited by TBLC, TTRC, TXINC, and TYINC). They try to load as big an image as possible and prefer mode 22. Verbs: TVROAM.....Load image to TV channels, then roam SETROAM....Reset channel spatial configuration, then roam ----------------------------------------------------------------