-
Notifications
You must be signed in to change notification settings - Fork 532
[ENH]: Add AFNI 3dDeconvolve/3dREMLfit interfaces #2095
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added outline of classes for AFNI's 3dDeconvolve (inputspec, outputspec, and command). Nothing is there yet, but it's something to build off of.
Added options to Deconvolve InputSpec, updated __init__.py with Deconvolve, and fixed doctests.
Added auto_test files from make spec for AFNI interface model.py
Beefed up AFNICommand Base to include _gen_fname() method (lifted from FSLCommand Base class). Minor bug edits in Deconvolve cmdline code.
Issue with single quotes around Deconvolve doctest
Forgot to re-run make spec after Deconvolve doctest update
Codecov Report
@@ Coverage Diff @@
## master #2095 +/- ##
==========================================
- Coverage 72.14% 72.14% -0.01%
==========================================
Files 1139 1142 +3
Lines 57310 57448 +138
Branches 8215 8235 +20
==========================================
+ Hits 41344 41443 +99
- Misses 14673 14706 +33
- Partials 1293 1299 +6
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #2095 +/- ##
==========================================
- Coverage 72.14% 72.14% -0.01%
==========================================
Files 1139 1142 +3
Lines 57310 57448 +138
Branches 8215 8235 +20
==========================================
+ Hits 41344 41443 +99
- Misses 14673 14706 +33
- Partials 1293 1299 +6
Continue to review full report at Codecov.
|
Changes proposed in this pull request: