IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2023, 2:05:41 PM (3 years ago)
Author:
eugene
Message:

adding advance task, fix the logs

File:
1 edited

Legend:

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

    r42417 r42430  
    7979    option $pageName
    8080
     81    stdout $pageName/log.fixchip.v0 
     82    stderr $pageName/log.fixchip.v0
     83
    8184    substr $DATEOBS 0 4 YEAR
    8285    substr $DATEOBS 4 2 MONTH
     
    8487    sprintf FULLDATE "%s/%s/%s" $YEAR $MONTH $DAY
    8588
    86     command fix_chip_locations.pl --dateobs $FULLDATE --chiplist gpc1.chips.txt
     89    command fix_chip_locations.pl --dateobs $FULLDATE --chiplist gpc1.chips.txt --stage v0
    8790  end
    8891
    8992  ## XX delete the page from the book if done?
    9093  task.exit 0
    91     # convert the stdout 'queue' to entries in a book
    92     # fields in the table will become words in the page
    93     # use the queuesize (Nhosts) to track how many jobs are done / to be done
    9494    book setword fixchip.book $options:0 pantaskState DONE
    9595    exec update.rawfix.sh $options:0 fixchip.done
Note: See TracChangeset for help on using the changeset viewer.