IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2007, 4:40:33 PM (19 years ago)
Author:
eugene
Message:

more task work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/detrend.process.pro

    r11323 r11336  
    4141  periods      -exec $loadexec
    4242  periods      -timeout 30
     43  npending     1
    4344
    4445  stdout NULL
     
    154155  periods      -exec $loadexec
    155156  periods      -timeout 30
     157  npending     1
    156158
    157159  stdout NULL
     
    160162  task.exec
    161163    if ($DB:n == 0)
     164      option DEFAULT
    162165      command dettool -toprocessedexp -limit 20
    163166    else
     
    173176  task.exit    0
    174177    # convert 'stdout' to book format
    175     if ($options:n == 0)
    176       ipptool2book stdout detPendingProcessedExp -key det_id:iteration:exp_tag -uniq
    177     else
    178       ipptool2book stdout detPendingProcessedExp -key det_id:iteration:exp_tag -uniq -setword DBNAME $options:0
    179     end
     178    ipptool2book stdout detPendingProcessedExp -key det_id:iteration:exp_tag -uniq -setword dbname $options:0
    180179    if ($VERBOSE > 2)
    181180      book listbook detPendingProcessedExp
Note: See TracChangeset for help on using the changeset viewer.