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

Add a script to apply cuts to a remaining data set ... #50

Open
jebuss opened this issue Dec 15, 2017 · 2 comments
Open

Add a script to apply cuts to a remaining data set ... #50

jebuss opened this issue Dec 15, 2017 · 2 comments
Assignees
Milestone

Comments

@jebuss
Copy link
Member

jebuss commented Dec 15, 2017

... e.g. after separation and energy estimation are done.

Use case: Offer the possibility to cut a data set (meaning both, events and runs group) at any given point of the analysis chain.

For example, if you want to run a part of your analysis only on events of a certain zenith range, It makes sense to apply cuts to the data set in use accordingly, rather the providing each plotting or analysis function with the option to use a certain zd-range.

I guess this can either be a new script or a modification of apply cuts.

However, I think it is important that all data groups (events, runs) in the HDF files are cut.

Curious to hear your oppinon.

@kbruegge
Copy link
Member

I guess this can either be a new script or a modification of apply cuts.

Sounds like it could go into the apply-cuts thing.

@maxnoe
Copy link
Member

maxnoe commented Feb 15, 2018

This sound much like the thing already proposed here #49 .

The distinction between selecting events based on analysis results from data selection based on run info is very important has the latter influences the ontime, the former not. So it should be two different scripts.

  • apply_cuts does eventwise cuts which do not effect the runs group
  • select_runs does runwise selection of runs, which effects also the runs group

@maxnoe maxnoe added this to the v1.0.0 milestone Jan 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants