Index: trunk/DataCheck/DataCheck/SchedulingPlots.sh
===================================================================
--- trunk/DataCheck/DataCheck/SchedulingPlots.sh	(revision 17103)
+++ trunk/DataCheck/DataCheck/SchedulingPlots.sh	(revision 17106)
@@ -16,4 +16,7 @@
 direction="+"
 
+# number of days to be treated
+numdays=1000
+
 
 plot=/home/fact/FACT++.in-run-fad-loss/makeplots
@@ -25,5 +28,5 @@
 
 # creating files for X days (if they don't exist yet)
-for (( i=0; i < 500 ; i++))
+for (( i=0; i < $numdays ; i++))
 do 
    outpath=/home/factwww/scheduling/`date --date="${direction}${i}days" +%Y/%m/%d`
