Changeset 17003 for trunk/DataCheck
- Timestamp:
- 08/12/13 15:24:11 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/QuickLook/Step1.sh
r15591 r17003 7 7 datepath=`date --date="-19HOUR" +%Y/%m/%d` 8 8 date=`date --date="-19HOUR" +%Y%m%d` 9 #datepath="2013/0 4/17"10 #date="20130 417"9 #datepath="2013/07/13" 10 #date="20130713" 11 11 printprocesslog "INFO processing "$datepath 12 12 night=`echo $datepath | sed -e 's/\///g'` … … 53 53 #if ! rsync -av --stats $1 $2 54 54 #if ! rsync -av $1 $2 55 if ! rsync -a $1 $255 if ! rsync -a -T $rsynctempdir $1 $2 56 56 then 57 57 printprocesslog "WARN rsync of "$1" failed." … … 139 139 then 140 140 #if ! rsync -av --stats --progress --bwlimit=$bwlimit $file $localfile 141 if ! rsync -a - -bwlimit=$bwlimit $file $localfile141 if ! rsync -a -T $rsynctempdir --bwlimit=$bwlimit $file $localfile 142 142 then 143 143 printprocesslog "ERROR something went wrong with rsync of "$file … … 161 161 continue 162 162 fi 163 #echo $runtype" "$runnum 163 164 if [ "$runtype" == "data" ] 164 165 then … … 178 179 echo "DrsSequence: "$drsseq >> $seqfile 179 180 echo "" >> $seqfile 181 # echo $runrow" CalRuns" 182 # echo $runrow | grep -E -o '[0-9]{3}light-pulser-ext300' | sed -e 's/light-pulser-ext300//g' 180 183 echo "CalRuns: "`echo $runrow | grep -E -o '[0-9]{3}light-pulser-ext300' | sed -e 's/light-pulser-ext300//g'` >> $seqfile 181 184 echo "PedRuns: "`echo $runrow | grep -E -o '[0-9]{3}pedestal300' | sed -e 's/pedestal300//g'` >> $seqfile
Note:
See TracChangeset
for help on using the changeset viewer.