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

    r14042 r14153  
    9090  task.exit    0
    9191    # convert 'stdout' to book format
    92     ipptool2book stdout diffSkyfile -key diff_id -uniq -setword dbname $options:0
     92    ipptool2book stdout diffSkyfile -key diff_id -uniq -setword dbname $options:0 -setword pantaskState INIT
    9393    if ($VERBOSE > 2)
    9494      book listbook diffSkyfile
     
    122122    if ($network == 0) break
    123123   
    124     # look for new images in diffSkyfile (pantaskState == NULL)
    125     book getpage diffSkyfile 0 -var pageName -key pantaskState NULL
     124    # look for new images in diffSkyfile (pantaskState == INIT)
     125    book getpage diffSkyfile 0 -var pageName -key pantaskState INIT
    126126    if ($pageName == NULL) break
    127127
Note: See TracChangeset for help on using the changeset viewer.