Skip to content

Commit

Permalink
Merge pull request #5 from sina-mansour/dev
Browse files Browse the repository at this point in the history
Dev: fixed and feature development
  • Loading branch information
sina-mansour authored May 26, 2022
2 parents 3a6edab + 01b6e0d commit 6b6be37
Show file tree
Hide file tree
Showing 8 changed files with 217 additions and 37 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ code/__pycache__
build/
dist/
*.egg-info/

# sublime workspace
connectome-spatial-smoothing.sublime-workspace

# test notebooks
code/Connectome_Spatial_Smoothing/__pycache__/
notebooks/temp.ipynb
230 changes: 193 additions & 37 deletions code/Connectome_Spatial_Smoothing/CSS.py

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
17 changes: 17 additions & 0 deletions connectome-spatial-smoothing.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"folders":
[
{
"path": ".",
}
],
"build_systems":
[
{
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"name": "Anaconda Python Builder",
"selector": "source.python",
"shell_cmd": "\"python3\" -u \"$file\""
}
],
}
Binary file added static/images/tractography_MNI_overlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/tractography_native_overlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6b6be37

Please sign in to comment.