dune-lardon / lardon

2 stars 4 forks source link

lardon-metadata #4

Open YoannKermaidic opened 3 years ago

YoannKermaidic commented 3 years ago

Perhaps best to start an issue on the metadata =). So we can list the config files we need and their specs.

olantwin commented 3 years ago

I can think of three right now:

@lzambell anything you want to add?

YoannKermaidic commented 3 years ago

One can also have a data-sets directory that contains lists of validated data files. Typically useful in order to loop over a bunch of files that we will use for a given analysis (like cosmics, calibration, noise, ...). If we would analyse all current TDE files, such a file list could be: run00300-00304-test.list 300_1_cb 300_2_cb 301_1_cb
301_2_cb 302_1_cb
302_2_cb 303_1_cb
303_2_cb 304_1_cb 304_2_cb It's easy to remove keys by hand if data quality tells us.

olantwin commented 3 years ago

One can also have a data-sets directory that contains lists of validated data files. Typically useful in order to loop over a bunch of files that we will use for a given analysis (like cosmics, calibration, noise, ...). If we would analyse all current TDE files, such a file list could be: run00300-00304-test.list 300_1_cb 300_2_cb 301_1_cb 301_2_cb 302_1_cb 302_2_cb 303_1_cb 303_2_cb 304_1_cb 304_2_cb It's easy to remove keys by hand if data quality tells us.

I agree, but I think this is probably another, separate issue. For now let's maybe try to focus on reading/processing one file at a time. Once we can do that, this should be easy to implement/add.