If the pixels_on_detector attribute of the TolimanDetector is changed from the default, then an error will be thrown by the detector class if the simulate_pixel_response = True, which by default it is. Current workaround is just to set that to false but obviously not ideal
If the
pixels_on_detector
attribute of theTolimanDetector
is changed from the default, then an error will be thrown by the detector class if thesimulate_pixel_response = True
, which by default it is. Current workaround is just to set that to false but obviously not ideal