Level-2#

VODF Level-2 specifies data products produced by binning the spatial, temporal, and/or spectral components of the Level-1 data over a target-specific or a region of interest of the celestial sphere. These are in instrumental units, e.g. counts.

Tip

This is equivalent to data level 4 (DL4) defined by CTAO, also called “binned-science data”

@startuml
hide circles
hide methods
skinparam ClassBackgroundColor white/aliceblue
skinparam ClassHeaderBackgroundColor lightblue
<style>
package {
        LineColor gray
        FontColor gray
}
</style>


VODF.L1.Observation "1..*" -- "1" VODF.L2.DataSetCollection

package VODF.L2 {

        class DataSet #line.bold {

        }

        DataSetCollection -- "1..*" DataSet
        DataSet -- IRF
        IRF -- ExposureMap
        IRF -- PSFMap
        IRF -- EDispMap
        IRF -- BkgMap

        DataSet -- MaskMap

        DataSet -- Events
        Events -- "0..1" CountsMap
        Events -- "0..1" EventList
}
@enduml

VODF Level-2 Data Model#