- Timestamp:
- 01/04/15 04:53:27 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/DataCheck/InfoForMWL.sh
r15322 r18064 25 25 #query=$query" CONCAT('#') as Comments" 26 26 #query=$query" CONCAT('# ', Timediff(Max(fRunStop), Min(fRunStart)), ' ontime: ', Convert(Sum(Time_to_sec(Timediff(fRunStop, fRunStart)))/60./60., decimal(2,1))) AS Comments" 27 query=$query" CONCAT('# ontime: ', Convert(Sum(fOntime)/3600, decimal(2,1)), 'h') AS Comments"27 query=$query" IF (ISNULL(Sum(fOnTime)), CONCAT('#'), CONCAT('# ontime: ', Convert(Sum(fOntime)/3600, decimal(2,1)), 'h')) AS Comments" 28 28 query=$query" FROM RunInfo " 29 29 query=$query" WHERE fSourceKEY="$sourcekey … … 39 39 } 40 40 41 ##mrk501 42 #sourcekey=2 43 #file="Mrk501_FACT_observations_2014.txt" 44 #start=20140101 45 #stop=20141030 46 #get_table 47 #exit 41 48 42 49 #mrk421 … … 58 65 get_table 59 66 67 file="Mrk421_FACT_observations_2013_2014.txt" 68 start=20131001 69 stop=20140930 70 get_table 71 72 file="Mrk421_FACT_observations_2014_2015.txt" 73 start=20141001 74 stop=20150930 75 get_table 76 60 77 61 78 #mrk501 … … 67 84 get_table 68 85 69 file="Mrk501_FACT_observations_201 1_2012.txt"70 start=20120501 #really started at 19.5.201286 file="Mrk501_FACT_observations_2012.txt" 87 start=20120501 71 88 stop=20121030 72 89 get_table 73 90 74 file="Mrk501_FACT_observations_201 2_2013.txt"91 file="Mrk501_FACT_observations_2013.txt" 75 92 start=20130101 76 93 stop=20131030 77 94 get_table 78 95 96 file="Mrk501_FACT_observations_2014.txt" 97 start=20140101 98 stop=20141030 99 get_table 100 101 file="Mrk501_FACT_observations_2015.txt" 102 start=20150101 103 stop=20151030 104 get_table 105
Note:
See TracChangeset
for help on using the changeset viewer.