Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyfeeds-tests
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
Container Registry
Model registry
Operate
Environments
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
FSL
pyfeeds-tests
Merge requests
!75
BF: Correctly kill the background eddy process(es)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
BF: Correctly kill the background eddy process(es)
bf/eddyControl
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Matthew Webster
requested to merge
bf/eddyControl
into
master
2 weeks ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
cd2f484e
1 commit,
2 weeks ago
1 file
+
7
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
fsl_course/fdt1/test_topup_eddy.sh
+
7
−
2
Options
@@ -4,6 +4,8 @@
@@ -4,6 +4,8 @@
# Tests topup, eddy, and gps.
# Tests topup, eddy, and gps.
set
-e
set
-e
# -m needed for correct jobs control
set
-m
set
-x
set
-x
outdir
=
$1
outdir
=
$1
@@ -40,15 +42,18 @@ if which eddy_openmp &> /dev/null; then
@@ -40,15 +42,18 @@ if which eddy_openmp &> /dev/null; then
--index
=
$subdatadir
/index.txt
--acqp
=
$subdatadir
/acqparams.txt
\
--index
=
$subdatadir
/index.txt
--acqp
=
$subdatadir
/acqparams.txt
\
--bvecs
=
$subdatadir
/bvecs
--bvals
=
$subdatadir
/bvals
\
--bvecs
=
$subdatadir
/bvecs
--bvals
=
$subdatadir
/bvals
\
--fwhm
=
0
--topup
=
$outdir
/topup_AP_PA_b0
--flm
=
quadratic
\
--fwhm
=
0
--topup
=
$outdir
/topup_AP_PA_b0
--flm
=
quadratic
\
--out
=
$outdir
/eddy_unwarped_images &
sleep
10
;
kill
-s
TERM
$!
--out
=
$outdir
/eddy_unwarped_images &
elif
which eddy &> /dev/null
;
then
elif
which eddy &> /dev/null
;
then
eddy
--imain
=
$subdatadir
/dwidata
--mask
=
$outdir
/hifi_nodif_brain_mask
\
eddy
--imain
=
$subdatadir
/dwidata
--mask
=
$outdir
/hifi_nodif_brain_mask
\
--index
=
$subdatadir
/index.txt
--acqp
=
$subdatadir
/acqparams.txt
\
--index
=
$subdatadir
/index.txt
--acqp
=
$subdatadir
/acqparams.txt
\
--bvecs
=
$subdatadir
/bvecs
--bvals
=
$subdatadir
/bvals
\
--bvecs
=
$subdatadir
/bvecs
--bvals
=
$subdatadir
/bvals
\
--fwhm
=
0
--topup
=
$outdir
/topup_AP_PA_b0
--flm
=
quadratic
\
--fwhm
=
0
--topup
=
$outdir
/topup_AP_PA_b0
--flm
=
quadratic
\
--out
=
$outdir
/eddy_unwarped_image &
sleep
10
;
kill
-s
TERM
$!
--out
=
$outdir
/eddy_unwarped_image
s
&
fi
fi
sleep
10
kill
%1
cp
$subdatadir
/pre_baked/eddy_unwarped_images
*
$outdir
cp
$subdatadir
/pre_baked/eddy_unwarped_images
*
$outdir
# Finally, test the gps command, for generating bvecs
# Finally, test the gps command, for generating bvecs
Loading