Next: A New Implementation of Up: 7 Reference Guide Previous: 7.7 SDR_SUM

7.8 SPECANAL

Calling Sequence
SPECANAL [, SETUPFILE] [, keywords]

Arguments

SETUPFILE:
Input string specifying an anal_struc namelist file which defines the analysis configuration. This is an optional input parameter. Keyword specifications can set all anal_struc configuration variables and will override specifications in the setup_file. File extension for these files default to ``ANL''.

Indirectly Referenced Inputs:

The anal_struc namelist permits the specification of configuration files for each of the major processes: BLD_QUAD_DIF, DAY_SUMMER, and FIT_PREP. If these specifications in the setup file are blank and keyword alternate specification is not used, these configurations default to nominal configuration files which are:

Keywords

/NOBATCH:
Input logical, if set, executes the task as part of parent process rather than submitting it to a batch queue. Default is execute processing as a batch job. Depending on exact configuration, /nobatch mode can take a long time, locking the current IGORE session.

QUEUE:
Input string specifying the queue name for batch submission. Default queue is SYS$BATCH.

/BUILD:
Input logical, if set, causes creation of the batch command file but does not submit it for execution. All configuration information is available for inspection prior to submission.

COMFILE:
Input string specifying the name of the batch command file to be created. By default this filename is created from the FILEROOT which in turn is derived from target name and viewing period.

/CREATE:
Input logical, if set, will create directories, if necessary, for products from information derived from configuration files. Default is to check for existance of these directories and abort submission of batch job if they do not exist.

/SAVE:
Input logical, if set, records the specanal configuration in an anal_struc namelist file. This file is in the format of the SETUPFILE input parameter, Default name for the configuration file is derived from the FILEROOT as <FILEROOT>.ANL. Keyword CFGFILE overrides the default naming of this file.

CFGFILE:
Input string specifying name of saved config file. Default is derived from FILEROOT. Only meaningful with /SAVE keyword.

Additional keywords are processed by the ANAL_SETUP routine. You may note that many correspond to entries in the SETUPFILE namelist. These are described below.

TARGET:
Specify the OSSE target to process. This input may be either a target name in a string, a target id as an integer, or a dummy structure.
VP:
Specify the viewing period to process (floating point value).
START_TIME:
STOP_TIME:
PROD_DIR:
OUT_DIR:
FILEROOT:
LOGFILE:

/NOBQD:
If set, do not run BLD_QUAD_DIF Default is to generate them, NOBQD=0.
BQD_CONFIG:
BQD_DIR:

/NODAYSUM:
If set, do not run DAY_SUMMER. Default is to generate them, NODAYSUM=0.
DAYSUM_DIR:
DAYSUM_OUT:
DAYSUM_GOOD:
DAYSUM_CONFIG:

/NOFITPREP:
If set, do not generate FFIT_PREP plots and files. Default is to generate them, NOFITPREP=0.
FITPREP_OUT:
FITPREP_CONFIG:
FITPREP_DIR:

/NOPLOTANAL:
If set, do not generate `Plot Analysis' plots and files. Default is to generate them, NOPLOTANAL=0.
PLOTANAL_CONFIG:
PLOTANAL_DIR:

/NOBLN:
If set, do not generate `Bottom-Line' plots and files. Default is to generate them, NOBLN=0.
BLN_OUT:
BLN_CONFIG:
BLN_DIR:

PRODUCTION:
NODQSUMMARY:

Outputs

When converting the output from counts to flux, a model must be defined to assist the instrument response deconvolution process. SPECANAL defaults to utilizing a simple power-law model, specifically tex2html_wrap_inline2348. It is NOT a best-fit model! This should be kept in mind when interpreting this output.

Note: keywords and referenced configuration files can significantly alter the naming and directories of these products.


Next: A New Implementation of Up: 7 Reference Guide Previous: 7.7 SDR_SUM