| Please generate a ParaView Python script for the following operations. | |
| Read in the file named 'mpas.vtp'. | |
| Apply a calculator filter to covert velocity from geospatial to lat-long coordinates. | |
| Render the computed values using a tube filter with 0.05 radius, colored by velocity magnitude, and lit with maximum shininess and include normals for lighting. | |
| Add cone glyphs to show the direction of the velocity, using 10 polygons, radius 0.15, height 0.5, and scaling factor 0.5. | |
| View the result in the -z direction scaled so that the tubes occupy most of the image. | |
| Save a screenshot of the result, 2294 x 1440 pixels, white background, in the filename 'soma-screenshot.png'. | |