There is a newer version of the record available.

Published November 12, 2016 | Version v0.7
Software Open

nipy/PySurfer: Version 0.7

  • 1. Telecom ParisTech, CNRS LTCI, CEA Neurospin
  • 2. University of Washington
  • 3. University of Maryland, College Park
  • 4. Stratasan
  • 5. Martinos Center for Biomedical Imaging
  • 6. CEA Neurospin, INSERM ICM
  • 7. Dartmouth College
  • 8. MIT
  • 9. Carnegie Mellon University
  • 10. Massachusetts General Hospital
  • 11. UC Berkeley

Description

  • Support for Python 3.3 and up.
  • A new alpha keyword to the Brain constructor now controls opacity of the rendered brain surface.
  • The curv keyword to the Brain constructor has been deprecated. To replicate previous behavior when curv was set to True simply omit the curv keyword. To replicate previous behavior when curv was set to False, simply set the cortex keyword to None. To ease transition the curv argument will still be caught and processed, but it will be removed in a future release.
  • The cortex keyword to the Brain constructor now also accepts a valid color specification (such as a 3-tuple with RGB values or a color name) to render the cortical surface in that color without rendering binary curvature values. Additionally it now also accepts a dictionary with keyword arguments that are passed on to the call to mlab.pipeline.surface.
  • Brain.save_movie now uses the imageio library, eliminating the need to manually install ffmpeg. imageio has been added as an optional dependency which can be installed with $ pip install pysurfer[save_movie].
  • Brain.save_image now has the option to save with alpha channel and antialiasing.

Files

nipy/PySurfer-v0.7.zip

Files (11.9 MB)

Name Size Download all
md5:d37aee5907584e68de756525c5dadc18
11.9 MB Preview Download

Additional details

Related works