-
Notifications
You must be signed in to change notification settings - Fork 5
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 the detector table to our hdf5 files #13
Conversation
I don't think this is the best way to do this it might be possible to just iterate over the tpc_ids instead of adding them for each event I will take more time for to think about this
oops it was not there before
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is looking good! i notice a lot of cases of newlines and indents being added, so most of my review comments are just about reverting those.
i haven't tested these changes, but if you're able to run them and they produce good output, then i'm pretty much happy with the content. i think my note on using scalar values instead of an array for the center was my only note on the content. great work!
also fix whitespaces and indentations
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, thank you!!
Resolves #11