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.reject.pro

    r14087 r14153  
    8181  task.exit    0
    8282    # convert 'stdout' to book format
    83     ipptool2book stdout detRejectExp -key det_id:iteration -uniq -setword dbname $options:0
     83    ipptool2book stdout detRejectExp -key det_id:iteration -uniq -setword dbname $options:0 -setword pantaskState INIT
    8484    if ($VERBOSE > 2)
    8585      book listbook detRejectExp
     
    113113   
    114114    # look for new images in detRejectExp
    115     book getpage detRejectExp 0 -var pageName -key pantaskState NULL
     115    book getpage detRejectExp 0 -var pageName -key pantaskState INIT
    116116    if ($pageName == NULL) break
    117117
Note: See TracChangeset for help on using the changeset viewer.