Skip to content

Concepts DL4: #8

@kosack

Description

@kosack

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
Loading

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions