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

recent ctapipe-process crashes on public MC files #2626

Closed
Tobychev opened this issue Oct 24, 2024 · 0 comments · Fixed by #2627
Closed

recent ctapipe-process crashes on public MC files #2626

Tobychev opened this issue Oct 24, 2024 · 0 comments · Fixed by #2627
Labels

Comments

@Tobychev
Copy link
Contributor

Describe the bug
ctapipe-process crashes when running on the public MC files

To Reproduce
ctapipe-process --input PublicMC/gamma-diffuse_with_images_00.dl2.h5

Expected behavior
That a dl2 level file is produced.

Supporting information

2024-10-24 00:38:56,988 ERROR [ctapipe.ctapipe-process] (tool.run): Caught unexpected exception: 'NoneType' object has no attribute 'geodetic'
Traceback (most recent call last):
  File "/local/home/tb273079/DataPipe/ctapipe-dev/src/ctapipe/core/tool.py", line 431, in run
    self.start()
  File "/local/home/tb273079/DataPipe/ctapipe-dev/src/ctapipe/tools/process.py", line 294, in start
    self.event_source.subarray.info(printer=self.log.info)
  File "/local/home/tb273079/DataPipe/ctapipe-dev/src/ctapipe/instrument/subarray.py", line 130, in info
    printer(f"Height   : {self.reference_location.geodetic.height:.2f}")

Additional context
Add any other context about the problem here.

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

Successfully merging a pull request may close this issue.

1 participant