took out some debug messages i accidentaly left in
This commit is contained in:
parent
2e3cf8307f
commit
4172580d89
1 changed files with 0 additions and 2 deletions
|
@ -516,7 +516,6 @@ void cal_binary( calibration_setup_t *setup, int obs, int dac)
|
|||
new_sv_measure( setup->dev, &sv);
|
||||
y2 = sv.average;
|
||||
DPRINT(3,"trying %d, result %g, target %g\n",x2,y2,target);
|
||||
DPRINT(0,"trying %d, result %g, target %g\n",x2,y2,target);
|
||||
|
||||
if( (y2 - target) * polarity < 0.0 ){
|
||||
x1 = x2;
|
||||
|
@ -614,7 +613,6 @@ void cal_relative_binary( calibration_setup_t *setup, int obs1, int obs2, int da
|
|||
|
||||
DPRINT(3,"trying %d, result %g, target %g\n",x2,y2,target);
|
||||
|
||||
DPRINT(0,"trying %d, result %g, target %g\n",x2,y2,target);
|
||||
if( (y2 - target) * polarity < 0.0 ){
|
||||
x1 = x2;
|
||||
y1 = y2;
|
||||
|
|
Loading…
Add table
Reference in a new issue