From dc137f331a30697f4961911e7c41ca26754116f5 Mon Sep 17 00:00:00 2001
From: Martin Craig <martin.craig@eng.ox.ac.uk>
Date: Thu, 11 Oct 2018 15:19:08 +0100
Subject: [PATCH] Add applytopup

---
 fsl/wrappers/__init__.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/fsl/wrappers/__init__.py b/fsl/wrappers/__init__.py
index 52ca6904f..b37413ed3 100644
--- a/fsl/wrappers/__init__.py
+++ b/fsl/wrappers/__init__.py
@@ -80,7 +80,8 @@ from .wrapperutils import (LOAD,)           # noqa
 from .bet          import (bet,             # noqa
                            robustfov)
 from .eddy         import (eddy_cuda,       # noqa
-                           topup)
+                           topup,
+                           applytopup)
 from .fast         import (fast,)           # noqa
 from .fsl_anat     import (fsl_anat,)       # noqa
 from .flirt        import (flirt,           # noqa
-- 
GitLab