-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.EventList
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.
Metadata
Metadata
Assignees
Labels
No labels