Closed iamdonovan closed 1 year ago
This PR would update the main branch with the following changes from the kh4 branch:
main
kh4
image module:
image
ocm_show_wagon_wheels
find_crosses
match_reseau_grid
join_hexagon
resample_hex
gdal.Warp
micmac module:
micmac
init_autocal
tools module:
tools
find_reseau_grid
image.join_hexagon
resample_hexagon
This PR would update the
main
branch with the following changes from thekh4
branch:image
module:ocm_show_wagon_wheels
)find_crosses
andmatch_reseau_grid
functionsjoin_hexagon
to be able to handle KH-9 PC imagesresample_hex
, which usesgdal.Warp
to resample KH-9 MC images based on the reseau gridmicmac
module:init_autocal
to be able to specify camera name, focal length, frame sizetools
module:find_reseau_grid
now uses multiprocessing to run on multiple images, rather than on a single imagejoin_hexagon
changes to matchimage.join_hexagon
resample_hexagon
is now included as a command line tool