IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 9, 2023, 3:57:48 PM (3 years ago)
Author:
eugene
Message:

more work on rawfix

File:
1 edited

Legend:

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

    r42405 r42406  
    8686  end
    8787
     88  ## XX delete the page from the book if done?
    8889  task.exit 0
    8990    # convert the stdout 'queue' to entries in a book
    9091    # fields in the table will become words in the page
    91     queuesize stdout -var Nhosts
    92     queue2book -raw-columns -key dateobs:md5host -uniq -setword pantaskState INIT stdout md5host.book
    93     book setword ckchip.book $options:0 NHOST {$Nhosts - 1}
    94     book setword ckchip.book $options:0 NDONE 0
    9592    # use the queuesize (Nhosts) to track how many jobs are done / to be done
     93    exec update.rawfix.sh $options:0 ckchip.done
     94    book delpage ckchip.book $options:0
    9695  end
    9796
     
    10099    showcommand failure
    101100    book setword ckchip.book $options:0 pantasksQuality FAIL
     101    exec update.rawfix.sh $options:0 ckchip.fail
    102102  end
    103103
     
    105105    showcommand crash
    106106    book setword ckchip.book $options:0 pantasksQuality CRASH
     107    exec update.rawfix.sh $options:0 ckchip.fail
    107108  end
    108109
     
    111112    showcommand timeout
    112113    book setword ckchip.book $options:0 pantasksQuality TIMEOUT
     114    exec update.rawfix.sh $options:0 ckchip.fail
    113115  end
    114116end
Note: See TracChangeset for help on using the changeset viewer.