├── ReadMe.html ├── ReadMe.txt ├── Summary.txt ├── data ├── l90.tar.gz ├── lmov.tar.gz └── lstraight.tar.gz ├── reference-output ├── l90.tuple ├── l90_0.tuple ├── l90_0_results.json ├── l90_0_results.m ├── l90_1.tuple ├── l90_1_results.json ├── l90_1_results.m ├── l90_2.tuple ├── l90_2_results.json ├── l90_2_results.m ├── l90_results.json ├── l90_results.m ├── lmov.tuple ├── lmov_0.tuple ├── lmov_0_results.json ├── lmov_0_results.m ├── lmov_1.tuple ├── lmov_1_results.json ├── lmov_1_results.m ├── lmov_2.tuple ├── lmov_2_results.json ├── lmov_2_results.m ├── lmov_results.json ├── lmov_results.m ├── lstraight.tuple ├── lstraight_0.tuple ├── lstraight_0_results.json ├── lstraight_0_results.m ├── lstraight_1.tuple ├── lstraight_1_results.json ├── lstraight_1_results.m ├── lstraight_2.tuple ├── lstraight_2_results.json ├── lstraight_2_results.m ├── lstraight_results.json ├── lstraight_results.m └── version_string ├── scripts ├── copy_results.sh ├── create_pictures.m ├── create_pictures_iteration.m ├── create_tuples.sh ├── errorbar_tick.m ├── format_ticks.m ├── my_figure.m ├── my_fonts.m ├── results.json ├── run_all.sh ├── script_variables.sh └── table_test.tex └── src ├── CMakeLists.txt ├── analyzer.cpp ├── analyzer.h ├── aux_functions.cpp ├── aux_functions.h ├── calib_tuple.cpp ├── calib_tuple.h ├── gsl_jacobian.cpp ├── gsl_jacobian.h ├── gsl_jacobian_test.cpp ├── solver.cpp ├── solver2.cpp ├── solver2_meat.cpp ├── solver_options.cpp ├── solver_options.h ├── solver_utils.cpp ├── solver_utils.h ├── synchronizer.cpp ├── synchronizer_options.cpp ├── synchronizer_options.h ├── test_json.c ├── verifier.cpp ├── verifier_options.cpp ├── verifier_options.h ├── verifier_utils.cpp └── verifier_utils.h /ReadMe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/ReadMe.html -------------------------------------------------------------------------------- /ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/ReadMe.txt -------------------------------------------------------------------------------- /Summary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/Summary.txt -------------------------------------------------------------------------------- /data/l90.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/data/l90.tar.gz -------------------------------------------------------------------------------- /data/lmov.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/data/lmov.tar.gz -------------------------------------------------------------------------------- /data/lstraight.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/data/lstraight.tar.gz -------------------------------------------------------------------------------- /reference-output/l90.tuple: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/l90.tuple -------------------------------------------------------------------------------- /reference-output/l90_0.tuple: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/l90_0.tuple -------------------------------------------------------------------------------- /reference-output/l90_0_results.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/l90_0_results.json -------------------------------------------------------------------------------- /reference-output/l90_0_results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/l90_0_results.m -------------------------------------------------------------------------------- /reference-output/l90_1.tuple: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/l90_1.tuple -------------------------------------------------------------------------------- /reference-output/l90_1_results.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/l90_1_results.json -------------------------------------------------------------------------------- /reference-output/l90_1_results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/l90_1_results.m -------------------------------------------------------------------------------- /reference-output/l90_2.tuple: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/l90_2.tuple -------------------------------------------------------------------------------- /reference-output/l90_2_results.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/l90_2_results.json -------------------------------------------------------------------------------- /reference-output/l90_2_results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/l90_2_results.m -------------------------------------------------------------------------------- /reference-output/l90_results.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/l90_results.json -------------------------------------------------------------------------------- /reference-output/l90_results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/l90_results.m -------------------------------------------------------------------------------- /reference-output/lmov.tuple: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lmov.tuple -------------------------------------------------------------------------------- /reference-output/lmov_0.tuple: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lmov_0.tuple -------------------------------------------------------------------------------- /reference-output/lmov_0_results.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lmov_0_results.json -------------------------------------------------------------------------------- /reference-output/lmov_0_results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lmov_0_results.m -------------------------------------------------------------------------------- /reference-output/lmov_1.tuple: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lmov_1.tuple -------------------------------------------------------------------------------- /reference-output/lmov_1_results.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lmov_1_results.json -------------------------------------------------------------------------------- /reference-output/lmov_1_results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lmov_1_results.m -------------------------------------------------------------------------------- /reference-output/lmov_2.tuple: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lmov_2.tuple -------------------------------------------------------------------------------- /reference-output/lmov_2_results.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lmov_2_results.json -------------------------------------------------------------------------------- /reference-output/lmov_2_results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lmov_2_results.m -------------------------------------------------------------------------------- /reference-output/lmov_results.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lmov_results.json -------------------------------------------------------------------------------- /reference-output/lmov_results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lmov_results.m -------------------------------------------------------------------------------- /reference-output/lstraight.tuple: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lstraight.tuple -------------------------------------------------------------------------------- /reference-output/lstraight_0.tuple: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lstraight_0.tuple -------------------------------------------------------------------------------- /reference-output/lstraight_0_results.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lstraight_0_results.json -------------------------------------------------------------------------------- /reference-output/lstraight_0_results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lstraight_0_results.m -------------------------------------------------------------------------------- /reference-output/lstraight_1.tuple: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lstraight_1.tuple -------------------------------------------------------------------------------- /reference-output/lstraight_1_results.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lstraight_1_results.json -------------------------------------------------------------------------------- /reference-output/lstraight_1_results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lstraight_1_results.m -------------------------------------------------------------------------------- /reference-output/lstraight_2.tuple: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lstraight_2.tuple -------------------------------------------------------------------------------- /reference-output/lstraight_2_results.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lstraight_2_results.json -------------------------------------------------------------------------------- /reference-output/lstraight_2_results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lstraight_2_results.m -------------------------------------------------------------------------------- /reference-output/lstraight_results.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lstraight_results.json -------------------------------------------------------------------------------- /reference-output/lstraight_results.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/lstraight_results.m -------------------------------------------------------------------------------- /reference-output/version_string: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/reference-output/version_string -------------------------------------------------------------------------------- /scripts/copy_results.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/scripts/copy_results.sh -------------------------------------------------------------------------------- /scripts/create_pictures.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/scripts/create_pictures.m -------------------------------------------------------------------------------- /scripts/create_pictures_iteration.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/scripts/create_pictures_iteration.m -------------------------------------------------------------------------------- /scripts/create_tuples.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/scripts/create_tuples.sh -------------------------------------------------------------------------------- /scripts/errorbar_tick.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/scripts/errorbar_tick.m -------------------------------------------------------------------------------- /scripts/format_ticks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/scripts/format_ticks.m -------------------------------------------------------------------------------- /scripts/my_figure.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/scripts/my_figure.m -------------------------------------------------------------------------------- /scripts/my_fonts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/scripts/my_fonts.m -------------------------------------------------------------------------------- /scripts/results.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/scripts/results.json -------------------------------------------------------------------------------- /scripts/run_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/scripts/run_all.sh -------------------------------------------------------------------------------- /scripts/script_variables.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/scripts/script_variables.sh -------------------------------------------------------------------------------- /scripts/table_test.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/scripts/table_test.tex -------------------------------------------------------------------------------- /src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/CMakeLists.txt -------------------------------------------------------------------------------- /src/analyzer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/analyzer.cpp -------------------------------------------------------------------------------- /src/analyzer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/analyzer.h -------------------------------------------------------------------------------- /src/aux_functions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/aux_functions.cpp -------------------------------------------------------------------------------- /src/aux_functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/aux_functions.h -------------------------------------------------------------------------------- /src/calib_tuple.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/calib_tuple.cpp -------------------------------------------------------------------------------- /src/calib_tuple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/calib_tuple.h -------------------------------------------------------------------------------- /src/gsl_jacobian.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/gsl_jacobian.cpp -------------------------------------------------------------------------------- /src/gsl_jacobian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/gsl_jacobian.h -------------------------------------------------------------------------------- /src/gsl_jacobian_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/gsl_jacobian_test.cpp -------------------------------------------------------------------------------- /src/solver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/solver.cpp -------------------------------------------------------------------------------- /src/solver2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/solver2.cpp -------------------------------------------------------------------------------- /src/solver2_meat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/solver2_meat.cpp -------------------------------------------------------------------------------- /src/solver_options.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/solver_options.cpp -------------------------------------------------------------------------------- /src/solver_options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/solver_options.h -------------------------------------------------------------------------------- /src/solver_utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/solver_utils.cpp -------------------------------------------------------------------------------- /src/solver_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/solver_utils.h -------------------------------------------------------------------------------- /src/synchronizer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/synchronizer.cpp -------------------------------------------------------------------------------- /src/synchronizer_options.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/synchronizer_options.cpp -------------------------------------------------------------------------------- /src/synchronizer_options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/synchronizer_options.h -------------------------------------------------------------------------------- /src/test_json.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/test_json.c -------------------------------------------------------------------------------- /src/verifier.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/verifier.cpp -------------------------------------------------------------------------------- /src/verifier_options.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/verifier_options.cpp -------------------------------------------------------------------------------- /src/verifier_options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/verifier_options.h -------------------------------------------------------------------------------- /src/verifier_utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/verifier_utils.cpp -------------------------------------------------------------------------------- /src/verifier_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreaCensi/calibration/HEAD/src/verifier_utils.h --------------------------------------------------------------------------------