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