Step-by-step guide

If you have spectral fields you can use the Rotational or Divergent Wind icon. In script this icon can be called via the uvwind() function. This is how it goes in Python:

import mteview as mv
uv_res = mv.uvwind(data = vo_d_data,
                   truncation = 213
)