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
⚠️ To do this, I need to locate in the code the condition that enables or disables Z-adjustment, which I can no longer find.
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
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: