nipy / PySurfer

Cortical neuroimaging visualization in Python
https://pysurfer.github.io/
BSD 3-Clause "New" or "Revised" License
240 stars 97 forks source link

Allow brain without x offset #139

Closed aestrivex closed 9 years ago

aestrivex commented 9 years ago

The automatic offset creates a problem with my program which uses the vertex coordinates for a complicated algorithm to snap subcortical locations to optimally selected surface vertices and then plots the results. Easiest fix is to allow the user to disable this feature.

mwaskom commented 9 years ago

I think I'd prefer this as offset=True rather than disable_offset=False, do others have thoughts?

aestrivex commented 9 years ago

Doesn't matter to me, I implemented the change.

larsoner commented 9 years ago

LGTM

mwaskom commented 9 years ago

Same here, thanks!