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/chip.pro

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