Skip to content

Commit

Permalink
Merge cbf2838 into 38c0d43
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainLan authored Apr 4, 2018
2 parents 38c0d43 + cbf2838 commit 4262f26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pysap/plugins/mri/parallel_mri/reconstruct.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ def sparse_rec_fista(gradient_op, linear_op, mu, lambda_init=1.0,
grad=gradient_op,
prox=prox_op,
cost=cost_op,
auto_iterate=False)
auto_iterate=False,
beta_param=gradient_op.inv_spec_rad)

# Perform the reconstruction

Expand Down
3 changes: 2 additions & 1 deletion pysap/plugins/mri/reconstruct/reconstruct.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ def sparse_rec_fista(data, wavelet_name, samples, mu, nb_scales=4,
grad=gradient_op,
prox=prox_op,
cost=cost_op,
auto_iterate=False)
auto_iterate=False,
beta_param=gradient_op.inv_spec_rad)

# Perform the reconstruction
end = time.clock()
Expand Down

0 comments on commit 4262f26

Please sign in to comment.