Skip to content
Closed

MDR #183

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d029d25
"moco" folder created. Parameter files added plus first MDR implement…
Dec 31, 2021
0af0b82
mdr-library added to requirements and WIP integration
Jan 10, 2022
e94f6b4
Merge branch 'mdr_moco' of https://github.com/JSousa-UoL/ukat into md…
Jan 18, 2022
0df1543
Saving WIP. "moco" folder structure set.
Jan 19, 2022
e0ed2a9
Class MotionCorrectionm created and Jupyter Notebooks developed
Jan 20, 2022
83a5279
Unit tests work in progress. Issues with Elastix.
Jan 25, 2022
39e1764
Fixes in Elastix parameters and fitting functions. Still a WIP.
Jan 27, 2022
5897bb6
Progress in unit testing and Custom elastix parameters added
Jan 28, 2022
16b7730
SimpleITK removed from requirements.txt
JSousa-UoL Feb 7, 2022
ed26c47
Saving WIP March 2022
Mar 14, 2022
482664e
WIP 18th March
Mar 18, 2022
f06d265
Jupyter notebooks merged into 1 notebook named motion_correction.ipynb
Mar 22, 2022
a3cc6b9
MDR_library version 0.1.10
Mar 25, 2022
fc86e3f
Updated notebooks for analysis
Mar 29, 2022
bb341f4
Notebooks updated for scanners
Apr 2, 2022
b8761a0
mdr-library replaced with mdreg
Apr 10, 2022
30d9d7a
Docstrings added to the modules in "moco" foder
Apr 12, 2022
2016218
PEP8 fixes
Apr 12, 2022
7e69fa5
Merge branch 'dev' into mdr_moco
JSousa-UoL Apr 12, 2022
db0d6b4
Custom_Rigid added to constant model and some export improvements
Apr 13, 2022
20e4d30
PEP8 fix in mdr
Apr 13, 2022
6f4bd1f
Unit tests written. Still need to correct some of them
Apr 14, 2022
49c8f5f
PEP8 fixes
Apr 14, 2022
d07c0c3
Finishing unit tests
Apr 14, 2022
1955e55
PEP8 fixes and all outputs in the tutorial notebook displayed
Apr 15, 2022
35a5a74
Adjusting expected values decimals in the unit tests and tolerance ad…
Apr 15, 2022
58a13da
mdreg upgraded to 0.3.3
Apr 20, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
dipy>=1.2.0
itk-elastix>=0.13.0
matplotlib>=3.1.3
mdreg>=0.3.3
nibabel>=3.0.2
notebook>=6.0.1
numpy>=1.21.2
Expand Down
Loading