Unable to use damask.Grid.load_DREAM3D method #24
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
unfortunately, the flexibility of the DREAM.3D format makes it very hard to parse. In your case, there are two groups (folders) that contain the spacing information: g = damask.GeomGrid.load_DREAM3D("Cylinder_Synthetic.dream3d",base_group='DataContainers/SyntheticVolumeDataContainer') |
Beta Was this translation helpful? Give feedback.
unfortunately, the flexibility of the DREAM.3D format makes it very hard to parse. In your case, there are two groups (folders) that contain the spacing information:
DataContainers/Sampled_Cylinder
andDataContainers/SyntheticVolumeDataContainer
. The latter one contains all the relevant information, but the first one is used as the base group. Specifying the correct one solves the issue: