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/FillAuxCamHum.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
     
    9081   then
    9182      printprocesslog "WARN "$fschumfile" not found."
    92       #echo "WARN "$fschumfile" not found."
    9383   else
    9484      humnumerrors=`fverify $fschumfile 2>/dev/null | grep -o '[0-9][ ]error(s)'  | grep -E -o '[0-9]'`
     
    130120      fi
    131121      # assuming that at least TSTARTI and TSTOPI are consistent
    132       #echo $rawfile
    133       #echo $tstarti
    134       #echo $tstopi
    135       #echo $tstartf
    136       #echo $tstopf
    137122      if [ $tstarti -gt 30000 ]
    138123      then
     
    169154      query=$query" WHERE fNight="$runnumber" AND fRunID="$filenum
    170155     
    171       #echo $query
    172156      # send query to DB
    173157      sendquery >/dev/null
Note: See TracChangeset for help on using the changeset viewer.