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
{{ message }}
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.
/sst1m/raw/2018/06/28/SST1M_01/SST1M_01_20180628_1350.fits.fz
Runing this code:
>>> example_path = '/sst1m/raw/2018/06/29/SST1M_01/SST1M_01_20180629_010.fits.fz'
>>> file = File(example_path)
>>> for event in file.Events:
... pass
...
I get the following error:
EOFError: Reached end of events table
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/reniery/.local/lib/python3.6/site-packages/protozfits/__init__.py", line 136, in __next__
row.ParseFromString(rawzfitsreader.readEvent(self.__file_id))
SystemError: <built-in function readEvent> returned a result with an error set
From within digicampipe, I could see it happened on the last event.
The text was updated successfully, but these errors were encountered:
I tried with this 3 files:
Runing this code:
I get the following error:
From within digicampipe, I could see it happened on the last event.
The text was updated successfully, but these errors were encountered: