innolitics / freesurfer

The official FreeSurfer repository maintained by LCN
Other
1 stars 2 forks source link

Nf gems2 python port stubbed #21

Closed orwonthe closed 6 years ago

orwonthe commented 6 years ago

Having separate modules is not going to work well for us. There will be too much shared code. So I back tracked to the single GEMS2Python module and created stubbed files to reduce merge issues.

We should reconsider our naming convention also. This code has the class header for "KvlImage" inside of "pyKvlImage.h" where as the normal expectation (and even IDE tool support) expects to find this in "KvlImage.h"

In the same vein we should consider placing these in some sensible name space.