You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CNES wants to integrate the ability to instantiate an initial offset for the co-registration calculation. Because the dem_coregistration function allows for easy addition of this feature and we will recommend its use to CNES members, we propose simple modifications at this level.
Implementation
Using the translate function from Geoutils:
The translate function from Geoutils allows for translating a Digital Elevation Model (DEM). We will call this function in the dem_coregsitration method .
Set up a test for the dem_coregistration function with an initial offset value different from 0. Here, a new paragraph should be added to test this updated version.
Documentation
Update the documentation to include examples on using the new estimated_initial_shift
/estimation 3d
The text was updated successfully, but these errors were encountered:
So the "explain affine only" would essentially be a check like coreg_method.is_affine for a Coreg object or all(c.is_affine for c in coreg_method) for a CoregPipeline object?
I'm not sure of the behaviour of the is_affine property on a pipeline right now (it might fail), we could modify it so it derives the proper attribute directly here:
Context
The CNES wants to integrate the ability to instantiate an initial offset for the co-registration calculation. Because the
dem_coregistration
function allows for easy addition of this feature and we will recommend its use to CNES members, we propose simple modifications at this level.Implementation
Using the
translate
function from Geoutils:The
translate
function from Geoutils allows for translating a Digital Elevation Model (DEM). We will call this function in thedem_coregsitration
method .Tests
dem_coregistration
function with an initial offset value different from 0.Here, a new paragraph should be added to test this updated version.
Documentation
estimated_initial_shift
/estimation 3d
The text was updated successfully, but these errors were encountered: