Feat/dem elevation csv - #28
Open
telespazio-tim wants to merge 3 commits into
Open
telespazio-tim wants to merge 3 commits into
telespazio-tim wants to merge 3 commits into
Conversation
Merging develop into fix/float-input-uint8-conversion resolved klt.py, coarse_to_fine.py and api/config.py to develop's side, dropping `_stretch` and the `to_uint8` import while leaving calls to `_stretch` and `_to_uint8` in place. KLT matching raised NameError, 17 tests failed and test_klt_float_input.py could not be imported. Restore the three files from the branch tip 24e527b; none changed since the merge. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Axes.boxplot() only accepts `label` from matplotlib 3.9, while environment.yml pins 3.8, so every run with a DEM failed while generating the shift-by-altitude plots. Label the first median line instead, which works on both versions and keeps the legend entry. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
When a DEM is given, the KLT_matcher_*.csv file now has an `alt` column with the DEM elevation at each key point (reference x0, y0). The DEM is loaded in match_images so each streamed chunk is written with the column; resuming from a CSV without it adds the column and rewrites the file. DEM plots reuse the column instead of sampling the DEM again. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add DEM elevation in CSV output.