-
Notifications
You must be signed in to change notification settings - Fork 180
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
Master to dev #2304
Merged
Merged
Master to dev #2304
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- The -focus option was not labelled as type_sequence_float(), leading to a warning if the first value is negative, e.g.: mrview: [WARNING] Value "-1,2,3" is being used as the expected argument for option "-focus"; is this what you intended? - It should be allowed to use the -target option multiple times.
This simply clamps values of the input data at zero before taking their mean per-shell, which seems to fix issues raised in #2248.
…_data dwi2response dhollander: fix handling of data with negative values
Rebase to latest master
Use erase-remove idiom, otherwise particles will be duplicated instead of removed.
When tckglobal command was run with -niter 10B the numbers of iterations, that run were maximally 1410065408 instead of 10000000000. This change fixes this parsing issue.
…moval tckglobal: Fix bug that caused particles in a voxel to be duplicated when tried to be removed
tckglobal: Fix erroneous -niter parsing for values bigger that 1.4e9
Inference: Fix for exotic usage
…s_target mrview: fix handling of -focus and -target options
…tics_parsing python: fix handling of N/A output in image.statistics()
Downstream of #1800, which introduced the functionality of determining the optimal reordering of directions for all possible selections of first volume, and choosing the optimal reordering from that set. Algorithm produces a segmentation fault if fewer than six input directions. This change forces the first volume in the input to be the first volume in the output in such scenarios (as there is no objective criterion by which to determine which direction is best to use first in this scenario).
Comparisons between signed and unsigned integers introduced in 035a98f.
dirorder: Fix segfault
…_line_option add two new command lines option in mrview for tractogram
For help page interfaces of algorithmm module wrapper scripts, do not insert the prospect of command-line options in between the wrapper name and the algorithm selection, as such usage will not work. As reported in #2292.
In instances where the input data contain non-finite values (regardless of whether or not such data are excluded from statistical inference via a mask), and at least one F-test is performed, writing the absolute and standardised effect size as NaN (as such cannot be meaningfully calculated for an F-test) was incorrectly indexed, leading to a segmentation fault.
mrview: fix glitch in handling of clip plane selection
Fix help page for algorithm module
GLM: Fix all_stats() segfault
more verbose error messages in population_template
mrregister: fix lmax check for nonlinear multi contrast registration
Conflicts: .github/workflows/checks.yml lib/mrtrix3/run.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Supersedes #2302. Independent branch necessary to resolve merge conflicts due to differential treatment of Python2 on
dev
(support dropped entirely in #2215) versusmaster
(patch fix for CI in #2300).