Changeset 19472 for trunk/DataCheck


Ignore:
Timestamp:
03/29/19 14:54:35 (5 years ago)
Author:
Daniela Dorner
Message:
fixed paths of programs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/DataCheck/SchedulingPlots.sh

    r18660 r19472  
    1313
    1414# create plots for past (-) / future (+) night
    15 directions=( "-" "+" )
     15#directions=( "-" "+" )
     16directions=( "+" )
    1617
    1718# number of days to be treated
    18 numdays=2000
     19numdays=1000
    1920
    2021mindate=20111101
    21 maxdate=20191231
     22maxdate=20201231
    2223
    23 plot=/home/fact/FACT++/makeplots
     24plot=/home/fact/operation/makeplots
    2425#schedule=/users/fact/operation/makeschedule
    25 schedule=/home/fact/FACT++.dbg/makeschedule
     26schedule=/home/fact/operation/makeschedule
    2627#root=/opt/root_v5.34.10/bin/thisroot.sh
    2728
     
    4849         then
    4950            echo -n " creating "$schedfile"..."
    50             #echo "$schedule --config /home/fact/makeschedule_gate.rc --date $date >$schedfile 2>/dev/null"
     51            echo "$schedule --config /home/fact/makeschedule_gate.rc --date $date >$schedfile 2>/dev/null"
    5152            $schedule --config /home/fact/makeschedule_gate.rc --date $date >$schedfile 2>/dev/null
    5253         else
     
    5859      echo -n ": creating files..."
    5960      cd $outpath
    60       $plot $date --max-zd=75 --max-current=90 >/dev/null 2>&1
     61      #echo "$plot $date --max-zd=75 --max-current=90 >/dev/null 2>&1"
     62      #$plot $date --max-zd=75 --max-current=90 >/dev/null 2>&1
     63      /home/fact/operation/makeplots $date --max-zd=75 --max-current=90 >/dev/null 2>&1
    6164      files=`ls *.eps`
    6265      for file in $files
Note: See TracChangeset for help on using the changeset viewer.