-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
itksnap #35: adds mircrop dataset for a new fig, adds desktop script …
…(not working now but for future work)
- Loading branch information
1 parent
bade168
commit b77cbce
Showing
5 changed files
with
35 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
##USAGE | ||
# bash download-datasets.bash | ||
# bash get-datasets.bash | ||
# Site for datasets http://www.itksnap.org/pmwiki/pmwiki.php?n=Downloads.Data | ||
|
||
FILENAME0=diffusion.zip # Brain diffusion MRI dataset [Zip archive (10.6 MB)] | ||
FILENAME1=braintumor.zip # Multi-modal brain tumor MRI [Zip archive (9.1 MB)] | ||
FILENAME2=MRI-crop.zip #3D brain MRI for the SNAP 2.x tutorial 64MB | ||
|
||
cd ~/Downloads/ | ||
mkdir -p itksnap && cd itksnap | ||
wget https://www.nitrc.org/frs/download.php/6161/$FILENAME0 -O $FILENAME0 | ||
wget http://www.nitrc.org/frs/download.php/6176/$FILENAME1 -O $FILENAME1 | ||
wget http://www.nitrc.org/frs/download.php/720/$FILENAME2 -O $FILENAME2 | ||
unzip $FILENAME0 | ||
unzip $FILENAME1 | ||
unzip $FILENAME2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#REF | ||
#https://askubuntu.com/questions/1237042/desktop-files-not-launching-from-desktop-in-ubuntu-20-04-lts | ||
[Desktop Entry] | ||
Type=Application | ||
Encoding=UTF-8 | ||
Name=ITK-SNAP | ||
Exec=/home/mxochicale/Downloads/itksnap/itksnap-4.2.0-20240422-Linux-gcc64/bin/itksnap | ||
Icon=/path/to/eclipse/icon | ||
Exec=application | ||
Type=Application | ||
Categories=Development; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.