-
Notifications
You must be signed in to change notification settings - Fork 168
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
ants/segmentation/label_geometry_measures.py will need updating when ANTs version is bumped #612
Comments
agree - just want the "new" version to "look like" the old one ... extra / new entries are ok but if it's possible to maintain the same naming - that would be very helpful. |
Understood |
OK used the column name "VolumeInMillimeters", Flatlanders will have to deal. Now the only change required will be to not duplicate the "VolumeInMillimeters" column in the function, since it will already be there. |
yeah, i've seen that and i'm guessing it was my fault. would this be a problem @stnava if we fixed it? |
here is the check if it will be a problem: run :
are they the same? at least conceptually - that's the idea. ie if someone expects to get a variable name - they should get it and it should be correct. |
Some of the variables don't exist in the supported filter, but the ones that do are named the same now |
Further update: I added back eccentricity and Axes length. Got everything except weighted centroid now. |
Physical volume of labels will be included in the output after merging
ANTsX/ANTs#1737
Currently,
label_geometry_measures.py
creates this on the fly.The text was updated successfully, but these errors were encountered: