- 
                Notifications
    You must be signed in to change notification settings 
- Fork 20
Support several NectarCAM cameras #218
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
base: main
Are you sure you want to change the base?
Conversation
| Codecov Report❌ Patch coverage is  Additional details and impacted files@@            Coverage Diff             @@
##             main     #218      +/-   ##
==========================================
+ Coverage   51.79%   51.83%   +0.04%     
==========================================
  Files          78       79       +1     
  Lines        6505     6542      +37     
==========================================
+ Hits         3369     3391      +22     
- Misses       3136     3151      +15     ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
 | 
| Check out this pull request on   See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB | 
0b90d3c    to
    fea5470      
    Compare
  
    | Support in core classes has been implemented by @guillaumegrolleron , thanks a lot ! | 
| Hi ! Anyone willing to review this PR, please ? | 
| Hi @guillaumegrolleron ! I have a small issue with this PR: in  However,  What would be the best way to pass the camera we would want to use throughout the code ? By e.g. passing a  Many thanks ! | 
| 
 Hi @guillaumegrolleron ! At the moment, I think the easiest would be to add a  However, I have an issue currently when doing that with: 
 | 
        
          
                src/nectarchain/user_scripts/ggrolleron/gain_SPEfit_combined_computation.py
              
                Outdated
          
            Show resolved
            Hide resolved
        
      | Hi @jlenain | 
| 
 Thanks a lot, @guillaumegrolleron ! still fetch data from the QM: Something is still fishy, I am investigating... | 
| 
 I guess the problem comes from the propagation of the self.camera argument here nectarchain/src/nectarchain/makers/core.py Line 255 in f6fe8b3 
 | 
| 
 Argh, good catch, many thanks ! That does the trick ! | 
| It may be easier to me to have the relevant changes for the bokeh app in another PR. Marking this PR as ready for review. | 

This PR aims at adding support of multiple NectarCAM cameras within
nectarchain.At the moment, support for the submission of DIRAC DQM jobs, the DQM itself, and parsing the DQM results have been implemented.
Support in core classes is currently missing, as well as in the DQM Bokeh website.
[EDIT] Support in core classes is now included.