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

Restructure data directories #192

Open
morcuended opened this issue Jun 29, 2022 · 1 comment
Open

Restructure data directories #192

morcuended opened this issue Jun 29, 2022 · 1 comment
Labels
question Further information is requested

Comments

@morcuended
Copy link
Member

Separate muons, DL1 data check, subrun-wise DL1 files

@morcuended morcuended added the question Further information is requested label Oct 25, 2022
@morcuended
Copy link
Member Author

a bit of directory restructuring has been done in #240

muons, datachecks and interleaved files are going to be moved to subdirectories inside the DL1 directory:

/fefs/aswg/data/real/
├── R0
├── monitoring
├── running_analysis
├── DL1/
│   └── YYYYMMDD/
│       └── prod_id/
│           ├── muons/
│           │   └── muons.fits
│           ├── interleaved/
│           │   └── interleaved.h5
│           └── dl1b_prod_id/
│               ├── dl1_subrun.h5
│               ├── dl1_run.h5
│               └── datacheck/
│                   ├── datacheck_dl1_subrun.h5
│                   ├── datacheck_dl1_run.h5
│                   └── datacheck_dl1_run.pdf        
├── DL2
└── ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant