Changes between Version 9 and Version 10 of DatabaseBasedAnalysis


Ignore:
Timestamp:
08/03/18 17:28:20 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis

    v9 v10  
    111111So 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).
    112112
    113 Taking only good data by adding {{{AND fR750Cor/fR750Ref>0.9}}} to the WHERE-clause gives us
     113Taking only good data by adding "{{{AND fR750Cor/fR750Ref>0.9}}}" to the WHERE-clause gives us
    114114{{{
    115115+----------+-------------+-------+-------+---------+---------+
     
    121121}}}
    122122
    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 yields
     123But 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
    124124{{{
    125125+----------+-------------+-------+-------+---------+---------+