CBICA / CaPTk2.0

Other
5 stars 5 forks source link

PHI Estimator segmentation mask should be 2 label and 3D only #72

Closed ashishsingh18 closed 4 years ago

ashishsingh18 commented 4 years ago

PHI Estimator segmentation mask should be 2 label and 3D only

-Add checks for 2 label mask -Add check for 3D

dboun commented 4 years ago

If you want to check for dimensionality and only display 3D you can. Dimension is property and properties can be turned into bool predicates.

But alternatively you can display all segmentations and show a red message when the user selects non-3D.

dboun commented 4 years ago

(not an enhancement either :P)

ashishsingh18 commented 4 years ago

opening another issue for labels and closing this one as part of it is done.