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 CameraGeometry.get_shower_coordinates() code seems out of place - the instrument module is not for algorithms, but for describing the hardware, and I don't like mixing the concepts too much.
I suggest we move this function elsewhere . It seems to just be a coordinate transform, so could be a new Frame (it's just a rotated camera). Or because it's only used by image.get_timing_parameters() and image.concentration()`, but nowhere else, it could be a helper-function in the image module.
the
CameraGeometry.get_shower_coordinates()
code seems out of place - the instrument module is not for algorithms, but for describing the hardware, and I don't like mixing the concepts too much.I suggest we move this function elsewhere . It seems to just be a coordinate transform, so could be a new
Frame
(it's just a rotated camera). Or because it's only used byimage.get_timing_parameters() and
image.concentration()`, but nowhere else, it could be a helper-function in the image module.ctapipe/ctapipe/instrument/camera.py
Lines 494 to 519 in 1322e2f
The text was updated successfully, but these errors were encountered: