-
Notifications
You must be signed in to change notification settings - Fork 532
[ENH] FSL maths interface, add the remaining dimension reduction operations… #1956
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
…: MaxnImage, MinImage, MedianImage, PercentileImage, AR1Image (-Tmaxn etc.).
Codecov Report
@@ Coverage Diff @@
## master #1956 +/- ##
==========================================
+ Coverage 72.5% 72.53% +0.03%
==========================================
Files 1063 1068 +5
Lines 54209 54305 +96
Branches 7825 7845 +20
==========================================
+ Hits 39305 39391 +86
- Misses 13682 13687 +5
- Partials 1222 1227 +5
Continue to review full report at Codecov.
|
@imalone - this looks good. could you please merge with master and run a |
Thanks.
|
I've merged with master on my fork (nipy/master branch actually, as my master is originally a fork of a different fork), but I can't see how I can update this pull request to come from that branch. Surely it's only the target branch that matters at this end anyway? |
@imalone - this is fine for now - it is the target branch that matters. however, we do like to sync up things from time to time. |
Thanks, will try to remember in future, just a bit tricky in this instance. |
A number of the fslmaths -T dimension reduction operations were missing from the interface, this pull request adds support for them: MaxnImage (-Tmaxn), MinImage (-Tmin), MedianImage (-Tmedian), PercentileImage (-Tperc P), AR1Image (-Tar1) and the -X/-Y/-Z forms.