aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-04-01 16:04:05 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-04-01 16:09:58 -0600
commit1724abef15a4090640bd82ba408681438316de7e (patch)
tree129d3eeaabe9d6e011897b33e8d8a2acaaae3ac9 /tools
parent5384af65f9d63d095cb9987d36de57ccee323300 (diff)
downloadlibsurvive-1724abef15a4090640bd82ba408681438316de7e.tar.gz
libsurvive-1724abef15a4090640bd82ba408681438316de7e.tar.bz2
Made calibration on other posers use calibration data
Diffstat (limited to 'tools')
-rw-r--r--tools/showreproject/showreproject.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/showreproject/showreproject.cc b/tools/showreproject/showreproject.cc
index 89d67c4..caa7a66 100644
--- a/tools/showreproject/showreproject.cc
+++ b/tools/showreproject/showreproject.cc
@@ -176,7 +176,7 @@ void drawbsds(SurviveContext *ctx) {
FLT out[2];
auto config = survive_calibration_config_ctor();
config.use_flag = f;
- survive_apply_bsd_calibration_by_flag(ctx, lh, &config, in, out);
+ survive_apply_bsd_calibration_by_config(ctx, lh, &config, in, out);
double ex = out[0] - in[0];
double ey = out[1] - in[1];
if (f == SVCal_All) {