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
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:
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:
This makes downstream tasks fail.
=> Handle existing columns better in the calculate registration task
The text was updated successfully, but these errors were encountered: