-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates cmake files and installation info.
Cleans and updates cmakelist files and updates installation info accordingly in readme file. Also renames the main executable file to simul_atrophy.
- Loading branch information
Showing
9 changed files
with
82 additions
and
91 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
Copying a directory tree. | ||
""" | ||
# Author: Bishesh Khanal <[email protected]> | ||
# | ||
# Asclepios INRIA Sophia Antipolis | ||
# | ||
|
||
import subprocess | ||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
or input images. | ||
""" | ||
# Author: Bishesh Khanal <[email protected]> | ||
# | ||
# Asclepios INRIA Sophia Antipolis | ||
# | ||
|
||
import argparse as ag | ||
|
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,4 +1,11 @@ | ||
#!/usr/bin/env python | ||
""" Script to: | ||
Extract 3D images from a 4D image and then extract one selected slice | ||
from each of these 3D images and combine them as a gif. | ||
""" | ||
# Author: Bishesh Khanal <[email protected]> | ||
# Asclepios INRIA Sophia Antipolis | ||
|
||
import subprocess | ||
import sys | ||
import argparse as ag | ||
|
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,4 +1,10 @@ | ||
#!/usr/bin/env python | ||
""" Script to run simul@atrophy | ||
""" | ||
# Author: Bishesh Khanal <[email protected]> | ||
# Asclepios INRIA Sophia Antipolis | ||
# | ||
|
||
import os | ||
import os.path as op | ||
import argparse as ag | ||
|
6 changes: 6 additions & 0 deletions
6
scripts/runAdLemModelMultipleImages.py → scripts/simul_atrophy_multiple_images.py
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,4 +1,10 @@ | ||
#!/usr/bin/env python | ||
""" Script to run simul@atrophy for multiple images | ||
""" | ||
# Author: Bishesh Khanal <[email protected]> | ||
# Asclepios INRIA Sophia Antipolis | ||
# | ||
|
||
import os | ||
import os.path as op | ||
import argparse as ag | ||
|
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