-
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
Master to dev #2304
Commits on Jan 6, 2021
-
mrview: fix handling of -focus and -target options
- 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.
Configuration menu - View commit details
-
Copy full SHA for 08281d3 - Browse repository at this point
Copy the full SHA 08281d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ceeb27 - Browse repository at this point
Copy the full SHA 1ceeb27View commit details -
dwi2response dhollander: fix handling of data with negative values
This simply clamps values of the input data at zero before taking their mean per-shell, which seems to fix issues raised in #2248.
Configuration menu - View commit details
-
Copy full SHA for 56683b0 - Browse repository at this point
Copy the full SHA 56683b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a514564 - Browse repository at this point
Copy the full SHA a514564View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35be5bb - Browse repository at this point
Copy the full SHA 35be5bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02d26de - Browse repository at this point
Copy the full SHA 02d26deView commit details
Commits on Jan 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d132ea7 - Browse repository at this point
Copy the full SHA d132ea7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d19f3b4 - Browse repository at this point
Copy the full SHA d19f3b4View commit details -
Merge pull request #2252 from MRtrix3/fix_dwi2response_negative_input…
…_data dwi2response dhollander: fix handling of data with negative values
Configuration menu - View commit details
-
Copy full SHA for 51f0fc6 - Browse repository at this point
Copy the full SHA 51f0fc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2baddd - Browse repository at this point
Copy the full SHA f2badddView commit details
Commits on Jan 12, 2021
-
Merge pull request #1 from MRtrix3/master
Rebase to latest master
Configuration menu - View commit details
-
Copy full SHA for f0aa07f - Browse repository at this point
Copy the full SHA f0aa07fView commit details -
Use erase-remove idiom, otherwise particles will be duplicated instead of removed.
Serxhio Rira committedJan 12, 2021 Configuration menu - View commit details
-
Copy full SHA for ffcc7a7 - Browse repository at this point
Copy the full SHA ffcc7a7View commit details -
tckglobal: fix parsing of niter
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.
Serxhio Rira committedJan 12, 2021 Configuration menu - View commit details
-
Copy full SHA for fa49f78 - Browse repository at this point
Copy the full SHA fa49f78View commit details
Commits on Jan 13, 2021
-
Invoke explicitly get_option_value<uint64_t>() for parameter niter
Serxhio Rira committedJan 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 99d6112 - Browse repository at this point
Copy the full SHA 99d6112View commit details -
Merge pull request #2257 from sertopexamgio/fix_tckglobal_particle_re…
…moval tckglobal: Fix bug that caused particles in a voxel to be duplicated when tried to be removed
Configuration menu - View commit details
-
Copy full SHA for 14423cf - Browse repository at this point
Copy the full SHA 14423cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 810776a - Browse repository at this point
Copy the full SHA 810776aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff3abc4 - Browse repository at this point
Copy the full SHA ff3abc4View commit details -
Merge pull request #2258 from sertopexamgio/fix_tckglobal_niter_parsing
tckglobal: Fix erroneous -niter parsing for values bigger that 1.4e9
Configuration menu - View commit details
-
Copy full SHA for 63d9482 - Browse repository at this point
Copy the full SHA 63d9482View commit details
Commits on Jan 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b351bc2 - Browse repository at this point
Copy the full SHA b351bc2View commit details
Commits on Jan 20, 2021
-
Merge pull request #2260 from MRtrix3/variableheteroscedastic_fix
Inference: Fix for exotic usage
Configuration menu - View commit details
-
Copy full SHA for ffd7409 - Browse repository at this point
Copy the full SHA ffd7409View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c06a67 - Browse repository at this point
Copy the full SHA 8c06a67View commit details -
Merge pull request #2250 from MRtrix3/mrview_fix_option_handling_focu…
…s_target mrview: fix handling of -focus and -target options
Configuration menu - View commit details
-
Copy full SHA for 8cd105a - Browse repository at this point
Copy the full SHA 8cd105aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c22b5b - Browse repository at this point
Copy the full SHA 0c22b5bView commit details -
Merge pull request #2249 from MRtrix3/fix_NA_handling_in_image_statis…
…tics_parsing python: fix handling of N/A output in image.statistics()
Configuration menu - View commit details
-
Copy full SHA for e2274ef - Browse repository at this point
Copy the full SHA e2274efView commit details
Commits on Feb 2, 2021
-
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).
Configuration menu - View commit details
-
Copy full SHA for 035a98f - Browse repository at this point
Copy the full SHA 035a98fView commit details
Commits on Feb 3, 2021
-
Comparisons between signed and unsigned integers introduced in 035a98f.
Configuration menu - View commit details
-
Copy full SHA for 2841480 - Browse repository at this point
Copy the full SHA 2841480View commit details -
Merge pull request #2272 from MRtrix3/dirorder_segfault
dirorder: Fix segfault
Configuration menu - View commit details
-
Copy full SHA for 3eadb34 - Browse repository at this point
Copy the full SHA 3eadb34View commit details
Commits on Feb 25, 2021
-
add two new command lines option in mrview for tractogram
valeryozenne committedFeb 25, 2021 Configuration menu - View commit details
-
Copy full SHA for e5b7ff8 - Browse repository at this point
Copy the full SHA e5b7ff8View commit details
Commits on Feb 26, 2021
-
update docs with new command line for mac os compilation
valeryozenne committedFeb 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 0f2c0ec - Browse repository at this point
Copy the full SHA 0f2c0ecView commit details
Commits on Feb 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1d4af21 - Browse repository at this point
Copy the full SHA 1d4af21View commit details
Commits on Mar 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0abb951 - Browse repository at this point
Copy the full SHA 0abb951View commit details
Commits on Mar 2, 2021
-
Merge pull request #2290 from valeryozenne/branch_add_two_new_command…
…_line_option add two new command lines option in mrview for tractogram
Configuration menu - View commit details
-
Copy full SHA for 534343d - Browse repository at this point
Copy the full SHA 534343dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17d4aec - Browse repository at this point
Copy the full SHA 17d4aecView commit details
Commits on Mar 3, 2021
-
Fix help page for algorithm module
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.
Configuration menu - View commit details
-
Copy full SHA for 6e8a523 - Browse repository at this point
Copy the full SHA 6e8a523View commit details -
Configuration menu - View commit details
-
Copy full SHA for a41dad3 - Browse repository at this point
Copy the full SHA a41dad3View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e301220 - Browse repository at this point
Copy the full SHA e301220View commit details -
Merge pull request #2291 from MRtrix3/mrview_fix_clip_plane_selection
mrview: fix glitch in handling of clip plane selection
Configuration menu - View commit details
-
Copy full SHA for b4fccb6 - Browse repository at this point
Copy the full SHA b4fccb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55f2275 - Browse repository at this point
Copy the full SHA 55f2275View commit details -
Merge pull request #2293 from MRtrix3/algorithm_helppage_fix
Fix help page for algorithm module
Configuration menu - View commit details
-
Copy full SHA for 248396e - Browse repository at this point
Copy the full SHA 248396eView commit details
Commits on Mar 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2f88cc6 - Browse repository at this point
Copy the full SHA 2f88cc6View commit details -
Merge pull request #2294 from MRtrix3/glm_allstats_fix
GLM: Fix all_stats() segfault
Configuration menu - View commit details
-
Copy full SHA for 430465d - Browse repository at this point
Copy the full SHA 430465dView commit details
Commits on Mar 30, 2021
-
mrregister: fix lmax check for nonlinear multi contrast registration
more verbose error messages in population_template
Configuration menu - View commit details
-
Copy full SHA for 34124b1 - Browse repository at this point
Copy the full SHA 34124b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4e1616 - Browse repository at this point
Copy the full SHA d4e1616View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7d63b1 - Browse repository at this point
Copy the full SHA a7d63b1View commit details
Commits on Apr 6, 2021
-
Merge pull request #2300 from MRtrix3/registration_mc_lmaxcheck_fix
mrregister: fix lmax check for nonlinear multi contrast registration
Configuration menu - View commit details
-
Copy full SHA for 722d158 - Browse repository at this point
Copy the full SHA 722d158View commit details
Commits on Apr 13, 2021
-
Merge branch 'master' into dev
Conflicts: .github/workflows/checks.yml lib/mrtrix3/run.py
Configuration menu - View commit details
-
Copy full SHA for a84b249 - Browse repository at this point
Copy the full SHA a84b249View commit details