Author Commit Message Commit Date Lee Reid 943dfdba150 M Merge branch 'tckgen_init_direction_image' into dev 20 Feb. 2020 Lee Reid 7b197999655 small change to allow building on older g++ versions 20 Feb. 2020 Lee Reid 5c0a57aa95c M Merge remote-tracking branch 'github/dev' into dev 01 Apr. 2019 Robert Smith d605171cc25 M Merge pull request #1566 from EmilieMcKinnon/read_write_tsf_matlab
read and write tsf .m files 21 Feb. 2019 Emilie McKinnon a9c9a703a96 tsf .m files
wrote .m files to read and write .tsf files in matlab 14 Feb. 2019 Robert Smith 1f59b7f1ac1 M Merge pull request #1556 from MRtrix3/tck_duplicate_roi_fix
Prevent duplicated ROI entries in track files 09 Feb. 2019 Robert Smith 817d8cb3c18 M Merge branch 'dev' into tck_duplicate_roi_fix 08 Feb. 2019 Robert Smith 2cb3dabb7fb M Merge pull request #1547 from MRtrix3/tcksift2_linear_option
tcksift2: Add -linear option 07 Feb. 2019 Robert Smith 5532ae957a1 M Merge branch 'dev' into tcksift2_linear_option 07 Feb. 2019 Robert Smith 3aa77de5bbc M Merge pull request #1554 from MRtrix3/deep_multithreading
Prevent deep multi-threading 07 Feb. 2019 Robert Smith 5d9be7ce063 Prevent 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. 07 Feb. 2019 Robert Smith 37694a5a625 Docs: Remove erroneously-inserted script from list 04 Feb. 2019 Robert Smith 1bdf4265a6a tcksift2 -linear: Fix for non-contributing streamlines 01 Nov. 2017 Robert Smith d7b21627827 tcksift2: 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 ... 26 Oct. 2017 J-Donald Tournier 9497a1d9fe7 tckedit: use C++11 range-based for loops where possible 08 Feb. 2019 Robert Smith 44a028d5658 Prevent 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(). 07 Feb. 2019 Robert Smith 18965e6beb0 M Merge pull request #1489 from MRtrix3/command_example_usage
Command example usages in documentation 14 Jan. 2019 Robert Smith 36a2d2929b2 M Merge branch 'dev' into command_example_usage 14 Jan. 2019 Robert Smith ca806b049ec M Merge pull request #1534 from MRtrix3/dwiintensitynorm_fix
dwiintensitynorm: Fix bug introduced in #1389 14 Jan. 2019 Robert Smith 01b1ea4beb6 M Merge branch 'dev' into dwiintensitynorm_fix 14 Jan. 2019 Robert Smith 16dcf6af9c9 M Merge pull request #1535 from MRtrix3/travisci_macosx_qt
TravisCI: Try to fix Qt installation 14 Jan. 2019 Robert Smith 84d757359ed TravisCI: Explicit brew update call on OSX 14 Jan. 2019 Robert Smith b1691f715af TravisCI: Try adding envvars for macosx 14 Jan. 2019 Robert Smith 97ea2c305fa TravisCI: Try to fix Qt installation 14 Jan. 2019 Robert Smith d679eee159a dwiintensitynorm: 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. 13 Jan. 2019 Max Pietsch 7c00c1535f2 rerun travis 12 Jan. 2019 Robert Smith 63b7afcabc2 M Merge branch 'dev' into command_example_usage 10 Jan. 2019 Robert Smith 614e82fd47f M Merge pull request #1529 from MRtrix3/5ttgen_5ttcheck_fix
5ttgen: 5ttcheck fix 09 Jan. 2019 Robert Smith 46d1db4db4d 5ttgen: 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. 09 Jan. 2019 Robert Smith 9ecff16c897 M Merge pull request #1512 from MRtrix3/hotfix_to_dev
Hotfix to dev 12 Dec. 2018 Robert Smith 4fe7438fddf M Merge branch 'master' into hotfix_to_dev
Conflicts:
lib/mrtrix3/_5ttgen/gif.py 12 Dec. 2018 Robert Smith ae63c77becb M Merge pull request #1511 from MRtrix3/fsl_eddybinary_mac_fix
dwipreproc: Search PATH for 'eddy_cpu' 12 Dec. 2018 Robert Smith d9a9123370c M Merge branch 'master' into fsl_eddybinary_mac_fix 12 Dec. 2018 Robert Smith d7f497c910f M Merge pull request #1510 from MRtrix3/tckstats_explicit_fix
Explicit streamline length calculation on master 12 Dec. 2018 Robert Smith f3ba5569c4a M Merge branch 'master' into tckstats_explicit_fix 12 Dec. 2018 Robert Smith e890d83626a M Merge pull request #1509 from MRtrix3/dwipreproc_fsl6_volcombine_fix
dwipreproc: Compatibility with FSL6.0.0 12 Dec. 2018 J-Donald Tournier d2c27797ae1 TravisCI: try using git repo to fetch Eigen 12 Dec. 2018 Robert Smith 1c0a046af58 dwipreproc: 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... 08 Dec. 2018 Robert Smith bbfdaeaa247 Streamline::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... 09 Dec. 2018 Robert Smith 52d80fa68e1 dwipreproc: Search PATH for 'eddy_cpu' 09 Dec. 2018 Thijs Dhollander 9c3de06d643 M Merge pull request #1499 from MRtrix3/dicom_fix_slice_timing_mismatch_in_mosaic
DICOM: be more lenient with slice timing vector in Siemens mosaics 27 Nov. 2018 Thijs Dhollander 95facfc3489 M Merge branch 'master' into dicom_fix_slice_timing_mismatch_in_mosaic 27 Nov. 2018 Thijs Dhollander 9ed5c9f6bb2 M Merge pull request #1498 from MRtrix3/mrview_screen_capture_translate_camera_fix
MRView: fix translation in camera coordinates in screen capture tool 27 Nov. 2018 Robert Smith 48d013c24b9 M Merge branch 'master' into mrview_screen_capture_translate_camera_fix 27 Nov. 2018 Robert Smith a93b4320b6c M Merge pull request #1504 from MRtrix3/python_image_statistic_fix
mrtrix3.image.statistic(): Fix parameter naming 27 Nov. 2018 Robert Smith 2e0a7f52216 _5ttgen/gif.py: Remove extraneous pylint directive 27 Nov. 2018 J-Donald Tournier 5f57d8fd86d 5ttgen GIF algorithm: fix for pylint errors 26 Nov. 2018 J-Donald Tournier db10b20b366 run_pylint: fix to report correct version information 26 Nov. 2018 J-Donald Tournier a045b9206f4 run_pylint: log version information for potential debugging 26 Nov. 2018 J-Donald Tournier 6605eb4c5ed M Merge branch 'master' into python_image_statistic_fix 26 Nov. 2018 Next → [{"id": "943dfdba150bcb25d90f28d7c42b69c5f49701aa", "href": "/projects/CONSULT/repos/mrtrix3/commits/943dfdba150bcb25d90f28d7c42b69c5f49701aa","labels": [{"name": "dev", "type": "BRANCH", "href": "/projects/CONSULT/repos/mrtrix3/browse?at=dev"}],"parents": [{ "id": "5c0a57aa95cc79ac58e791408a97be6e54f7b4c1" },{ "id": "7b1979996558f7a69d2f987446bef403c03ac7ff" }]},{"id": "7b1979996558f7a69d2f987446bef403c03ac7ff", "href": "/projects/CONSULT/repos/mrtrix3/commits/7b1979996558f7a69d2f987446bef403c03ac7ff","parents": [{ "id": "3ece813ced84166b314f78de399f92fa8135581c" }]},{"id": "5c0a57aa95cc79ac58e791408a97be6e54f7b4c1", "href": "/projects/CONSULT/repos/mrtrix3/commits/5c0a57aa95cc79ac58e791408a97be6e54f7b4c1","parents": [{ "id": "3ece813ced84166b314f78de399f92fa8135581c" },{ "id": "d605171cc259718c4eb67af005585f195aa9e4c7" }]},{"id": "d605171cc259718c4eb67af005585f195aa9e4c7", "href": "/projects/CONSULT/repos/mrtrix3/commits/d605171cc259718c4eb67af005585f195aa9e4c7","parents": [{ "id": "1f59b7f1ac1ec436bcf0f6a7e3f4e325a75f28e2" },{ "id": "a9c9a703a9673313a85106564396a9c9f69fb665" }]},{"id": "a9c9a703a9673313a85106564396a9c9f69fb665", "href": "/projects/CONSULT/repos/mrtrix3/commits/a9c9a703a9673313a85106564396a9c9f69fb665","parents": [{ "id": "1f59b7f1ac1ec436bcf0f6a7e3f4e325a75f28e2" }]},{"id": "1f59b7f1ac1ec436bcf0f6a7e3f4e325a75f28e2", "href": "/projects/CONSULT/repos/mrtrix3/commits/1f59b7f1ac1ec436bcf0f6a7e3f4e325a75f28e2","parents": [{ "id": "2cb3dabb7fb03ca6634f2ca4854282b4aa741e4d" },{ "id": "817d8cb3c1863c8d9f122a71eb5a1c46d8f8f37b" }]},{"id": "817d8cb3c1863c8d9f122a71eb5a1c46d8f8f37b", "href": "/projects/CONSULT/repos/mrtrix3/commits/817d8cb3c1863c8d9f122a71eb5a1c46d8f8f37b","parents": [{ "id": "9497a1d9fe7a7d07defb4a68ddca8ce52d427521" },{ "id": "2cb3dabb7fb03ca6634f2ca4854282b4aa741e4d" }]},{"id": "2cb3dabb7fb03ca6634f2ca4854282b4aa741e4d", "href": "/projects/CONSULT/repos/mrtrix3/commits/2cb3dabb7fb03ca6634f2ca4854282b4aa741e4d","parents": [{ "id": "3aa77de5bbc02617466f17001c4e56183a37d92f" },{ "id": "5532ae957a18d71a6b5b66926b308c5ea7c3258a" }]},{"id": "5532ae957a18d71a6b5b66926b308c5ea7c3258a", "href": "/projects/CONSULT/repos/mrtrix3/commits/5532ae957a18d71a6b5b66926b308c5ea7c3258a","parents": [{ "id": "37694a5a6255a8de4764ed143ee898df48e9625b" },{ "id": "3aa77de5bbc02617466f17001c4e56183a37d92f" }]},{"id": "3aa77de5bbc02617466f17001c4e56183a37d92f", "href": "/projects/CONSULT/repos/mrtrix3/commits/3aa77de5bbc02617466f17001c4e56183a37d92f","parents": [{ "id": "18965e6beb092acbe5df5d6f4e499a0bd731edcb" },{ "id": "5d9be7ce063c25be09744825fbcc1fdf36edcfe3" }]},{"id": "5d9be7ce063c25be09744825fbcc1fdf36edcfe3", "href": "/projects/CONSULT/repos/mrtrix3/commits/5d9be7ce063c25be09744825fbcc1fdf36edcfe3","parents": [{ "id": "18965e6beb092acbe5df5d6f4e499a0bd731edcb" }]},{"id": "37694a5a6255a8de4764ed143ee898df48e9625b", "href": "/projects/CONSULT/repos/mrtrix3/commits/37694a5a6255a8de4764ed143ee898df48e9625b","parents": [{ "id": "1bdf4265a6a0714d439558a8a5f85dc2e5e7d16c" }]},{"id": "1bdf4265a6a0714d439558a8a5f85dc2e5e7d16c", "href": "/projects/CONSULT/repos/mrtrix3/commits/1bdf4265a6a0714d439558a8a5f85dc2e5e7d16c","parents": [{ "id": "d7b216278274e423e11114b8c01cdb0e4949e64b" }]},{"id": "d7b216278274e423e11114b8c01cdb0e4949e64b", "href": "/projects/CONSULT/repos/mrtrix3/commits/d7b216278274e423e11114b8c01cdb0e4949e64b","parents": [{ "id": "0b0b92d2136826a957687172b645a2d7caa18921" }]},{"id": "9497a1d9fe7a7d07defb4a68ddca8ce52d427521", "href": "/projects/CONSULT/repos/mrtrix3/commits/9497a1d9fe7a7d07defb4a68ddca8ce52d427521","parents": [{ "id": "44a028d5658fd04dddc32ae48200368604b27f8a" }]},{"id": "44a028d5658fd04dddc32ae48200368604b27f8a", "href": "/projects/CONSULT/repos/mrtrix3/commits/44a028d5658fd04dddc32ae48200368604b27f8a","parents": [{ "id": "18965e6beb092acbe5df5d6f4e499a0bd731edcb" }]},{"id": "18965e6beb092acbe5df5d6f4e499a0bd731edcb", "href": "/projects/CONSULT/repos/mrtrix3/commits/18965e6beb092acbe5df5d6f4e499a0bd731edcb","parents": [{ "id": "ca806b049ece6aeea6549e9659f88bab8452b627" },{ "id": "36a2d2929b27b9c116fbae28c48baf3e5d5b0180" }]},{"id": "36a2d2929b27b9c116fbae28c48baf3e5d5b0180", "href": "/projects/CONSULT/repos/mrtrix3/commits/36a2d2929b27b9c116fbae28c48baf3e5d5b0180","parents": [{ "id": "7c00c1535f2817af1840d5e8931932c1e27a6e10" },{ "id": "ca806b049ece6aeea6549e9659f88bab8452b627" }]},{"id": "ca806b049ece6aeea6549e9659f88bab8452b627", "href": "/projects/CONSULT/repos/mrtrix3/commits/ca806b049ece6aeea6549e9659f88bab8452b627","parents": [{ "id": "16dcf6af9c9ea18a45664286c9c3e76d8a1cb9f0" },{ "id": "01b1ea4beb6e7d5f91df0187fc5369f5fc3e494a" }]},{"id": "01b1ea4beb6e7d5f91df0187fc5369f5fc3e494a", "href": "/projects/CONSULT/repos/mrtrix3/commits/01b1ea4beb6e7d5f91df0187fc5369f5fc3e494a","parents": [{ "id": "d679eee159a61f0bc3b5099cec0aec045e12b825" },{ "id": "16dcf6af9c9ea18a45664286c9c3e76d8a1cb9f0" }]},{"id": "16dcf6af9c9ea18a45664286c9c3e76d8a1cb9f0", "href": "/projects/CONSULT/repos/mrtrix3/commits/16dcf6af9c9ea18a45664286c9c3e76d8a1cb9f0","parents": [{ "id": "614e82fd47f95bb3a5a92e554cadfdd4e0e4cfdb" },{ "id": "84d757359ed5f26613ec99fbdf643001ec4a18a2" }]},{"id": "84d757359ed5f26613ec99fbdf643001ec4a18a2", "href": "/projects/CONSULT/repos/mrtrix3/commits/84d757359ed5f26613ec99fbdf643001ec4a18a2","parents": [{ "id": "b1691f715af44c0f0278327ce5a615f7b98663ec" }]},{"id": "b1691f715af44c0f0278327ce5a615f7b98663ec", "href": "/projects/CONSULT/repos/mrtrix3/commits/b1691f715af44c0f0278327ce5a615f7b98663ec","parents": [{ "id": "97ea2c305faada6f7a85087abe224c458b5387cc" }]},{"id": "97ea2c305faada6f7a85087abe224c458b5387cc", "href": "/projects/CONSULT/repos/mrtrix3/commits/97ea2c305faada6f7a85087abe224c458b5387cc","parents": [{ "id": "614e82fd47f95bb3a5a92e554cadfdd4e0e4cfdb" }]},{"id": "d679eee159a61f0bc3b5099cec0aec045e12b825", "href": "/projects/CONSULT/repos/mrtrix3/commits/d679eee159a61f0bc3b5099cec0aec045e12b825","parents": [{ "id": "614e82fd47f95bb3a5a92e554cadfdd4e0e4cfdb" }]},{"id": "7c00c1535f2817af1840d5e8931932c1e27a6e10", "href": "/projects/CONSULT/repos/mrtrix3/commits/7c00c1535f2817af1840d5e8931932c1e27a6e10","parents": [{ "id": "63b7afcabc228f544b59f0e4fef558147c2e376d" }]},{"id": "63b7afcabc228f544b59f0e4fef558147c2e376d", "href": "/projects/CONSULT/repos/mrtrix3/commits/63b7afcabc228f544b59f0e4fef558147c2e376d","parents": [{ "id": "d688005ecb66868f5b7dec3d8516a38ac925299f" },{ "id": "614e82fd47f95bb3a5a92e554cadfdd4e0e4cfdb" }]},{"id": "614e82fd47f95bb3a5a92e554cadfdd4e0e4cfdb", "href": "/projects/CONSULT/repos/mrtrix3/commits/614e82fd47f95bb3a5a92e554cadfdd4e0e4cfdb","parents": [{ "id": "9ecff16c897b88170c4ccea2cd071fc1f7f59b61" },{ "id": "46d1db4db4d8d1ac2b6c6ea390247ca85ddd0443" }]},{"id": "46d1db4db4d8d1ac2b6c6ea390247ca85ddd0443", "href": "/projects/CONSULT/repos/mrtrix3/commits/46d1db4db4d8d1ac2b6c6ea390247ca85ddd0443","parents": [{ "id": "9ecff16c897b88170c4ccea2cd071fc1f7f59b61" }]},{"id": "9ecff16c897b88170c4ccea2cd071fc1f7f59b61", "href": "/projects/CONSULT/repos/mrtrix3/commits/9ecff16c897b88170c4ccea2cd071fc1f7f59b61","parents": [{ "id": "e345a4cf24fb0168b7cc23b837894497ef7996f7" },{ "id": "4fe7438fddfa733a2cb5b3d014640c3bd78088d6" }]},{"id": "4fe7438fddfa733a2cb5b3d014640c3bd78088d6", "href": "/projects/CONSULT/repos/mrtrix3/commits/4fe7438fddfa733a2cb5b3d014640c3bd78088d6","parents": [{ "id": "e345a4cf24fb0168b7cc23b837894497ef7996f7" },{ "id": "ae63c77becb4ebf431ce476a59471484646a28f1" }]},{"id": "ae63c77becb4ebf431ce476a59471484646a28f1", "href": "/projects/CONSULT/repos/mrtrix3/commits/ae63c77becb4ebf431ce476a59471484646a28f1","parents": [{ "id": "d7f497c910f850b66679f513ff6a6518517f50d3" },{ "id": "d9a9123370cda4fd89d74acefc2689830f2c41f3" }]},{"id": "d9a9123370cda4fd89d74acefc2689830f2c41f3", "href": "/projects/CONSULT/repos/mrtrix3/commits/d9a9123370cda4fd89d74acefc2689830f2c41f3","parents": [{ "id": "52d80fa68e178f6e4992ca8be0716b035d288df9" },{ "id": "d7f497c910f850b66679f513ff6a6518517f50d3" }]},{"id": "d7f497c910f850b66679f513ff6a6518517f50d3", "href": "/projects/CONSULT/repos/mrtrix3/commits/d7f497c910f850b66679f513ff6a6518517f50d3","parents": [{ "id": "e890d83626a71f2ee3af82365e2d0c46b2dc9b95" },{ "id": "f3ba5569c4ae847449f7a195a6d338c1f9aa171e" }]},{"id": "f3ba5569c4ae847449f7a195a6d338c1f9aa171e", "href": "/projects/CONSULT/repos/mrtrix3/commits/f3ba5569c4ae847449f7a195a6d338c1f9aa171e","parents": [{ "id": "bbfdaeaa24762a6f43a8034aabc955d7b27a4c0f" },{ "id": "e890d83626a71f2ee3af82365e2d0c46b2dc9b95" }]},{"id": "e890d83626a71f2ee3af82365e2d0c46b2dc9b95", "href": "/projects/CONSULT/repos/mrtrix3/commits/e890d83626a71f2ee3af82365e2d0c46b2dc9b95","parents": [{ "id": "9c3de06d643a89b5bba459c8a7134191a5d18f2e" },{ "id": "d2c27797ae1b26c41284c616c2fd6609692ba17c" }]},{"id": "d2c27797ae1b26c41284c616c2fd6609692ba17c", "href": "/projects/CONSULT/repos/mrtrix3/commits/d2c27797ae1b26c41284c616c2fd6609692ba17c","parents": [{ "id": "1c0a046af581fe44a6948e78ee7a155bc88dac20" }]},{"id": "1c0a046af581fe44a6948e78ee7a155bc88dac20", "href": "/projects/CONSULT/repos/mrtrix3/commits/1c0a046af581fe44a6948e78ee7a155bc88dac20","parents": [{ "id": "9c3de06d643a89b5bba459c8a7134191a5d18f2e" }]},{"id": "bbfdaeaa24762a6f43a8034aabc955d7b27a4c0f", "href": "/projects/CONSULT/repos/mrtrix3/commits/bbfdaeaa24762a6f43a8034aabc955d7b27a4c0f","parents": [{ "id": "9c3de06d643a89b5bba459c8a7134191a5d18f2e" }]},{"id": "52d80fa68e178f6e4992ca8be0716b035d288df9", "href": "/projects/CONSULT/repos/mrtrix3/commits/52d80fa68e178f6e4992ca8be0716b035d288df9","parents": [{ "id": "9c3de06d643a89b5bba459c8a7134191a5d18f2e" }]},{"id": "9c3de06d643a89b5bba459c8a7134191a5d18f2e", "href": "/projects/CONSULT/repos/mrtrix3/commits/9c3de06d643a89b5bba459c8a7134191a5d18f2e","parents": [{ "id": "9ed5c9f6bb213e3228f05250a6473520e2e603cf" },{ "id": "95facfc34895aed74bec2f8ed78fe8b020695258" }]},{"id": "95facfc34895aed74bec2f8ed78fe8b020695258", "href": "/projects/CONSULT/repos/mrtrix3/commits/95facfc34895aed74bec2f8ed78fe8b020695258","parents": [{ "id": "17af35844ed068e9681e0506f71f7a048a0621e9" },{ "id": "9ed5c9f6bb213e3228f05250a6473520e2e603cf" }]},{"id": "9ed5c9f6bb213e3228f05250a6473520e2e603cf", "href": "/projects/CONSULT/repos/mrtrix3/commits/9ed5c9f6bb213e3228f05250a6473520e2e603cf","parents": [{ "id": "a93b4320b6cff35770c242340256c00f95c16d9f" },{ "id": "48d013c24b9bdd702fb21913a1cf2eab06375516" }]},{"id": "48d013c24b9bdd702fb21913a1cf2eab06375516", "href": "/projects/CONSULT/repos/mrtrix3/commits/48d013c24b9bdd702fb21913a1cf2eab06375516","parents": [{ "id": "e8031c50627254388bed9077ca5dbf7b7df66b2d" },{ "id": "a93b4320b6cff35770c242340256c00f95c16d9f" }]},{"id": "a93b4320b6cff35770c242340256c00f95c16d9f", "href": "/projects/CONSULT/repos/mrtrix3/commits/a93b4320b6cff35770c242340256c00f95c16d9f","parents": [{ "id": "03394dd5e22abc89a28084cba3b0c09686c42f8d" },{ "id": "2e0a7f52216b30c66f7973388c7fd60bf64641fb" }]},{"id": "2e0a7f52216b30c66f7973388c7fd60bf64641fb", "href": "/projects/CONSULT/repos/mrtrix3/commits/2e0a7f52216b30c66f7973388c7fd60bf64641fb","parents": [{ "id": "5f57d8fd86d113f37554ad4c2db5dd70df8411ec" }]},{"id": "5f57d8fd86d113f37554ad4c2db5dd70df8411ec", "href": "/projects/CONSULT/repos/mrtrix3/commits/5f57d8fd86d113f37554ad4c2db5dd70df8411ec","parents": [{ "id": "db10b20b36657c3b8bfd6eaeeb10c2d99e1fbed8" }]},{"id": "db10b20b36657c3b8bfd6eaeeb10c2d99e1fbed8", "href": "/projects/CONSULT/repos/mrtrix3/commits/db10b20b36657c3b8bfd6eaeeb10c2d99e1fbed8","parents": [{ "id": "a045b9206f482a27be63fa68a1d29b1696b29136" }]},{"id": "a045b9206f482a27be63fa68a1d29b1696b29136", "href": "/projects/CONSULT/repos/mrtrix3/commits/a045b9206f482a27be63fa68a1d29b1696b29136","parents": [{ "id": "6605eb4c5edd1c513a4e0ff1bc6099863f67da39" }]},{"id": "6605eb4c5edd1c513a4e0ff1bc6099863f67da39", "href": "/projects/CONSULT/repos/mrtrix3/commits/6605eb4c5edd1c513a4e0ff1bc6099863f67da39","parents": [{ "id": "445ba063bba90522263a7133234f7acd2c6b123f" },{ "id": "03394dd5e22abc89a28084cba3b0c09686c42f8d" }]}]