Skip to content

Commit e4b26e8

Browse files
Merge pull request #14 from OSIPI/main
Merge main into branch
2 parents aec5d4c + 806517d commit e4b26e8

15 files changed

+1297
-36
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.idea*
22
.github*
3-
*.nii.gz
43
__pycache__/
54

65

src/original/IAR_LundUniversity/ivim_fit_method_modified_topopro.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class IvimModelTopoPro(ReconstModel):
1010

11-
def __init__(self, gtab, bounds=[[0,1], [0.005, 0.1], [1e-5, 0.004]], \
11+
def __init__(self, gtab, bounds=[[0, 0.005, 1e-5], [1, 0.1, 0.004]], \
1212
rescale_units=False, shgo_iters=5, rescale_results_to_mm2_s=False):
1313
r""" Initialize an IvimModelTP class.
1414
This particular script was modified as the DIPY version has stringent

0 commit comments

Comments
 (0)