; TVANOT ;--------------------------------------------------------------- ;! Verb to load anotation to the TV image or graphics ;# VERB 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 ;----------------------------------------------------------------------- ;--------------------------------------------------------------- TVANOT LLLLLLLLLLLLUUUUUUUUUUUU CCCCCCCCCCCCCCCCCCCCCCCCCCCCC TVANOT: Verb to load anotation to the TV image or graphics TVCORN 0.0 1024.0 TV pixel location of bottom left corner of anotation 0 => use cursor to set GRCHAN 0.0 88888888. Graphics channels: 0 => use TVCHAN. 18, 28, 38 => use 1, 2, 3 (resp) with a black bacjground. TVCHAN 0.0 4.0 TV channel to use; 0 => use graphics planes 2 and 8. DOINVERS -1.0 1.0 > 0 => string vertical. KEYSTRNG String to put in. ---------------------------------------------------------------- TVANOT Type: Verb Use: To load a character string into an image plane or into graphics channel 2 (with black background in channel 4). Adverbs: TVCORN........TV pixel location of bottom left corner of anotation. 0 => use cursor to set. Note, this allows you to specify x or y and set the other with the cursor. GRCHAN........Graphics channel to use. 0 => use TVCHAN if it is non-zero, else 28. GRCHAN = 18, 28, or 38 => use graphics channel 1, 2, or 3 resp. with a black background. TVCHAN........TV channel to use; 0 => use graphics planes 2 and 8. If GRCHAN not = 0, then TVCHAN is ignored and the graphics planes are used. DOINVERS......> 0 => string vertical, else horizontal. KEYSTRNG......String to put in (<= 16 characters, left just.) ----------------------------------------------------------------