Skip to content

Commit

Permalink
update docs for openFile vs. load
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgao committed Jul 9, 2015
1 parent a4bb9cd commit e421842
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Empty file modified cortex/webgl/resources/js/datamodel.js
100755 → 100644
Empty file.
Empty file modified cortex/webgl/resources/js/dataset.js
100755 → 100644
Empty file.
Empty file modified cortex/webgl/resources/js/mriview.js
100755 → 100644
Empty file.
Empty file modified cortex/webgl/template.html
100755 → 100644
Empty file.
Empty file modified cortex/webgl/view.py
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Welcome to pycortex!
.. image:: wn_med.png
:width: 100%

pycortex is a package that provides an accessible way to store a database of surface reconstructions for anatomical MRI images. Additionally, tools are provided to coregister epi fMRI images with the reconstructions, and project data from the epi to the anatomicals.
pycortex is a package that allows interactive visualization of cortical fMRI data.

This documentation is still under development, and may contain inaccurate information. If you find anything that appears to be documented incorrectly or appears to be a bug, please let us know on github at https://github.com/jamesgao/pycortex/issues.

Expand Down
4 changes: 2 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To test if your install went well, first download the `example dataset <http://g
$ ipython
In [1]: import cortex
In [2]: ds = cortex.openFile("S1_retinotopy.hdf")
In [2]: ds = cortex.load("S1_retinotopy.hdf")
In [3]: cortex.webshow(ds)

If everything went well, this should pop up a web browser window with the same view as http://gallantlab.org/pycortex/retinotopy_demo/.
Expand All @@ -38,4 +38,4 @@ In Linux, this user configuration file is located in :file:`~/.config/pycortex/o
[basic]
filestore=/abs/path/to/filestore

.. todo:: Additional option documentation
.. todo:: Additional option documentation

0 comments on commit e421842

Please sign in to comment.