Skip to content

Commit

Permalink
Finish merge of some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gbernstein committed Mar 28, 2017
1 parent befe0f4 commit 42ffa3a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Match.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,6 @@ CoordAlign::fitOnce(bool reportToCerr, bool inPlace) {
Stopwatch timer;
timer.start();
(*this)(p, oldChisq, beta, alpha);
/**/cerr << "Beta\n" << beta << endl;
/**/cerr << "Alpha\n" << alpha << endl;
timer.stop();
if (reportToCerr) cerr << "..fitOnce alpha time " << timer << endl;
timer.reset();
Expand Down
4 changes: 0 additions & 4 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,10 +632,6 @@ def variableSubstitution(d):
(expoAttr['exptime']!=None and \
abs(expoAttr['exptime']/e.exptime-1.)>0.0002) or \
(expoAttr['mjd']!=None and abs(expoAttr['mjd'] - e.mjd)>0.0002) or \
<<<<<<< HEAD
=======
(expoAttr['apcorr']!=None and abs(expoAttr['apcorr'] - e.apcorr)>0.02) or \
>>>>>>> 2c70e3737904183fca3466f79d16352ad6aa58d4
(expoAttr['coords']!=None
and getDegree(expoAttr['coords'].separation(e.coords)) > 1.):
print "ERROR: info mismatch at exposure",expo, "file",fitsname, \
Expand Down

0 comments on commit 42ffa3a

Please sign in to comment.