- Timestamp:
- 09/27/19 16:43:11 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/DataCheck/SchedulingPlots.sh
r19472 r19691 20 20 21 21 mindate=20111101 22 maxdate=202 0123122 maxdate=20211231 23 23 24 24 plot=/home/fact/operation/makeplots 25 #schedule=/users/fact/operation/makeschedule26 25 schedule=/home/fact/operation/makeschedule 27 #root=/opt/root_v5.34.10/bin/thisroot.sh 26 rcschedule=/home/fact/operation/rc/makeschedule.rc 28 27 29 28 # creating files for $numdays days (if they don't exist yet) … … 49 48 then 50 49 echo -n " creating "$schedfile"..." 51 echo "$schedule --config /home/fact/makeschedule_gate.rc --date $date >$schedfile 2>/dev/null" 52 $schedule --config /home/fact/makeschedule_gate.rc --date $date >$schedfile 2>/dev/null 50 $schedule --config $rcschedule --date $date >$schedfile 2>/dev/null 53 51 else 54 52 echo -n " "$outpath" already done -> continue" … … 59 57 echo -n ": creating files..." 60 58 cd $outpath 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 59 $plot $date --max-zd=75 --max-current=110 --where "fSourceKey IN (1,2,3,5,6,7,9,12,16,3257)" >/dev/null 2>&1 64 60 files=`ls *.eps` 65 61 for file in $files … … 74 70 done 75 71 echo -n "creating "$schedfile" ..." 76 $schedule --config /home/fact/makeschedule_gate.rc--date $date >$schedfile 2>/dev/null72 $schedule --config $rcschedule --date $date >$schedfile 2>/dev/null 77 73 echo "" 78 74 done
Note:
See TracChangeset
for help on using the changeset viewer.