Skip to content

Commit

Permalink
Removed some obsolete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hjd1964 committed Sep 11, 2018
1 parent 9119f23 commit 7f7825d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
16 changes: 0 additions & 16 deletions AlignEq.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -487,4 +472,3 @@ void TGeoAlign::instrToEqu(double Lat, double HA, double Dec, double *HA1, doubl
if (*Dec1<-90.0) *Dec1=-90.0;
}
#endif

16 changes: 0 additions & 16 deletions AlignHor.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -505,4 +490,3 @@ void TGeoAlignH::instrToHor(double Alt, double Azm, double *Alt1, double *Azm1,
if (*Alt1<-90.0) *Alt1=-90.0;
}
#endif

0 comments on commit 7f7825d

Please sign in to comment.