Skip to content

Commit

Permalink
slight updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Kendrick Kay committed Dec 20, 2020
1 parent 79b06f4 commit c810814
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ For more information on the NSD dataset, please see http://naturalscenesdataset.

For examples of how to use nsd_mapdata, please take a look at examples_nsdmapdata.{m,py}.

Note that the MATLAB and Python implementations give extremely similar but not
Known issues:
* Note that the MATLAB and Python implementations give extremely similar but not
numerically identical results due to differences in interpolation implementation.
Also, voxels near the edges of valid locations are also handled slightly differently
in the Python version.
* The Python version does not yet implement the anat-to-anat case.


## MATLAB
Expand Down Expand Up @@ -48,3 +52,8 @@ These dependencies include:
2. scipy
3. numpy
4. tqdm


## Change history

* Version 1.0 (Dec 20, 2020). This is the first official release of the software.

0 comments on commit c810814

Please sign in to comment.