Hello everyone,
I was recently trying to code my own filter in python to group grains into clusters because the segmentation filters did not do a good job in grouping and there were some individual grains left after the filter performed the grouping.
My objective was to group grains randomly such that each group consisted of at least two grains. For this I built a custom python filter. After grouping the grains, I added these groups- ParentIds into CellFeatureData. When I checked the items inside CellFeatureData on python, ParentIds was showing up but when I read the same file in dream3d, I could not see ParentIds anywhere in the data structure.
Could someone please explain to my why this is happening. A viable solution can also be an alternative filter which performs the same task which I want to with my filter.
I have attached the relevant photographs. Would greatly appreciate some assistance with regard to this matter.
Thanks!
Anirudh