Skip to content

Commit 0f330d9

Browse files
committed
update regularization parameter
1 parent 635e908 commit 0f330d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/harmonization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ def main(self):
506506

507507
if self.create:
508508
self.createTemplate()
509-
509+
510510
if self.process:
511511
self.harmonizeData()
512512

lib/rish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def rish(imgPath, maskPath, inPrefix, outPrefix, N_shm, qb_model= None):
4545

4646

4747
# inserting correct shm_coeff computation block ---------------------------------
48-
smooth= 0.006
48+
smooth= 0.0001
4949
data = applymask(data, mask_data)
5050
data_norm, _ = normalize_data(data, where_b0=np.where(qb_model.gtab.b0s_mask)[0])
5151

0 commit comments

Comments
 (0)