IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 11, 2007, 5:11:59 PM (19 years ago)
Author:
eugene
Message:

assert a value for pantaskState when loading into the book

File:
1 edited

Legend:

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

    r14042 r14153  
    8282  task.exit    0
    8383    # convert 'stdout' to book format
    84     ipptool2book stdout detPendingStackedImfile -key det_id:iteration:class_id -uniq -setword dbname $options:0
     84    ipptool2book stdout detPendingStackedImfile -key det_id:iteration:class_id -uniq -setword dbname $options:0 -setword pantaskState INIT
    8585    if ($VERBOSE > 2)
    8686      book listbook detPendingStackedImfile
     
    114114   
    115115    # look for new images in detPendingStackedImfile
    116     book getpage detPendingStackedImfile 0 -var pageName -key pantaskState NULL
     116    book getpage detPendingStackedImfile 0 -var pageName -key pantaskState INIT
    117117    if ($pageName == NULL) break
    118118
Note: See TracChangeset for help on using the changeset viewer.