Skip to content

Commit

Permalink
added added generic DL1 data level
Browse files Browse the repository at this point in the history
  • Loading branch information
kosack committed May 16, 2021
1 parent 03a68b4 commit 08f56ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ctapipe/io/datalevels.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class DataLevel(Enum):
R0 = auto() # Raw data in camera or simulation format
R1 = auto() # Raw data in common format, with preliminary calibration
DL0 = auto() # raw archived data in common format, with optional zero suppression
DL1 = auto() # processed data
DL1_IMAGES = auto() # processed data up to camera images
DL1_PARAMETERS = auto() # parameters derived from camera images
DL2 = auto() # reconstructed data
Expand Down

0 comments on commit 08f56ed

Please sign in to comment.