Changeset 14837


Ignore:
Timestamp:
02/04/13 05:57:40 (12 years ago)
Author:
Daniela Dorner
Message:
added sigma to statistic in getstatistics function
File:
1 edited

Legend:

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

    r14828 r14837  
    5959   median=`cat $tmpfile | grep 'median' | grep -E -o '[-]?[0-9]+[.]?[0-9]*'`
    6060   max=`cat $tmpfile | grep 'max' | grep -E -o '[-]?[0-9]+[.]?[0-9]*'`
     61   sigma=`cat $tmpfile | grep 'sigma' | grep -E -o '[-]?[0-9]+[.]?[0-9]*'`
    6162   if [ "$good" = "" ]
    6263   then
     
    8687# get last 3, 6 or 9 nights
    8788dates=( `date +%Y/%m/%d --date="-12hour"` `date +%Y/%m/%d --date="-36hour"` `date +%Y/%m/%d --date="-60hour"` \
    88 #        `date +%Y/%m/%d --date="-84hour"` `date +%Y/%m/%d --date="-108hour"` `date +%Y/%m/%d --date="-132hour"` \
     89        `date +%Y/%m/%d --date="-84hour"` `date +%Y/%m/%d --date="-108hour"` `date +%Y/%m/%d --date="-132hour"` \
    8990#        `date +%Y/%m/%d --date="-156hour"` `date +%Y/%m/%d --date="-180hour"` `date +%Y/%m/%d --date="-204hour"` \
    9091        )
     
    363364      # add where condition
    364365      query=$query" WHERE fNight="$runnumber" AND fRunID="$filenum
    365      
     366
    366367      # send query to DB
    367368      sendquery >/dev/null
Note: See TracChangeset for help on using the changeset viewer.