Changes between Version 9 and Version 10 of DatabaseBasedAnalysis
- Timestamp:
- 08/03/18 17:28:20 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis
v9 v10 111 111 So we have 435 data runs from Crab with a total effective observation time of 32.5 hours in a zenith angle range between 6° and 68° and a bad weather factor between 0.01 (really bad) to 1.1 (extremely good). 112 112 113 Taking only good data by adding {{{AND fR750Cor/fR750Ref>0.9}}}to the WHERE-clause gives us113 Taking only good data by adding "{{{AND fR750Cor/fR750Ref>0.9}}}" to the WHERE-clause gives us 114 114 {{{ 115 115 +----------+-------------+-------+-------+---------+---------+ … … 121 121 }}} 122 122 123 But we also want to restrict ourselves to "good" zenith angles (zenith angles at which there is no significnat efficiency loss). So we add {{{AND fZenithDistanceMax<35}}}to the WHERE-clause which yields123 But we also want to restrict ourselves to "good" zenith angles (zenith angles at which there is no significnat efficiency loss). So we add "{{{AND fZenithDistanceMax<35}}}" to the WHERE-clause which yields 124 124 {{{ 125 125 +----------+-------------+-------+-------+---------+---------+