icecube/skyllh

Rotation of MC events for signal event generation does not preserve relative declination difference between true and reco directions

Closed this issue · 0 comments

martwo commented

The rotation function

def rotate_spherical_vector(ra1, dec1, ra2, dec2, ra3, dec3):
does not preserve the relative declination difference between true and reco directions.
This function is used in the class PointLikeSourceI3SignalGenerationMethod:
class PointLikeSourceI3SignalGenerationMethod(SignalGenerationMethod):