Changeset 19472
- Timestamp:
- 03/29/19 14:54:35 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/DataCheck/SchedulingPlots.sh
r18660 r19472 13 13 14 14 # create plots for past (-) / future (+) night 15 directions=( "-" "+" ) 15 #directions=( "-" "+" ) 16 directions=( "+" ) 16 17 17 18 # number of days to be treated 18 numdays= 200019 numdays=1000 19 20 20 21 mindate=20111101 21 maxdate=20 19123122 maxdate=20201231 22 23 23 plot=/home/fact/ FACT++/makeplots24 plot=/home/fact/operation/makeplots 24 25 #schedule=/users/fact/operation/makeschedule 25 schedule=/home/fact/ FACT++.dbg/makeschedule26 schedule=/home/fact/operation/makeschedule 26 27 #root=/opt/root_v5.34.10/bin/thisroot.sh 27 28 … … 48 49 then 49 50 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" 51 52 $schedule --config /home/fact/makeschedule_gate.rc --date $date >$schedfile 2>/dev/null 52 53 else … … 58 59 echo -n ": creating files..." 59 60 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 61 64 files=`ls *.eps` 62 65 for file in $files
Note:
See TracChangeset
for help on using the changeset viewer.