SCAN_SUMMARY Scan summary information.

Name

Format

Units

Measure

Comments

Columns

Key

EXECBLOCK_ID

Int ExecBlock identifier

SCAN_NUMBER

Int Scan number

Data description

NUM_SUBSCAN

Int Number of SUBSCANs Nsubscan

NUM_FIELD

Int Number of fields Nfield

Data

TIME

Double s EPOCH Time interval mid-point

INTERVAL

Double s Time interval

SCAN_INTENT

String Intent for the scan

FIELD_NAME

String( Nfield) Name of field

SUBSCAN_NUM_SET

Int( Nsubscan) Collection of SUBSCAN_NUM

Flags

FLAG_ROW

Bool The row flag


Notes: This table stores summary information for each scan. This table plays the role of associating a certain number of rows in the Main table, the nature of this association being reflected by the scan intent.
EXECBLOCK_ID
Identifier pointing to one row in the EXECBLOCK_SUMMARY table.
TIME
Time mid-point interval. The same reference used for the TIME column in the MAIN must be used.
INTERVAL
Time interval. This is the difference between the end and begin TIME of the scan.
SCAN_INTENT
Scan intent. Since this is the unique location in the SDM where this item is present, this SCAN_SUMMARY table is mandatory.
SCAN_NUMBER
Scan number as enumerated during the execution of the SchedulingBlock.
NUM_SUBSCAN
Number of subscans in the scan
NUM_FIELD
Number of fields observed in the scan. Note that several fields may be observed simultaneously when activities of subarrays are coordinated in time.
FIELD_NAME
Name(s) of the field, as specified during the execution of the Scheduling Block.
SUBSCAN_NUM_SET
Collection of SUBSCAN_NUM numbers for this scan in the data set. These do not need to be given in a specific order but obviously their values must be unique.
FLAG_ROW
True if data in this row are invalid, else False. Does not imply flagging in the MAIN.