<br><font size=2 face="sans-serif">Hi,</font>
<br><font size=2 face="sans-serif"> I'm new to this mailing list. I just started working with VTK and python for a summer project which involves subvoxel processing. The problem is this. I need to read in a vff file (header + 16 bit voxels), resample the data, then resave the data. So far I've read in the file and can write it out again as a new file with no changes. The question is how do I split the voxels into new voxels and assign new values. For example, in 2d, each voxel needs to be split into 4 subvoxels and assigned new intensities. I can't just use the built in interpolation methods because I need to implement a special algorithm to do the resampling. I'm also a little confused as to how VTK is storing the data. The orginal vff file just lays out the voxels in a grid so as you read them in you know what what the location is. You probably noticed this program doesn't need to do any rendering but I want to use VTK because eventu