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

Adapt core code to support EvB v6 data format #119

Merged
merged 5 commits into from
Jul 4, 2024

Conversation

Copy link
Member

@tibaldo tibaldo left a 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?

@jlenain
Copy link
Collaborator Author

jlenain commented Jun 19, 2024

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 ctapipe_io_nectarcam, I will try to implement some shortly here.

@jlenain
Copy link
Collaborator Author

jlenain commented Jun 19, 2024

@tibaldo , at the moment, there is only one series of tests using a test run, in test_pedestal_tool.py. I'll try to add tests for the test run 5288 which is available on cccta-dataserver. When you implemented test_pedestal_tool.py, I guess the expected UCTS time stamps were frozen to values obtained when running it locally, is that correct ?

@tibaldo
Copy link
Member

tibaldo commented Jun 19, 2024

@jlenain yes, correct

@frnbrun
Copy link
Contributor

frnbrun commented Jul 4, 2024

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

@jlenain
Copy link
Collaborator Author

jlenain commented Jul 4, 2024

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

Thanks for the suggestion, @frnbrun , @vmarandon ! This is done in the last commit.

jlenain and others added 2 commits July 4, 2024 15:13
* 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 <jlenain@in2p3.fr>
…ain, use of EventSource.nectarcam_service instead.
@jlenain
Copy link
Collaborator Author

jlenain commented Jul 4, 2024

Hi @frnbrun ,
I rebased the branch of this PR against main, to benefit from #125 , such that the CI tests do not fail.
This PR should be good to be merged.

@jlenain jlenain merged commit 74dbc10 into cta-observatory:main Jul 4, 2024
8 checks passed
@jlenain jlenain deleted the EvBv6 branch July 4, 2024 14:57
@frnbrun
Copy link
Contributor

frnbrun commented Jul 4, 2024

Thanks!

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

Successfully merging this pull request may close these issues.

nectarchain cannot handle runs taken with EvB v6
3 participants