Changeset 17596 for trunk/DataCheck/Processing/FillAuxThresholds.sh
- Timestamp:
- 03/02/14 12:50:49 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Processing/FillAuxThresholds.sh
r17585 r17596 59 59 fi 60 60 61 rawdir=$rawdata/$date 62 # check if raw files are available from that night 63 if ! [ -d $rawdir ] 64 then 65 logtext="INFO" 66 else 67 logtext="WARN" 68 fi 69 61 70 thresholdfile=$auxdir/$runnumber.RATE_CONTROL_THRESHOLD.fits 62 71 printprocesslog "INFO processing "$thresholdfile … … 64 73 if ! [ -e $thresholdfile ] 65 74 then 66 printprocesslog "WARN"$thresholdfile" not found."75 printprocesslog $logtext" "$thresholdfile" not found." 67 76 continue 68 77 else … … 78 87 if ! [ -e $thresholdfile2 ] 79 88 then 80 printprocesslog "WARN"$thresholdfile2" not found."89 printprocesslog $logtext" "$thresholdfile2" not found." 81 90 continue 82 91 else
Note:
See TracChangeset
for help on using the changeset viewer.