IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2023, 4:50:38 PM (3 years ago)
Author:
eugene
Message:

rework to use a stage/iteration tracked by the rawfix database

File:
1 edited

Legend:

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

    r42441 r42445  
    7474    book setword fixchip.book $pageName pantaskState RUN
    7575    book getword fixchip.book $pageName dateobs -var DATEOBS
     76    book getword fixchip.book $pageName iter    -var ITER
    7677    option $pageName
    7778
    78     stdout $pageName/log.fixchip.v
    79     stderr $pageName/log.fixchip.v0
     79    stdout $pageName/log.fixchip.v$ITER
     80    stderr $pageName/log.fixchip.v$ITER
    8081
    8182    substr $DATEOBS 0 4 YEAR
     
    8485    sprintf FULLDATE "%s/%s/%s" $YEAR $MONTH $DAY
    8586
    86     command $mypath/fix_chip_locations.pl --topdir $mypath --dateobs $FULLDATE --chiplist gpc1.chips.txt --stage v0
     87    command $mypath/fix_chip_locations.pl --topdir $mypath --dateobs $FULLDATE --chiplist gpc1.chips.txt --stage $ITER
    8788  end
    8889
Note: See TracChangeset for help on using the changeset viewer.