Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/sas/6.5.0/doc/dsplot.ps.gz
Дата изменения: Tue Aug 16 03:32:56 2005
Дата индексирования: Tue Oct 2 01:49:39 2012
Кодировка:
XMM-Newton Science Analysis System Page: 1
dsplot
August 15, 2005
Abstract
Plot tables in data sets using Grace.
1 Instruments/Modes
Not applicable.
2 Use
pipeline processing no
interactive analysis yes
3 Description
The task's functionality and interface is identical to that of dstoplot with the addition that it automat-
ically launches a Grace process on the generated plotting le.
On the command line the dsplot task is typically applied like this:
dsplot table=test.dat:some
4 Parameters
This section documents the parameters recognized by this task (if any).
Parameter Mand Type Default Constraints
The list of parameters is identical to that of task dstoplot plus:
plotter no string xmgrace
The name of the plotting program to invoke on the le generated by dstoplot.
xmmsas 20050815 1803-6.5.0

XMM-Newton Science Analysis System Page: 2
5 Errors
This section documents warnings and errors generated by this task (if any). Note that warnings and
errors can also be generated in the SAS infrastructure libraries, in which case they would not be docu-
mented here. Refer to the index of all errors and warnings available in the HTML version of the SAS
documentation.
There are no task speci c errors - all possible errors are that of task dstoplot.
6 Input Files
1. a data set with numerical columns
7 Output Files
1. a temporary ASCII le containing commands and data for Grace; will be automatically
deleted once the launched Grace process has terminated
8 Algorithm
dstoplot output=file outputfile=/tmp/tmpfile
xmgrace /tmp/tmpfile
rm /tmp/tmpfile
References
xmmsas 20050815 1803-6.5.0