Changeset 17106


Ignore:
Timestamp:
09/06/13 17:31:35 (11 years ago)
Author:
Daniela Dorner
Message:
added variable for number of days
File:
1 edited

Legend:

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

    r15318 r17106  
    1616direction="+"
    1717
     18# number of days to be treated
     19numdays=1000
     20
    1821
    1922plot=/home/fact/FACT++.in-run-fad-loss/makeplots
     
    2528
    2629# creating files for X days (if they don't exist yet)
    27 for (( i=0; i < 500 ; i++))
     30for (( i=0; i < $numdays ; i++))
    2831do
    2932   outpath=/home/factwww/scheduling/`date --date="${direction}${i}days" +%Y/%m/%d`
Note: See TracChangeset for help on using the changeset viewer.