Awsome: thanks for the replies - very helpful.
I looked through the thread you posted, Ben, and was particularly interested in the mouse tendon stuff.
I saw that the mouse tendon intensity data was in the form of a 1D unsigned array and that it represents a series of 100 256x256 image slices.
Is each 1-256, 257-512, etc group of elements in the array a single line in a particular slice? (So 256 "groups" of elements in the array would constitute a single 2D slice)?
If this is true, how does the indexing on the input to the for loop control the output to the intensity graph? What determines the number of iterations the for loop runs through? Is it determined by the "PlotAreaSize" property node?
I was able to reconstruct the 3D visualization vi you constructed to display the data as a solid 3d object using ActiveX stuff (that I don't understand completely).
What I will do next is try to find some real MRI datasets of interesting anatomical features, convert the dataset into the same format as the "mouse tendon data" and apply the same imaging techniques.