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

    r14042 r14153  
    106106  task.exit    0
    107107    # convert 'stdout' to book format
    108     ipptool2book stdout warpInputExp -key warp_id -uniq -setword dbname $options:0
     108    ipptool2book stdout warpInputExp -key warp_id -uniq -setword dbname $options:0 -setword pantaskState INIT
    109109    if ($VERBOSE > 2)
    110110      book listbook warpInputExp
     
    138138    if ($network == 0) break
    139139   
    140     # look for new images in warpInputExp (pantaskState == NULL)
    141     book getpage warpInputExp 0 -var pageName -key pantaskState NULL
     140    # look for new images in warpInputExp (pantaskState == INIT)
     141    book getpage warpInputExp 0 -var pageName -key pantaskState INIT
    142142    if ("$pageName" == "NULL") break
    143143
     
    226226  task.exit    0
    227227    # convert 'stdout' to book format
    228     ipptool2book stdout warpPendingSkyCell -key warp_id:skycell_id:tess_id -uniq -setword dbname $options:0
     228    ipptool2book stdout warpPendingSkyCell -key warp_id:skycell_id:tess_id -uniq -setword dbname $options:0 -setword pantaskState INIT
    229229    if ($VERBOSE > 2)
    230230      book listbook warpPendingSkyCell
     
    258258    if ($network == 0) break
    259259   
    260     # look for new images in warpPendingSkyCell (pantaskState == NULL)
    261     book getpage warpPendingSkyCell 0 -var pageName -key pantaskState NULL
     260    # look for new images in warpPendingSkyCell (pantaskState == INIT)
     261    book getpage warpPendingSkyCell 0 -var pageName -key pantaskState INIT
    262262    if ("$pageName" == "NULL") break
    263263
Note: See TracChangeset for help on using the changeset viewer.