This code was used to create the figures found in the post "Projective Compensation", which deals with describing how changes in one parameter can affect errors in another parameter in an optimization.
- 2022.04.05: Projective Compensation in Calibration
python3 -m venv ~/.venv/tangram
source ~/.venv/tangram/bin/activate
pip install -r requirements.txt
To run the code in isolation, we use iPython:
ipython --matplotlib=qt
In [1]: %run projective_compensation.py