Produced by IDL 6.1
User Documentation

./plotter
write_ascii.pro

Last modification date:
Thu Jun 2 23:56:08 2005

write_ascii

procedure write_ascii, [brange=integer], [erange=integer], [filename=string], [/prompt]

This procedure writes the data in the displayed spectrum to an ASCII file. See the documentation in dcascii for an explanation of the format of the output.

Examples
write_ascii,filename='mydata.txt'
Uses
dcascii
Version
$Id: write_ascii.pro,v 1.6 2005/05/24 15:43:14 jbraatz Exp $
Common blocks
gbtplot_common

Keywords
brange
in, optional
integer (def. 0)
The beginning of the range to be written, in units of the current plotter X-axis.
erange
in, optional
integer (def. 0)
The end of the range to be written, in units of the current plotter X-axis.
filename
in, optional
string
The filename can be specified using this parameter. If omitted, the file will be called 'gbtidl.ascii'
prompt
in, optional
boolean
When set, a file chooser dialogue is used to set the file name, even if filename was set as an argument.


Produced by IDLdoc 1.6 on Thu Jun 2 23:56:54 2005