-
Notifications
You must be signed in to change notification settings - Fork 18
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
Adapt core code to support EvB v6 data format #119
Conversation
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.
Thanks @jlenain, looks good to me! Is there already a test using v6 data or should we add one to make sure we don't make any mistakes around this point in the future?
Hi @tibaldo , thanks a lot, you're absolutely right. We recently introduced them in |
@tibaldo , at the moment, there is only one series of tests using a test run, in |
@jlenain yes, correct |
Thanks, @jlenain ! This looks good. As discussed with @vmarandon, a possible improvement would be to call the nectarcam_service container of ctapipe_io_nectarcam to get rid of the try/except for loading the camera_config variables |
…ut through nectarcam_service instead.
Thanks for the suggestion, @frnbrun , @vmarandon ! This is done in the last commit. |
* Pin scipy version to 1.11, needed for CI tests. * Pin scipy version to 1.11, needed for CI tests. --------- Co-authored-by: Jean-Philippe Lenain <[email protected]>
…ain, use of EventSource.nectarcam_service instead.
Thanks! |
This PR should fix #118 , and cleaned the code via
pre-commit
hooks.Most notably, the main changes can be found at: