-
- Downloads
Updates to get kalisiris working and improved subpix (#578)
* Updates to get kalisiris working and improved subpix * Updates ground for kali changes * Moves DEM into an interface and adds the ability to use an ellipsoid (#576) * Moved DEM to an interface * Actually added surface * Added new options to demo config * Updated Surface doc strings Co-authored-by:jlaura <jlaura@usgs.gov> * image_to_ground fix (#580) * test(test_isis.py): image_to_ground() failure with map-projected image and single lon and lat. * test(test_isis.py): image_to_ground() failure with non-map-projected image and arrays of lon and lat. * fix(spatial/isis.py): image_to_ground() now properly returns correct values or numpy arrays, tests improved. * working ground control * Collection of minor changes for the 0.6.0 release to ensure functioning code. Tested in quad generation. * Updates for PR comments; removed duplicitive bytescale call Co-authored-by:
Jesse Mapel <jmapel@usgs.gov> Co-authored-by:
Ross Beyer <rbeyer@rossbeyer.net>
Showing
- CHANGELOG.md 51 additions, 0 deletionsCHANGELOG.md
- autocnet/graph/asynchronous_funcs.py 4 additions, 4 deletionsautocnet/graph/asynchronous_funcs.py
- autocnet/graph/network.py 5 additions, 3 deletionsautocnet/graph/network.py
- autocnet/graph/tests/test_cluster_submit.py 0 additions, 5 deletionsautocnet/graph/tests/test_cluster_submit.py
- autocnet/io/db/model.py 1 addition, 1 deletionautocnet/io/db/model.py
- autocnet/matcher/ground.py 41 additions, 68 deletionsautocnet/matcher/ground.py
- autocnet/matcher/naive_template.py 28 additions, 24 deletionsautocnet/matcher/naive_template.py
- autocnet/matcher/subpixel.py 30 additions, 32 deletionsautocnet/matcher/subpixel.py
- autocnet/matcher/tests/test_naive_template.py 18 additions, 16 deletionsautocnet/matcher/tests/test_naive_template.py
- autocnet/spatial/isis.py 10 additions, 13 deletionsautocnet/spatial/isis.py
- autocnet/utils/serializers.py 2 additions, 2 deletionsautocnet/utils/serializers.py
- autocnet/utils/tests/test_serializers.py 2 additions, 0 deletionsautocnet/utils/tests/test_serializers.py
- conda/meta.yaml 1 addition, 1 deletionconda/meta.yaml
- conftest.py 6 additions, 0 deletionsconftest.py
- setup.py 1 addition, 1 deletionsetup.py
Loading
Please register or sign in to comment