% @(#)outdisasci.hlq 17.1.1.1 (ESO-IPG) 01/25/02 17:43:46 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT outDiskASCII.hlq %.AUTHOR KB, IPG/ESO %.KEYWORDS MIDAS, help files, OUTDISK/ASCII %.PURPOSE On-line help file for the command: OUTDISK/ASCII %.VERSION 1.0 23-JUN-1997 : Creation, KB %---------------------------------------------------------------- \se SECTION./ASCII \es\co OUTDISK/ASCII 23-JUN-1997 KB \oc\su OUTDISK/ASCII in_file out_file write Midas frame to ASCII file \us\pu Purpose: Convert 1-dim Midas image to 1-column ASCII file \up\sy Syntax: OUTDISK/ASCII in_file out_file \ys\pa in_file = filename of Midas image \ap\pa out_file = name of ASCII file \ap\sa See also: INDISK/ASCII, OUTTAPE/FITS, PRINT/IMAGE \as\no Note: The command PRINT/IMAGE provides also the conversion of a binary Midas image file to ASCII with several data values per record. OUTDISK/ASCII produces a 1-column ASCII file, i.e. one value per record, which is the format required by many packages to import an ASCII file. \\ If the Midas image is not a 1-dim image, the ASCII file contains first all pixels of the 1st row, then the pixels of the 2nd row, and so on. \on\exs Examples: \ex OUTDISK/ASCII zapata villa.dat Convert Midas image `zapata.bdf' to ASCII file `villa.dat'. The ASCII file holds one data value per record and therefore has as many records as the no. pixels in `zapata.bdf'. \xe \sxe