You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DQM is currently failing for runs which contain only one gain (high or low). Here is an example for run 3829:
NectarCAM_Run3829
SqlFileName /home/jlenain/data/nectarcam_monitoring_db_2022-11-28.sqlite
Error Code: no such table: monitoring_drawer_temperatures
DRAWER TEMPERATURE COULD NOT BE RETRIEVED!
Traceback (most recent call last):
File "start_calib.py", line 184, in<module>fori, evtin enumerate(reader):
File "/opt/conda/envs/nectarchain/lib/python3.8/site-packages/ctapipe/io/eventsource.py", line 278, in __iter__
foreventinself._generator():
File "/opt/conda/envs/nectarchain/lib/python3.8/site-packages/ctapipe_io_nectarcam/__init__.py", line 304, in _generator
self.fill_r0r1_container(array_event, event)
File "/opt/conda/envs/nectarchain/lib/python3.8/site-packages/ctapipe_io_nectarcam/__init__.py", line 621, in fill_r0r1_container
r0, r1 = self.fill_r0r1_camera_container(zfits_event)
File "/opt/conda/envs/nectarchain/lib/python3.8/site-packages/ctapipe_io_nectarcam/__init__.py", line 607, in fill_r0r1_camera_container
reshaped_waveform = zfits_event.waveform.reshape(N_GAINS, n_pixels, n_samples)
ValueError: cannot reshape array of size 110040 into shape (2,1834,60)
The DQM is currently failing for runs which contain only one gain (high or low). Here is an example for run 3829:
This can be solved using @tibaldo 's suggestion as in cta-observatory/ctapipe_io_nectarcam#34 (comment).
The text was updated successfully, but these errors were encountered: