Changeset 17596 for trunk/DataCheck/Processing/FillAuxCurrents.sh
- Timestamp:
- 03/02/14 12:50:49 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Processing/FillAuxCurrents.sh
r17581 r17596 51 51 # continue 52 52 #fi 53 53 54 54 # check if aux files are available from that night 55 55 if ! [ -d $auxdir ] … … 60 60 printprocesslog "INFO processing files in "$auxdir 61 61 fi 62 62 63 rawdir=$rawdata/$date 64 # check if raw files are available from that night 65 if ! [ -d $rawdir ] 66 then 67 logtext="INFO" 68 else 69 logtext="WARN" 70 fi 71 63 72 biasvoltagefile=$auxdir/$runnumber.BIAS_CONTROL_VOLTAGE.fits 64 73 if ! [ -e $biasvoltagefile ] 65 74 then 66 printprocesslog "WARN"$biasvoltagefile" not found."75 printprocesslog $logtext" "$biasvoltagefile" not found." 67 76 continue 68 77 else … … 77 86 if ! [ -e $biascurrentfile ] 78 87 then 79 printprocesslog "WARN"$biascurrentfile" not found."88 printprocesslog $logtext" "$biascurrentfile" not found." 80 89 continue 81 90 else … … 91 100 if ! [ -e $feedbackcalfile ] 92 101 then 93 printprocesslog "WARN"$feedbackcalfile" not found."102 printprocesslog $logtext" "$feedbackcalfile" not found." 94 103 continue 95 104 else … … 118 127 if ! [ -e $calcurrentsfile ] 119 128 then 120 printprocesslog "WARN"$calcurrentsfile" not found."129 printprocesslog $logtext" "$calcurrentsfile" not found." 121 130 continue 122 131 else
Note:
See TracChangeset
for help on using the changeset viewer.