Helpful Links: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
mNo edit summary |
mNo edit summary |
||
Line 12: | Line 12: | ||
* Attend a [http://www.biomag2018.org/ BioMag] meeting |
* Attend a [http://www.biomag2018.org/ BioMag] meeting |
||
==== Python Programming in Neuroimaging ==== |
|||
* Python.org [https://www.python.org/ Python Software Foundation (US)] |
|||
* Python 3.x reference documentation and tutorial [https://docs.python.org/3/] |
|||
* NumPy, provides an N-dimensional array object [http://www.numpy.org] |
|||
* NiBabel, tools to read and write common neuroimaging file formats [http://nipy.org/nibabel/] |
Revision as of 11:33, 21 February 2018
Helpful Links
- Researchers at NIH should join the MEG_ANNOUNCE listserv
- Anyone interested in MEG should check out MEG Community, and join their mailing list.
- AFNI is an essential tool for utilizing the SAM pipeline.
- Freesurfer is another essential tool for incorporating anatomical MRI data in your analysis.
- Consider joining the Organization for Human Brain Mapping
- Attend a BioMag meeting
Python Programming in Neuroimaging
- Python.org Python Software Foundation (US)
- Python 3.x reference documentation and tutorial [1]
- NumPy, provides an N-dimensional array object [2]
- NiBabel, tools to read and write common neuroimaging file formats [3]