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 purpose of this ticket is to propose a solution that allows the user to control altitude adjustment after coregistration.
Code
The choice of whether to apply vertical correction or not is made here, and its application is performed here. However, we would like this condition to be user-configurable.
In practice, this condition rarely, if ever, fails, meaning that the Z-offset is almost always applied. However, in the context of QA studies, this adjustment is not always relevant. The simplest proposal is to add an argument to the function containing this condition, which can be toggled using a boolean. Depending on its state, the Z-adjustment will either be applied or skipped. This boolean can default to True.
Testing
Ensure to update any tests that may be affected and test with both boolean states.
Documentation
Update the documentation accordingly.
Extra
If possible, create a notebook demonstrating the use of this adjustment, including a before-and-after altitude comparison.
Estimation
2 days
The text was updated successfully, but these errors were encountered:
Context
The purpose of this ticket is to propose a solution that allows the user to control altitude adjustment after coregistration.
Code
The choice of whether to apply vertical correction or not is made here, and its application is performed here. However, we would like this condition to be user-configurable.
In practice, this condition rarely, if ever, fails, meaning that the Z-offset is almost always applied. However, in the context of QA studies, this adjustment is not always relevant. The simplest proposal is to add an argument to the function containing this condition, which can be toggled using a boolean. Depending on its state, the Z-adjustment will either be applied or skipped. This boolean can default to
True
.Testing
Ensure to update any tests that may be affected and test with both boolean states.
Documentation
Update the documentation accordingly.
Extra
If possible, create a notebook demonstrating the use of this adjustment, including a before-and-after altitude comparison.
Estimation
2 days
The text was updated successfully, but these errors were encountered: