Releases: pnlbwh/dMRIharmonization
Releases · pnlbwh/dMRIharmonization
First master branch
-
spm-bspline --> master
No change at all, however, should facilitate CI/CD -
BUG fix for near-zero bvalue handling
-
test data downloaded from v2.0
-
/tmp
-->tempfile.gettempdir()
-
some nibabel: get_data()-->get_fdata()
Memory efficient, rewrite capable, structured output
dti_harm()
is separated frompreprocess()
--force
is coupled with writing each file- statistics are exported to csv file
- graph is provided to demonstrate goodness of dMRIharmonization
Memory efficient
- max scale clipping to 10 is omitted, compute scale for rish only
- separate ncpu parameter introduced for ants
- statistics are written to a text file for future use
- print a msg when --travelHeads is triggered
- decouple shm_coeff from spm_bspline computation to avert MemoryError
- decouple dti and rish computation for increasing efficiency
- Use Popen() and wait() method to instead of check_call to avert MemoryError
- remove nan in GFA image
Redesing configuration infrastructure
config.ini
file is made unique for each user/process--nshm
is automatically determined- All FA statistics are printed
- Warp and warped images for reference site are placed in template directory so reference can be reused
- Debugging scheme improved
Robust harmonization
Header handling
Organized import
Full sampled reconstruction
Test data
v1.0.1 conda env
Initial release
v1.0 Initial commit