Hi-
I have a generic binary file which I import just fine. I have always
used cartesian coordinates, but now my code outputs r and theta.
However, when I render the data, it still comes out as a (somewhat
squashed) rectangular grid. In reality it should be a pie slice. Could
this be because I am importing the data in the following way:
file = newdens.data
grid = 1024 x 1024
format = lsb ieee
interleaving = record
majority = column
series = 51, 0, 1
field = field0
structure = scalar
type = float
dependency = positions
positions = regular, regular, 0, 1, 0, 1
I think this forces it to be on a rectangular grid. Is this true?
Does this question make any sense?
Thanks,
Dan