Skip to content

Unable to use damask.Grid.load_DREAM3D method #24

Answered by MarDiehl
Zak-ship-it asked this question in Q&A
Discussion options

You must be logged in to vote

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 and DataContainers/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:

g = damask.GeomGrid.load_DREAM3D("Cylinder_Synthetic.dream3d",base_group='DataContainers/SyntheticVolumeDataContainer')

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Zak-ship-it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants