Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DL2 data organization #858

Closed
kbruegge opened this issue Dec 5, 2018 · 5 comments
Closed

DL2 data organization #858

kbruegge opened this issue Dec 5, 2018 · 5 comments

Comments

@kbruegge
Copy link
Member

kbruegge commented Dec 5, 2018

This is related to #843 and #173. I'm writing this down to discuss about at the next meeting.

We need to find a way to organize our data within the produced output files.
Independent of whether we use fits or hdf5, we need to decide what groups/hdus we want in the file.

For storing the image parameters in the DL2 output we have some options:

  • One group/hdu containing image
  • One group/hdu per telescope type
  • One group/hdu per actual telescope
  • One group/hdu per subarray (whatever the exact definition of subarray might be).
  • ...

For storing array-wide information (number of triggered tels per event, list of currently operating tels, true impact position, estimated impact position etc. )in the DL2 output we have the option :

  • One group/hdu containing all per event monte carlo information and another one for trigger information
  • One group/hdu containing all array-wide information on a per event basis

How do we organize monte carlo information in general:

  • Separate monte carlo into a distinct group/hdu
  • Prefix monte carlo information (mc_something) but keep them in the same group/hdu
@kbruegge kbruegge added this to To Discuss in framework sprint Dec 5, 2018
@kbruegge kbruegge mentioned this issue Dec 5, 2018
@moralejo
Copy link
Contributor

moralejo commented Dec 7, 2018 via email

@maxnoe
Copy link
Member

maxnoe commented Dec 7, 2018

DL2 should have no telescope-wise information.

DL2 is image parameters, right? Image parameters are per telescope.

@jjlk
Copy link
Contributor

jjlk commented Dec 7, 2018

DL2 is shower information, e.g. direction, impact parameter, energy, gamaness, etc. Here is CTA document discussing about this: https://jama.cta-observatory.org/attachment/4767/v/cta-high-level.pdf

@maxnoe
Copy link
Member

maxnoe commented Dec 7, 2018

Ah, sorry. The off-by-one error. I was thinking DL1

@maxnoe
Copy link
Member

maxnoe commented Oct 26, 2020

We will use the same layout as the DL1 output for now.

@maxnoe maxnoe closed this as completed Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
framework sprint
  
To Discuss
Development

No branches or pull requests

4 participants