aboutsummaryrefslogtreecommitdiff
path: root/src/survive_cal.h
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-03-12 03:29:24 -0400
committercnlohr <lohr85@gmail.com>2017-03-12 03:29:24 -0400
commitb754712675b5d644ae950006afe0d1ceba0e1899 (patch)
tree29de3de4f0265451f6bb88b1979052333320b5c7 /src/survive_cal.h
parent2231abd24eabe35b37a7a293ecdd48e370373a5a (diff)
downloadlibsurvive-b754712675b5d644ae950006afe0d1ceba0e1899.tar.gz
libsurvive-b754712675b5d644ae950006afe0d1ceba0e1899.tar.bz2
update with another test.
Diffstat (limited to 'src/survive_cal.h')
-rw-r--r--src/survive_cal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/survive_cal.h b/src/survive_cal.h
index d21ba36..ce61962 100644
--- a/src/survive_cal.h
+++ b/src/survive_cal.h
@@ -33,7 +33,9 @@ void survive_cal_light( SurviveObject * so, int sensor_id, int acode, int timein
void survive_cal_angle( SurviveObject * so, int sensor_id, int acode, uint32_t timecode, FLT length, FLT angle );
#define MAX_SENSORS_TO_CAL 96
-#define DRPTS 128
+
+#define MIN_PTS_BEFORE_CAL 24
+#define DRPTS 32
#define MAX_CAL_PT_DAT (MAX_SENSORS_TO_CAL*NUM_LIGHTHOUSES*2)
struct SurviveCalData
{