IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11336


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

more task work

Location:
trunk/ippTasks
Files:
8 edited

Legend:

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

    r11323 r11336  
    4444  periods      -exec $loadexec
    4545  periods      -timeout 30
     46  npending     1
    4647
    4748  stdout NULL
     
    152153  periods      -exec $loadexec
    153154  periods      -timeout 30
     155  npending     1
    154156
    155157  stdout NULL
     
    262264  periods      -exec $loadexec
    263265  periods      -timeout 30
     266  npending     1
    264267
    265268  stdout NULL
  • 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
  • trunk/ippTasks/detrend.reject.pro

    r11323 r11336  
    3838  periods      -exec $loadexec
    3939  periods      -timeout 30
     40  npending     1
    4041
    4142  stdout NULL
  • trunk/ippTasks/detrend.resid.pro

    r11323 r11336  
    4141  periods      -exec $loadexec
    4242  periods      -timeout 30
     43  npending     1
    4344
    4445  stdout NULL
     
    157158  periods      -exec $loadexec
    158159  periods      -timeout 30
     160  npending     1
    159161
    160162  stdout NULL
  • trunk/ippTasks/detrend.stack.pro

    r11323 r11336  
    3838  periods      -exec $loadexec
    3939  periods      -timeout 30
     40  npending     1
    4041
    4142  stdout NULL
  • trunk/ippTasks/pantasks.pro

    r11323 r11336  
    7474  exec mkdir -p $LOGDIR
    7575
    76   list DB -add isptest
     76  # list DB -add isp
    7777
    7878  if ($parallel)
  • trunk/ippTasks/phase2.pro

    r11323 r11336  
    3838  periods      -exec $loadexec
    3939  periods      -timeout 30
     40  npending     1
    4041
    4142  stdout NULL
  • trunk/ippTasks/phase3.pro

    r11323 r11336  
    3838  periods      -exec $loadexec
    3939  periods      -timeout 30
     40  npending     1
    4041
    4142  stdout $LOGSUBDIR/phase3.exp.log
Note: See TracChangeset for help on using the changeset viewer.