Changeset 42462 for trunk/tools/eam/rawfix.20230221/src/finish.fixchip.sh
- Timestamp:
- May 12, 2023, 9:21:20 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/eam/rawfix.20230221/src/finish.fixchip.sh
r42449 r42462 1 1 #!/bin/csh 2 3 # this script is not actually used in regular rawfix processing? 2 4 3 5 if ($#argv != 4) then … … 16 18 endif 17 19 18 if (! -d $topdir/$dateobs) then 19 echo "ERROR: missing dateobs directory $topdir/$dateobs" 20 set yearobs = `echo $dateobs | awk '{print substr($1,1,4)}'` 21 set basedir = $topdir/$yearobs 22 23 if (! -d $basedir/$dateobs) then 24 echo "ERROR: missing dateobs directory $basedir/$dateobs" 20 25 exit 3 21 26 endif … … 24 29 echo $fulldate 25 30 26 $topdir/update_chip_stats.pl --topdir $topdir --dateobs $fulldate --stage $iter --chiplist gpc1.chips.txt31 update_chip_stats.pl --topdir $topdir --dateobs $fulldate --stage $iter --chiplist gpc1.chips.txt 27 32 28 33 if ($QUALITY == "OK") then 29 $topdir/update.rawfix.sh $dateobs fixchip.done34 update.rawfix.sh $dateobs fixchip.done 30 35 else 31 $topdir/update.rawfix.sh $dateobs fixchip.fail36 update.rawfix.sh $dateobs fixchip.fail 32 37 endif 33 38
Note:
See TracChangeset
for help on using the changeset viewer.
