- Timestamp:
- 03/01/12 11:32:40 (13 years ago)
- Location:
- trunk/DataCheck
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/FillAuxData.sh
r12969 r12979 99 99 #dates=( "2012/02/21" "2012/02/20" "2012/02/19" "2012/02/18" ) 100 100 printprocesslog "INFO processing the following night(s): "${dates[@]} 101 echo `date`": processing the following night(s): "${dates[@]} 101 echo `date`": processing the following night(s): "${dates[@]} >> $logfile 2>&1 102 102 103 103 # do filling of aux data … … 180 180 do 181 181 printprocesslog "INFO processing file number "$runnumber"_"`printf %03d $filenum` 182 echo `date`": processing file number "$runnumber"_"`printf %03d $filenum` 182 echo `date`": processing file number "$runnumber"_"`printf %03d $filenum` >> $logfile 2>&1 183 183 # get information from rawfile 184 184 rawfile=$ziprawdata/$date/$runnumber"_"`printf %03d $filenum`.fits.gz -
trunk/DataCheck/RsyncRaw.sh
r12971 r12979 41 41 if ! [ -d $rawdirdaq ] 42 42 then 43 echo `date`": "$rawdirdaq" not found. Data were probably taken on data" >> $logfile 2>&144 printprocesslog " WARN "$rawdirdaq" not found. Data were probably taken on data" >> $logfile 2>&143 echo `date`": "$rawdirdaq" not found. No data available on daq." >> $logfile 2>&1 44 printprocesslog "INFO "$rawdirdaq" not found. No data available on daq." >> $logfile 2>&1 45 45 continue 46 46 fi
Note:
See TracChangeset
for help on using the changeset viewer.