Parameter | Mand | Type | Default | Constraints |
useodf | no | boolean | yes | yes|no |
Look for infile name in SAS_ODF or input filename?
|
set | yes | string | none | valid file name |
Input ODF format set or full HK or AUX FITS filename.
|
useblock | no | boolean | no | yes|no |
Use a specific block name or default to block 0 to find x-axis column?
|
block | no | string | none | valid extension name |
Block name where x-axis column resides.
|
xcolumnname | yes | string | TIME | |
Column name for x-axis of plot.
|
ycolumnnames | yes | string | none | valid column name |
Column names for y-axis of plot.
|
usegtiset | no | boolean | yes | yes|no |
Plot GTIs under each plot?
|
gtiset | no | string | none | valid file name |
Name of GTI file to plot.
|
useccds | no | boolean | yes | yes|no |
Plot by CCDs (must select yes if usegtiset is yes)
|
selectccds | no | boolean | no | yes|no |
Select individual CCDs to plot?
|
ccds | no | integer-list | 1 | valid number(s) less than numberof instrument CCDs |
List of individual CCDs to plot.
|
plotdevice | yes | string | none | valid plotting device |
Name of device type for plot output, if appropriate for entered device type.
|
selectoutfile | no | boolean | yes | yes|no |
Plot output to an actual file instead of a device (eg. XW).
|
outfile | no | string | none | valid file name |
Name of file for output of plot.
|
convertframe | no | boolean | yes | yes|no |
Convert FRAME column to TIME using OAL?
|
offsettime | no | boolean | yes | yes|no |
Use first Time column row (or TSTART if found) as offset?
|
selectrows | no | boolean | yes | yes|no |
Select a rowrange to plot?
|
startrow | no | integer | 1 | valid number between 1 and nrows of infile |
First row of infile to plot?
|
stoprow | no | integer | nrows | valid number between firstrow and nrows of infile |
Last row of infile to plot?
|
points | no | integer | 600 | valid number less than total points |
Number of points per page to plot.
|
Parameter | Mand | Type | Default | Constraints |