Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

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

...