Mayavi LightManager

Hi,

I wonder what would be the easiest way to access light settings in brain images, such as elevation and azimuth of lights directly from python code?

Miika
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20160921/824a303f/attachment.html

hi,

pysurfer shows a mayavi engine. You can do:

mlab.show_pipeline()

to see the mayavi GUI.

HTH
Alex