Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make calculate registration more robust in table column handling on reruns #851

Open
jluethi opened this issue Oct 11, 2024 · 0 comments
Open

Comments

@jluethi
Copy link
Collaborator

jluethi commented Oct 11, 2024

Calculate registration adds 3 new columns to existing ROI tables. translation_z, translation_y, translation_x

When they already exist, it's not correctly handled. The expectation would be that those columns are overwritten. Instead, they are combined with appendices, leading to the new columns being:

x_micrometer
y_micrometer
z_micrometer
len_x_micrometer
len_y_micrometer
len_z_micrometer
translation_z_x
translation_y_x
translation_x_x
translation_z_y
translation_y_y
translation_x_y

This makes downstream tasks fail.

=> Handle existing columns better in the calculate registration task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant