From 93c09228af78e35ff39d8bf7d611798c76c33de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Gra=C3=B1a?= Date: Thu, 9 Nov 2017 13:38:05 -0300 Subject: [PATCH] Add a TODO about deprecation of astrometry_ra_dec_roll --- quaternions/quaternions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/quaternions/quaternions.py b/quaternions/quaternions.py index ce4d79a..154e763 100644 --- a/quaternions/quaternions.py +++ b/quaternions/quaternions.py @@ -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])