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

    r14152 r14153  
    9797  task.exit    0
    9898    # convert 'stdout' to book format
    99     ipptool2book stdout detPendingResidImfile -key det_id:iteration:exp_id:class_id -uniq -setword dbname $options:0
     99    ipptool2book stdout detPendingResidImfile -key det_id:iteration:exp_id:class_id -uniq -setword dbname $options:0 -setword pantaskState INIT
    100100    if ($VERBOSE > 2)
    101101      book listbook detPendingResidImfile
     
    129129   
    130130    # look for new images in detPendingResidImfile
    131     book getpage detPendingResidImfile 0 -var pageName -key pantaskState NULL
     131    book getpage detPendingResidImfile 0 -var pageName -key pantaskState INIT
    132132    if ($pageName == NULL) break
    133133
     
    232232  task.exit    0
    233233    # convert 'stdout' to book format
    234     ipptool2book stdout detPendingResidExp -key det_id:iteration:exp_id -uniq -setword dbname $options:0
     234    ipptool2book stdout detPendingResidExp -key det_id:iteration:exp_id -uniq -setword dbname $options:0 -setword pantaskState INIT
    235235    if ($VERBOSE > 2)
    236236      book listbook detPendingResidExp
     
    264264   
    265265    # look for new images in detPendingResidExp
    266     book getpage detPendingResidExp 0 -var pageName -key pantaskState NULL
     266    book getpage detPendingResidExp 0 -var pageName -key pantaskState INIT
    267267    if ($pageName == NULL) break
    268268
Note: See TracChangeset for help on using the changeset viewer.