aboutsummaryrefslogtreecommitdiff
path: root/src/survive_data.c
diff options
context:
space:
mode:
authorultramn <dchapm2@umbc.edu>2017-03-23 00:41:22 -0400
committerultramn <dchapm2@umbc.edu>2017-03-23 00:41:22 -0400
commit39ef5af74702c8825a82f65cf68e6af875a814ee (patch)
tree40da99d033d2a5168757d70c444f68ec0f605ae8 /src/survive_data.c
parentc72b1dd68a653dff2be9915750d2f6535a6db3bd (diff)
downloadlibsurvive-39ef5af74702c8825a82f65cf68e6af875a814ee.tar.gz
libsurvive-39ef5af74702c8825a82f65cf68e6af875a814ee.tar.bz2
Added a dynamic plotting tool for OrthoSolve. Charles added orthogonalization to the rotation matrix.
Diffstat (limited to 'src/survive_data.c')
-rw-r--r--src/survive_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/survive_data.c b/src/survive_data.c
index 8c5c646..0873f7f 100644
--- a/src/survive_data.c
+++ b/src/survive_data.c
@@ -119,7 +119,7 @@ void handle_lightcap( SurviveObject * so, LightcapElement * le )
{
int32_t main_divisor = so->timebase_hz / 384000; //125 @ 48 MHz.
int base_station = is_new_pulse;
- printf( "%s %d %d %d\n", so->codename, le->sensor_id, so->sync_set_number, le->length );
+ //printf( "%s %d %d %d\n", so->codename, le->sensor_id, so->sync_set_number, le->length );
ctx->lightproc( so, le->sensor_id, -3 - so->sync_set_number, 0, le->timestamp, le->length );
}
}