Ignore:
Timestamp:
08/31/15 01:31:37 (9 years ago)
Author:
Daniela Dorner
Message:
removed check of certaindate-variable (now done in getdate())
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Processing/FillDrsTemp.sh

    r18253 r18321  
    2828if [ "$certaindate" != "" ]
    2929then
    30    checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'`
    31    if [ "$checkstring" = "" ]
    32    then
    33       echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)"
    34       finish
    35    fi
    3630   getdates $certaindate
    3731else
     
    4640echo  `date`": processing the following night(s): "${dates[@]} >> $logfile 2>&1
    4741
    48 #echo ${dates[@]}
    49 
    5042cd $mars
    5143
     
    5951      continue
    6052   fi
    61    #echo $auxdir" @ "`date`
    6253
    6354   # check if aux files are available from that night
     
    130121      fi
    131122      # assuming that at least TSTARTI and TSTOPI are consistent
    132       #echo $rawfile
    133       #echo $tstarti
    134       #echo $tstopi
    135       #echo $tstartf
    136       #echo $tstopf
    137123      if [ $tstarti -gt 30000 ]
    138124      then
     
    190176      query=$query" WHERE fNight="$runnumber" AND fRunID="$filenum
    191177     
    192       #echo $query
    193178      # send query to DB
    194179      sendquery >/dev/null
Note: See TracChangeset for help on using the changeset viewer.