From c8108144d89ab97284e54181034ba4780fe99ff1 Mon Sep 17 00:00:00 2001 From: Kendrick Kay Date: Sun, 20 Dec 2020 13:57:40 -0600 Subject: [PATCH] slight updates --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b57a0cc..611dc85 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.