From b2c4e9b6bdbc8a9abac7de2546197919afba8a35 Mon Sep 17 00:00:00 2001 From: Daniel Warner Date: Fri, 1 Apr 2011 15:58:28 +0100 Subject: [PATCH] Comment --- SGDP4.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SGDP4.cpp b/SGDP4.cpp index d0c0316..ccd9ddd 100644 --- a/SGDP4.cpp +++ b/SGDP4.cpp @@ -1045,6 +1045,8 @@ void SGDP4::DeepSpacePeriodics(const double& t, double& em, xnodes = atan2(alfdp, betdp); /* * Get perturbed xnodes in to same quadrant as original. + * RAAN is in the range of 0 to 360 degrees + * atan2 is in the range of -180 to 180 degrees */ if (fabs(oldxnodes - xnodes) > Globals::PI()) { if (xnodes < oldxnodes)