spacetelescope / drizzlepac

AstroDrizzle for HST images.
https://drizzlepac.readthedocs.io
BSD 3-Clause "New" or "Revised" License
50 stars 39 forks source link

Offsets due to HLA classic RA and Dec aren't in the same ref frame as HAP RA and Dec. are messing up sourcelist comparisons in some cases #544

Closed dulude closed 1 year ago

dulude commented 4 years ago

HLA classic RA and Dec aren't in the same ref frame as HAP RA and Dec. This can result in offsets between the two datasets that at can introduce an an new artificial source of error when comparing RA and dec values, and also interfere with the source matching process in compare_sourcelists.py

Rick has code to transform HLA classic RA/Dec into the HAP GAIA DR2 reference frame

dulude commented 4 years ago

see @dulude's hla-544_transform_HLAClassic_to_HAP branch

nden commented 1 year ago

Resolved in #548