Produced by IDL 7.1.1
User Documentation

./plotter
write_ascii.pro

Last modification date:
Wed Sep 28 13:27:10 2016

write_ascii

procedure write_ascii[, filename], [brange=integer], [erange=integer], [/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,'mydata.txt'
Uses
dcascii
Version
$Id$
Common blocks
gbtplot_common

Parameters
filename
in, optional
string
The filename can be specified using this parameter. If omitted, the file will be called 'gbtidl.ascii' unless /prompt is used.

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.
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 Wed Sep 28 13:27:37 2016