askap-vast / vast-post-processing

MIT License
0 stars 0 forks source link

Typo in correcting the declination #74

Closed AkashA98 closed 5 months ago

AkashA98 commented 8 months ago

In the piece of code that does image coordinate correction, there seems to be a typo

beam_decs_corrected = beam_ras + dec_offset_arcsec * u.arcsec

The declination is not being corrected properly. This is a straightforward minor fix.