% @(#)label_any.hlq 17.1.1.1 (ESO-IPG) 01/25/02 17:43:42 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT label_any.hlq %.AUTHOR KB, IPG/ESO %.KEYWORDS MIDAS, help files, LABEL/ANY %.PURPOSE On-line help file for the command: LABEL/DISPLAY %.VERSION 1.0 30-OCT-1998 : Creation, KB %---------------------------------------------------------------- \se SECTION./ANY \es\co LABEL/ANY 23-OCT-1998 KB \oc\su LABEL/ANY filename write text labels stored in a file on the image display \us\pu Purpose: Use the records of an ASCII file as input for the LABEL/DISPLAY command. \up\sy Syntax: LABEL/ANY filename \ys\pa filename = name of ASCII file containing records suitable as input for the LABEL/DISPLAY command. \ap\sa See also: LABEL/DISPLAY \as\no Note: The records of `filename' must hold a string which is usable as command input to the LABEL/DISPLAY command. However, no cross referencing via labels or Pi=... is possible. Also, the keyword option of the LABEL/DISPLAY command is not supported. \on\exs Examples: \ex LABEL/ANY labels.ascii Assuming the ASCII file `labels.ascii' contains the following records: \\ "Galaxy NGC123" 100,300 My_string 400,10 ? cyan "noch ein text" 0.5,0.25 o red 1 \\ \\ Then the command above is equivalent to the 3 commands: \\ LABEL/DISPLAY "Galaxy NGC123" 100,300 \\ LABEL/DISPLAY My_string 400,10 ? cyan \\ LABEL/DISPLAY "noch ein text" 0.5,0.25 o red 1 \xe \sxe