pnlbwh / dMRIharmonization

Multi-site dMRI harmonization
Other
43 stars 14 forks source link

Avert mem err #39

Closed tashrifbillah closed 4 years ago

tashrifbillah commented 4 years ago
  1. max scale clipping to 10 is omitted
  2. separate ncpu parameter introduced for ants
  3. statistics are written to a text file for future use
  4. print a msg when --travelHeads is triggered
  5. decouple shm_coeff from spm_bspline computation to avert MemoryError
  6. Use Popen() and wait() method to instead of check_call to avert MemoryError
tashrifbillah commented 4 years ago

Debug credit @suheyla2 and @yrathi