-
Notifications
You must be signed in to change notification settings - Fork 12
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
Thickness produces extra rows in the result table #132
Comments
My reasoning was that since the thickness map images have different titles than the original, it would make sense for them to have separate rows. I can appreciate why you'd prefer the results on one row. |
The point of the result inserter / shared table is that you get all the data about a particular sample (image) on the same row, which is convenient for later analysis. Should be an easy fix?
…On 04/09/18 17:44, Richard Domander wrote:
My reasoning was that since the thickness map images have different titles than the original, it would make sense for them to have separate rows. I can appreciate why you'd prefer the results on one row.
—
You are receiving this because you were assigned.
Reply to this email directly, [view it on GitHub](#132 (comment)), or [mute the thread](https://github.com/notifications/unsubscribe-auth/AAFUP_8qIw2jRKsesZQS23620UJ1yyu7ks5uXkuIgaJpZM4WYg9w).
|
Yes, you just need to change the labels inserted to the table in |
Describe the bug
When Thickness completes, it adds two new rows to the result table:
ImageTitle_Tb.Th
Image Title_Tb.Sp
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Results should be entered in the row with label according to the original input image
Screenshots
Environment
The text was updated successfully, but these errors were encountered: