SDDAS Applications Batch Interface

Prepared by: Sandee Jeffers
sjeffers@swri.org
Last Updated: May 19, 2000


The following tags define the command line options for running the SDDAS applications in batch mode. By tagging the options, the order and number of arguments is dynamic instead of fixed. Note that the commands are case sensitive -- i.e., tags must be typed as shown in upper and lower case letters.

TAG TAG COMMAND VALUE
-FName < layout filename WITHOUT extension >
-CTbl < graphics colormap file >
-OName < graphics output filename >
-G < graphics device number (14=Landscape PostScript, 16=GIF, 17=Portrait PostScript) >
-W < width in pixels >
-H < height in pixels >
-BTime < Beginning time YYYY/DDD:HH:MM:SS.msec >
-ETime < Ending time YYYY/DDD:HH:MM:SS.msec >

EXAMPLE:

The following SSBatch example illustrates the usage of batch SpectroScalar:

  SSBatch -FName HPSA_SCF -W 500 -H 400 -CTbl grayshade -G 16 \
          -OName /we/sandee/public_html/HPSA_Grayshade.gif \
          -BTime 1991/365:23:55:00.000 -ETime 1992/001:00:20:00.000

This example uses the HPSA_SCF.SS layout file as input, outputs a 500 x 400 GIF graphics file (device 16) to "/we/sandee/public_html/HPSA_Grayshade.gif" using grayshade color mapping for time period 1991 365 23:55:00.000 to 1992 001 00:20:00.000.