askap-vast / vast-post-processing

MIT License
0 stars 0 forks source link

Degrees supplied to trig functions #87

Closed ddobie closed 8 months ago

ddobie commented 8 months ago

Throughout corrections.py there are places where angles in degrees are supplied to numpy trigonometry functions that take radians as input.

AkashA98 commented 8 months ago

I think I checked for this, as long as numpy is given an astropy.angle.Angle quantity, whether it be degrees or anything else, it should be able to correctly handle it right? Because currently it takes astropy.angle.Angle as an input rather than float quantities.