Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hjd1964 committed Sep 12, 2018
1 parent 7f7825d commit d6917e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions AlignEq.ino
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ bool TGeoAlign::isReady() {
// RA, Dec (all in degrees)
bool TGeoAlign::addStar(int I, int N, double RA, double Dec) {

// First star:
// Near the celestial equator (Dec=0, HA=0), telescope West of the pier if multi-star align
// First star, just sync
if (I==1) {
// set the indexAxis1/2 offset
if (syncEqu(RA,Dec)!=0) return true;
Expand Down
3 changes: 1 addition & 2 deletions AlignHor.ino
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ bool TGeoAlignH::addStar(int I, int N, double RA, double Dec) {
double a,z;
equToHor(haRange(LST()*15.0-RA),Dec,&a,&z);

// First star:
// Near the celestial equator (Dec=0, HA=0), telescope West of the pier if multi-star align
// First star, just sync
if (I==1) {
// set the indexAxis1/2 offset
if (syncEqu(RA,Dec)!=0) return true;
Expand Down

0 comments on commit d6917e1

Please sign in to comment.