tripolation.llb

Description;

tripolation.llb is a plane interpolation program.

Scattered data on x-y plane need some 3D interpolation method to generate grid data for further data handling. tripolation.llb may be useful for such a situation. It generates triangle mesh over x-y plane automatically and make grid data set using plane interpolation.

Prepare your data in tab delimitted text file.

x1 tab y1 tab z1 return
x2 tab y2 tab z2 return


xn tab yn tab zn return

Run program and select your data file, then you will see grid data in intensity graph.

Enjoy my ten years old toy program !

Down load tripolation.llb

Return