I am using Python to visualize a vtk file. The file is made up of floating point numbers, ex. 0.000001. I am wondering if there is a simple way to multiply these points by 100 for better resolution or if I should just do this in building the vtk file. Thanks, Kyle