IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31487


Ignore:
Timestamp:
May 6, 2011, 6:14:16 PM (15 years ago)
Author:
watersc1
Message:

typo fix, and cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20110505/ippTasks/lap.pro

    r31484 r31487  
    170170  # success
    171171  task.exit  0
    172 #    book delpage lapNewRuns $options:0
    173172    ipptool2book stdout lapNewRuns -uniq -key lap_id -setword dbname $options:0 -setword pantaskState INIT
    174173
     
    222221    option $LAP_ID
    223222    book delpage lapNewRuns $LAP_ID
     223
    224224    $run = lap_science.pl --chip_mode --dbname $DBNAME --lap_id $LAP_ID
    225225   
     
    230230  # success
    231231  task.exit  0
    232 
    233 #    ipptool2book stdout lapNewRuns -uniq -key lap_id
    234 
    235232    if ($VERBOSE > 2)
    236233      book listbook lapNewRuns
     
    284281
    285282    add_poll_labels run
    286 #    echo $run
    287     command $run
    288   end
    289   # success
    290   task.exit  0
    291 #    book delpage lapRunRuns $options:0
     283    command $run
     284  end
     285  # success
     286  task.exit  0
    292287    ipptool2book stdout lapRunRuns -uniq -key lap_id -setword dbname $options:0 -setword pantaskState INIT
    293288
     
    324319    book npages lapRunRuns -var N
    325320
    326 #    echo $N $NETWORK
    327321    if ($N == 0) break
    328322    if ($NETWORK == 0) break
     
    334328    if ($lap_RunPage >= $N) set lap_RunPage = 0
    335329
    336 #    echo $lapRunPageName
    337330    if ("$lapRunPageName" == "NULL") break
    338331
     
    343336    option $LAP_ID
    344337    book delpage lapRunRuns $LAP_ID
     338
    345339    $run = lap_science.pl --monitor_mode --dbname $DBNAME --lap_id $LAP_ID
    346340
     
    351345  # success
    352346  task.exit  0
    353 #    ipptool2book stdout lapRunRuns -uniq -key lap_id
    354 
    355347    if ($VERBOSE > 2)
    356348      book listbook lapRunRuns
     
    456448    book getword lapDoneRuns $lapDonePageName dbname -var DBNAME
    457449
    458     book delpage lapDoneRuns $options:0
     450    book delpage lapDoneRuns $LAP_ID
    459451
    460452    $run = lap_science.pl --cleanup_mode --dbname $DBNAME --lap_id $LAP_ID
     
    466458  # success
    467459  task.exit  0
    468 #    ipptool2book stdout lapDoneRuns -uniq -key lap_id
    469460
    470461    if ($VERBOSE > 2)
Note: See TracChangeset for help on using the changeset viewer.