next up previous
Next: Scan/Sub-array Selection Up: "Scan intent'' Based Selection Previous: Syntax


Examples

Table 3 shows an example-table of scan-intents. Table 4 shows a list of some scan-intent selection expressions and the corresponding list of selected scan numbers from Table 4.


Table 4: Example of scan-intent selection expressions for scan-intents in Table 3
Scan-intent Selected Remarks
selection expression scans  
CALI* 0,1,2  
*PHASE 0,2 Matches
    CALIBRATE_PHASE but
    not PHASE_UNSPECIFIED
*UNSPEC* 3  
*AMPLI, *PHASE 1,2 *AMPLI matches
    CALIBRATE_AMPLI;
    *PHASE matches
    CALIBRATE_PHASE
*AMP* 1,2,3 *AMP* matches
    CALIBRATE_AMPLI and
    AMPLI_UNSPECIFIED
*BAND & *PHASE 0,2 *BAND and *PHASE are
    simultaneous present
    for scans 0 and 2 only
AMP* & *PHASE* 3 *PHASE* matches scans
    0,2,3. AMP* matches
    only scan 3.
*BAND & *PHASE* & *AMP* 2 Only scan that matches
    *BAND and
    *PHASE* and *AMP* is
    scan 2
*BAND & *PHASE*, AMPLI* 0,2,3 *BAND & *PHASE
    selects scans 0,2.
    AMPLI* selects scan 3


next up previous
Next: Scan/Sub-array Selection Up: "Scan intent'' Based Selection Previous: Syntax
Sanjay Bhatnagar 2012-11-26