Skip to content

Commit

Permalink
updated todo
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed Aug 16, 2024
1 parent ca82eb3 commit a59eb28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flint/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -819,8 +819,7 @@ def plot_astrometry_comparison(
seps = pos1.separation(pos2)
pas = pos1.position_angle(pos2)

# Apply corrections (were in the original code)
# TODO: Find out why this is necessary. Sky is curved nonsense doesn't depend on angle between sources
# Compute the detlaRA and deltaDec. Straight subtraction is not correct
err_x = (seps * -np.sin(pas.radian)).to(u.arcsec).value
err_y = (seps * np.cos(pas.radian)).to(u.arcsec).value

Expand Down

0 comments on commit a59eb28

Please sign in to comment.