Changes between Version 4 and Version 5 of DatabaseBasedAnalysis


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis

    v4 v5  
    6969== Data Selection ==
    7070
    71 For data selection only run-wise information should be relevant which are stored in the table '''RunInfo'''
     71For data selection only run-wise information should be relevant which are stored in the table '''RunInfo'''. The reason is that if you select data on a more fine grained level (e.g. event-wise zenith angle), right now there is no easy method to determine the corresponding observation time. So whenever data is selected event-wise make sure that you do not cut the data in a variable which cuts out events systematically and not randomly. For example, an event-wise cut in zenith angel usually keeps or discards two consecutive events because their zenith angle is correlated. For a cut in any image parameter (Width, Length, Size, ...), the result on two consecutive events is random because their image parameters are not correlated.
    7272
    7373== Data retrieval ==