Visualising data in different orientations? #3900
Answered
by
caitlinross
pbartholomew08
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
caitlinross
Nov 27, 2023
Replies: 1 comment 8 replies
-
It sounds like your bp file may be fine, but perhaps the reader in ParaView isn't handling things correctly. Could you share the single bp file that has all of the data where ParaView will only visualize one orientation? I think that will help me understand better what's going on. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't have the problem fixed yet, but confirmed that I'm seeing the same thing. I'm certain it's purely an issue with the reader in ParaView and not an issue with how you're writing the file. When I load the file, I tested just loading a single array and setting the Image Dimension property to that same array and in that case the visualization is correct. But loading more than one array, it appears to go with the dimensions of the first array in the list, even if I manually change the Image Dimensions property, so I think something isn't respecting the Image Dimension property. I'll work on fixing it, though FYI the change would go into 5.12 (if I can get the fix before they finish the …