From 7f7825d24de8fc1fac3c487960c9deb28ff777ad Mon Sep 17 00:00:00 2001 From: Howard Dutton Date: Tue, 11 Sep 2018 11:10:03 -0400 Subject: [PATCH] Removed some obsolete comments --- AlignEq.ino | 16 ---------------- AlignHor.ino | 16 ---------------- 2 files changed, 32 deletions(-) diff --git a/AlignEq.ino b/AlignEq.ino index 49f9a3634..de56d8dbc 100644 --- a/AlignEq.ino +++ b/AlignEq.ino @@ -57,21 +57,6 @@ bool TGeoAlign::isReady() { return geo_ready; } -/* -Alignment Logic: -Near the celestial equator (Dec=0, HA=0)... -the azmCor term is 0% in Dec -the altCor term is 100% in Dec -the doCor term is 100% in HA -the pdCor term is 0% in HA - -Near HA=6 and Dec=45... -the azmCor term is 100% in Dec -the altCor term is 0% in Dec -the doCor term is 0% in HA -the pdCor term is 100% in HA -*/ - // I=1 for 1st star, I=2 for 2nd star, I=3 for 3rd star // N=total number of stars for this align (1 to 9) // RA, Dec (all in degrees) @@ -487,4 +472,3 @@ void TGeoAlign::instrToEqu(double Lat, double HA, double Dec, double *HA1, doubl if (*Dec1<-90.0) *Dec1=-90.0; } #endif - diff --git a/AlignHor.ino b/AlignHor.ino index c7c4f4d32..d4c6f4e19 100644 --- a/AlignHor.ino +++ b/AlignHor.ino @@ -57,21 +57,6 @@ bool TGeoAlignH::isReady() { return geo_ready; } -/* -Alignment Logic: -Near the celestial equator (Dec=0, HA=0)... -the azmCor term is 0% in Dec -the altCor term is 100% in Dec -the doCor term is 100% in HA -the pdCor term is 0% in HA - -Near HA=6 and Dec=45... -the azmCor term is 100% in Dec -the altCor term is 0% in Dec -the doCor term is 0% in HA -the pdCor term is 100% in HA -*/ - // I=1 for 1st star, I=2 for 2nd star, I=3 for 3rd star // N=total number of stars for this align (1 to 9) // RA, Dec (all in degrees) @@ -505,4 +490,3 @@ void TGeoAlignH::instrToHor(double Alt, double Azm, double *Alt1, double *Azm1, if (*Alt1<-90.0) *Alt1=-90.0; } #endif -