Skip to content

Commit

Permalink
Add a TODO about deprecation of astrometry_ra_dec_roll
Browse files Browse the repository at this point in the history
  • Loading branch information
Matías Graña committed Nov 9, 2017
1 parent 6283c08 commit 93c0922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quaternions/quaternions.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ def astrometry_ra_dec_roll(self):
Notice that Tetra gives a different roll angle, so this is not
a fixed standard.
'''
# TODO: deprecate this method; move it to projects that need it
twisted = self.OpticalAxisFirst() * self
ra, dec, roll = twisted.ra_dec_roll
return np.array([-ra, dec, roll - 180])
Expand Down

0 comments on commit 93c0922

Please sign in to comment.