Index: /trunk/DataCheck/DataCheck/SchedulingPlots.sh
===================================================================
--- /trunk/DataCheck/DataCheck/SchedulingPlots.sh	(revision 19471)
+++ /trunk/DataCheck/DataCheck/SchedulingPlots.sh	(revision 19472)
@@ -13,15 +13,16 @@
 
 # create plots for past (-) / future (+) night
-directions=( "-" "+" )
+#directions=( "-" "+" )
+directions=( "+" )
 
 # number of days to be treated
-numdays=2000
+numdays=1000
 
 mindate=20111101
-maxdate=20191231
+maxdate=20201231
 
-plot=/home/fact/FACT++/makeplots
+plot=/home/fact/operation/makeplots
 #schedule=/users/fact/operation/makeschedule
-schedule=/home/fact/FACT++.dbg/makeschedule
+schedule=/home/fact/operation/makeschedule
 #root=/opt/root_v5.34.10/bin/thisroot.sh
 
@@ -48,5 +49,5 @@
          then 
             echo -n " creating "$schedfile"..."
-            #echo "$schedule --config /home/fact/makeschedule_gate.rc --date $date >$schedfile 2>/dev/null"
+            echo "$schedule --config /home/fact/makeschedule_gate.rc --date $date >$schedfile 2>/dev/null"
             $schedule --config /home/fact/makeschedule_gate.rc --date $date >$schedfile 2>/dev/null
          else
@@ -58,5 +59,7 @@
       echo -n ": creating files..."
       cd $outpath 
-      $plot $date --max-zd=75 --max-current=90 >/dev/null 2>&1
+      #echo "$plot $date --max-zd=75 --max-current=90 >/dev/null 2>&1"
+      #$plot $date --max-zd=75 --max-current=90 >/dev/null 2>&1
+      /home/fact/operation/makeplots $date --max-zd=75 --max-current=90 >/dev/null 2>&1
       files=`ls *.eps`
       for file in $files
