You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
L2.EventList is e.g. for when you have stacked a bunch of IRFs, and maybe made an event selection, and therefore the original L1.EventLists are not sufficient. So being able to optionally store a new
SkyModels? Suggestion is to just put them into L3. That avoids ambiguity with input/output/statics.
We discussed that the structure of Level2 (DL4) can be similar to Level 1 (DL3), except that a collection of Observations → DataSet
classDiagram L1.Observation "1..*" --> "1" L2.DataSetCollection L2.DataSetCollection -- "1..*" L2.DataSet L2.DataSet -- L2.IRF L2.IRF -- ExposureMap L2.IRF -- PSFMap L2.IRF -- EDispMap L2.IRF -- BkgMap L2.DataSet -- L2.MaskMap L2.DataSet -- L2.Events L2.Events -- "0..1" L2.CountsMap L2.Events -- "0..1" L2.EventListL2.EventList is e.g. for when you have stacked a bunch of IRFs, and maybe made an event selection, and therefore the original L1.EventLists are not sufficient. So being able to optionally store a new
SkyModels? Suggestion is to just put them into L3. That avoids ambiguity with input/output/statics.