CONSULT
  1. CONSULT

mrtrix3

Public

Network

 
AuthorCommitMessageCommit Date
Lee ReidLee Reid
943dfdba150MMerge branch 'tckgen_init_direction_image' into dev
Lee ReidLee Reid
7b197999655small change to allow building on older g++ versions
Lee ReidLee Reid
5c0a57aa95cMMerge remote-tracking branch 'github/dev' into dev
Robert SmithRobert Smith
d605171cc25MMerge pull request #1566 from EmilieMcKinnon/read_write_tsf_matlab read and write tsf .m files
Emilie McKinnonEmilie McKinnon
a9c9a703a96tsf .m files wrote .m files to read and write .tsf files in matlab
Robert SmithRobert Smith
1f59b7f1ac1MMerge pull request #1556 from MRtrix3/tck_duplicate_roi_fix Prevent duplicated ROI entries in track files
Robert SmithRobert Smith
817d8cb3c18MMerge branch 'dev' into tck_duplicate_roi_fix
Robert SmithRobert Smith
2cb3dabb7fbMMerge pull request #1547 from MRtrix3/tcksift2_linear_option tcksift2: Add -linear option
Robert SmithRobert Smith
5532ae957a1MMerge branch 'dev' into tcksift2_linear_option
Robert SmithRobert Smith
3aa77de5bbcMMerge pull request #1554 from MRtrix3/deep_multithreading Prevent deep multi-threading
Robert SmithRobert Smith
5d9be7ce063Prevent deep multi-threading If the static multi-threading backend class already exists when some piece of code queries the number of threads available, then some higher-level functionality is already operating in a multi-threaded fashion, and therefore instruct that code to run single-threaded instead.
Robert SmithRobert Smith
37694a5a625Docs: Remove erroneously-inserted script from list
Robert SmithRobert Smith
1bdf4265a6atcksift2 -linear: Fix for non-contributing streamlines
Robert SmithRobert Smith
d7b21627827tcksift2: New option -linear The code for this feature was added a long time ago, but command-line access to the functionality was never provided. When using the -linear option, the command estimates a weighting factor for each streamline in a single step, with each factor determined independently. This is a considerably different approach to the primary SIFT2 optimisation algorithm, but nevertheless operates on a similar principle, and with the same fundamental goal. Its main use is in the ...
J-Donald TournierJ-Donald Tournier
9497a1d9fe7tckedit: use C++11 range-based for loops where possible
Robert SmithRobert Smith
44a028d5658Prevent duplicated ROI entries in track files Issue was due to parsing of ROIs from command-line being shifted into Tractography::load_rois() function in 965db317, but not being correspondingly removed from Tracking::load_streamline_properties().
Robert SmithRobert Smith
18965e6beb0MMerge pull request #1489 from MRtrix3/command_example_usage Command example usages in documentation
Robert SmithRobert Smith
36a2d2929b2MMerge branch 'dev' into command_example_usage
Robert SmithRobert Smith
ca806b049ecMMerge pull request #1534 from MRtrix3/dwiintensitynorm_fix dwiintensitynorm: Fix bug introduced in #1389
Robert SmithRobert Smith
01b1ea4beb6MMerge branch 'dev' into dwiintensitynorm_fix
Robert SmithRobert Smith
16dcf6af9c9MMerge pull request #1535 from MRtrix3/travisci_macosx_qt TravisCI: Try to fix Qt installation
Robert SmithRobert Smith
84d757359edTravisCI: Explicit brew update call on OSX
Robert SmithRobert Smith
b1691f715afTravisCI: Try adding envvars for macosx
Robert SmithRobert Smith
97ea2c305faTravisCI: Try to fix Qt installation
Robert SmithRobert Smith
d679eee159adwiintensitynorm: Fix bug introduced in #1389 Function app.mrconvertOutputOption() can only be applied when run.command() is calling mrconvert; the command-line options it exploits are not present in other binaries.
Max PietschMax Pietsch
7c00c1535f2rerun travis
Robert SmithRobert Smith
63b7afcabc2MMerge branch 'dev' into command_example_usage
Robert SmithRobert Smith
614e82fd47fMMerge pull request #1529 from MRtrix3/5ttgen_5ttcheck_fix 5ttgen: 5ttcheck fix
Robert SmithRobert Smith
46d1db4db4d5ttgen: Fix erroneous warning In 63f51aad, the 5ttcheck command was altered to print a console message if all input images check out OK. This however conflicts with the 5ttgen script, which used non-empty 5ttcheck stderr contents to trigger a warning message. This commit alters 5ttgen to examine the 5ttcheck output contents more closely, only echoing any warnings if any were actually issued.
Robert SmithRobert Smith
9ecff16c897MMerge pull request #1512 from MRtrix3/hotfix_to_dev Hotfix to dev
Robert SmithRobert Smith
4fe7438fddfMMerge branch 'master' into hotfix_to_dev Conflicts: lib/mrtrix3/_5ttgen/gif.py
Robert SmithRobert Smith
ae63c77becbMMerge pull request #1511 from MRtrix3/fsl_eddybinary_mac_fix dwipreproc: Search PATH for 'eddy_cpu'
Robert SmithRobert Smith
d9a9123370cMMerge branch 'master' into fsl_eddybinary_mac_fix
Robert SmithRobert Smith
d7f497c910fMMerge pull request #1510 from MRtrix3/tckstats_explicit_fix Explicit streamline length calculation on master
Robert SmithRobert Smith
f3ba5569c4aMMerge branch 'master' into tckstats_explicit_fix
Robert SmithRobert Smith
e890d83626aMMerge pull request #1509 from MRtrix3/dwipreproc_fsl6_volcombine_fix dwipreproc: Compatibility with FSL6.0.0
J-Donald TournierJ-Donald Tournier
d2c27797ae1TravisCI: try using git repo to fetch Eigen
Robert SmithRobert Smith
1c0a046af58dwipreproc: Compatibility with FSL6.0.0 In this particular version of FSL, the image output by the --fout option of the topup command generates a 4D image, where the first volume is the expected field map image, but the other volumes are intensity-scaled versions of the uncorrected input images. While this is certainly an FSL bug, the dwipreproc script nevertheless needs to be compatible with such data. Currently it causes an issue only when explicit DWI volume recombination is to be perform...
Robert SmithRobert Smith
bbfdaeaa247Streamline::calc_length(): Make no assumptions Previous version of this function estimated the step size from the central segment of the streamline, and then assumed that this step size applied to the rest of the streamline (apart from the first and last segments) by calling the Streamline::calc_length(float step_size) function. If streamlines have been non-linearly warped, this is not going to be a safe assumption. Therefore, both in any context where a fixed step size is not known, or in t...
Robert SmithRobert Smith
52d80fa68e1dwipreproc: Search PATH for 'eddy_cpu'
Thijs DhollanderThijs Dhollander
9c3de06d643MMerge pull request #1499 from MRtrix3/dicom_fix_slice_timing_mismatch_in_mosaic DICOM: be more lenient with slice timing vector in Siemens mosaics
Thijs DhollanderThijs Dhollander
95facfc3489MMerge branch 'master' into dicom_fix_slice_timing_mismatch_in_mosaic
Thijs DhollanderThijs Dhollander
9ed5c9f6bb2MMerge pull request #1498 from MRtrix3/mrview_screen_capture_translate_camera_fix MRView: fix translation in camera coordinates in screen capture tool
Robert SmithRobert Smith
48d013c24b9MMerge branch 'master' into mrview_screen_capture_translate_camera_fix
Robert SmithRobert Smith
a93b4320b6cMMerge pull request #1504 from MRtrix3/python_image_statistic_fix mrtrix3.image.statistic(): Fix parameter naming
Robert SmithRobert Smith
2e0a7f52216_5ttgen/gif.py: Remove extraneous pylint directive
J-Donald TournierJ-Donald Tournier
5f57d8fd86d5ttgen GIF algorithm: fix for pylint errors
J-Donald TournierJ-Donald Tournier
db10b20b366run_pylint: fix to report correct version information
J-Donald TournierJ-Donald Tournier
a045b9206f4run_pylint: log version information for potential debugging
J-Donald TournierJ-Donald Tournier
6605eb4c5edMMerge branch 'master' into python_image_statistic_fix