Changes between Version 7 and Version 8 of DatabaseBasedAnalysis


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis

    v7 v8  
    131131}}}
    132132
     133Now we need to get a list of these runs with
     134{{{
     135SELECT
     136   FileId
     137FROM
     138   RunInfo
     139WHERE
     140   fSourceKey=5
     141AND
     142   fRunTypeKey=1
     143AND
     144   FileId BETWEEN 131101000 AND 131107000
     145AND
     146   fR750Ref/fR750Cor>0.9
     147AND
     148   fZenithDistanceMax<35
     149}}}
     150
     151This can later be '''JOIN'''ed with the following queries.
     152
    133153
    134154== Data retrieval ==