Skip to content

Commit

Permalink
2022/2/9
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyanshuai committed Feb 9, 2022
1 parent 8db600b commit 003901f
Show file tree
Hide file tree
Showing 62 changed files with 7 additions and 331,328 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ This project is the core program of Diffeomorphic Registration for Retinotopic M

# How to use our code for your own work?
The retinotopic code consist of geometry processing, fMRI fitting, mathematics concepts. Therefore, it is relatively complicate to adopt without an explaination. Here we provide some information for starters to begin.
## Step 0: Download necessary libraries and data
Limited by the copyright, we have not included all the libraries. Data files are also excluded due to file size. To test, please download the following files:
1. Download one of HCP subject to data/HCP32Kmat/ from https://osf.io/qwzv3/
e.g. You will have data/HCP32Kmat/100610_32k_pRF_fMRI.mat
2. Download the modified HCP template to code/resources/templates from https://osf.io/qwzv3/
3. Download nben-standalone.jar from github https://github.com/noahbenson/neuropythy and put into code\libraries\BensonRegister

## Step 1: Get familar with the geometry processing package.
You can read the tutorials in the geometry processing package. The fundamental data structure is the mesh, which is consisted of a list a vertices and a list of faces.
Expand Down
21 changes: 0 additions & 21 deletions code/geometry-processing-package/LICENSE

This file was deleted.

76 changes: 0 additions & 76 deletions code/geometry-processing-package/README.md

This file was deleted.

This file was deleted.

63 changes: 0 additions & 63 deletions code/geometry-processing-package/algebra/compute_bc.m

This file was deleted.

40 changes: 0 additions & 40 deletions code/geometry-processing-package/algebra/compute_bd.m

This file was deleted.

43 changes: 0 additions & 43 deletions code/geometry-processing-package/algebra/compute_connectivity.m

This file was deleted.

41 changes: 0 additions & 41 deletions code/geometry-processing-package/algebra/compute_dual_graph.m

This file was deleted.

43 changes: 0 additions & 43 deletions code/geometry-processing-package/algebra/compute_edge.m

This file was deleted.

Loading

0 comments on commit 003901f

Please sign in to comment.