- change name of xc, yx in
geometry.internal_orientation
. - clean
geometry/internal_orientation.py
: choose one method (Molnar?) and remove the others. - in
geometry.internal_orientation.py
, rename and/or moveobjective_function
- implement lens distortion
- implement inverse lens distortion
- implement & test global objective function as in Molnar et al., for one image only. → not fully satisfactory
- implement & test global objective function as in Molnar et al., for several images. → not fully satisfactory
- double checks all units (change all to m?) and coordinates transformation (especially external orientation).
- finish documenting the notebooks.
- implement RCP coefficients retrieval w/ least squares.
- ortho-correct the images w/ GDAL.
- when there is a repetition of the same commands in a notebook, pack everything in functions.
- split images and GCPs in smaller tiles to make georeferencing easier.