IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 14, 2023, 3:08:37 PM (3 years ago)
Author:
eugene
Message:

more work on the rawfix scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/eam/rawfix.20230221/src/rawfix.ckchip.pt

    r42406 r42411  
    3030  end
    3131
     32  # need to delete DONE entries here so the book is not repopulated
     33  # by already-running load tasks
    3234  task.exit 0
    3335    # convert the stdout 'queue' to entries in a book
    3436    # fields in the table will become words in the page
    3537    queue2book -raw-columns -key dateobs -uniq -setword pantaskState INIT -setword pantasksQuality OK stdout ckchip.book
     38    book delpage ckchip.book -key pantaskState DONE
    3639  end
    3740
     
    9194    # fields in the table will become words in the page
    9295    # use the queuesize (Nhosts) to track how many jobs are done / to be done
     96    book setword ckchip.book $options:0 pantaskState DONE
    9397    exec update.rawfix.sh $options:0 ckchip.done
    94     book delpage ckchip.book $options:0
    9598  end
    9699
Note: See TracChangeset for help on using the changeset viewer.