surfa.vis.fv#

surfa.vis.fv(*args, **kwargs)#

Freeview wrapper to quickly load an arbitray number of elements. Inputs can be existing filenames, images, meshes, or numpy arrays. Lists are also supported. Use the Freeview class directly to configure a more advanced session.

Parameters
  • *args (array_like, FramedImage, Mesh, or str) – Elements to load in FreeView window.

  • **kwargs – Parameters forwarded to the Freeview constructor.