Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spinal_dmri_pipeline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Saad Jbabdi
spinal_dmri_pipeline
Merge requests
!6
Tumour seg
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Tumour seg
tumour_seg
into
main
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Saad Jbabdi
requested to merge
tumour_seg
into
main
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
Changes to make sure that the spinal cord mask also contains potential lesion/tumour
0
0
Merge request reports
Viewing commit
c3f2593d
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c3f2593d
make argument positional
· c3f2593d
saad
authored
2 years ago
spinal_dmri_pipeline/scripts/spinal_preproc.sh
+
1
−
1
Options
@@ -175,7 +175,7 @@ $sctbin/sct_deepseg_sc -i `$FSLDIR/bin/imglob -extension $D/T2w/t2.nii.gz` -c t2
$sctbin
/sct_deepseg_sc
-i
`
$FSLDIR
/bin/imglob
-extension
$D
/T2w/t2.nii.gz
`
-c
t2
-o
$D
/T2w/t2_seg_no_tumour.nii.gz
-kernel
3d
-qc
$D
/T2w
-thr
-1
# Label vertebrae
$sctbin
/sct_label_vertebrae
-i
$D
/T2w/t2.nii.gz
-s
$D
/T2w/t2_seg.nii.gz
-c
t2
-ofolder
$D
/T2w
$sctbin
/sct_label_vertebrae
-i
$D
/T2w/t2.nii.gz
-s
$D
/T2w/t2_seg
_no_tumour
.nii.gz
-c
t2
-ofolder
$D
/T2w
# When there is a tumour, try to detect it and add it to the mask
Loading