diff options
author | algol <algol@algol-UX305FA> | 2017-07-05 16:46:10 +0100 |
---|---|---|
committer | algol <algol@algol-UX305FA> | 2017-07-05 16:46:10 +0100 |
commit | 3fc35fbbc2718061138b022437d1aa9859178aac (patch) | |
tree | e9f1a0cb72fa60f6abf284f17872c2fd452b9966 | |
parent | 73755371cf2632aa724fa941c78165728f96e3c7 (diff) | |
download | regularization-3fc35fbbc2718061138b022437d1aa9859178aac.tar.gz regularization-3fc35fbbc2718061138b022437d1aa9859178aac.tar.bz2 regularization-3fc35fbbc2718061138b022437d1aa9859178aac.tar.xz regularization-3fc35fbbc2718061138b022437d1aa9859178aac.zip |
FISTA_REC code optimized and cleaned
-rw-r--r-- | main_func/FISTA_REC.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main_func/FISTA_REC.m b/main_func/FISTA_REC.m index 18e430e..fcd19d8 100644 --- a/main_func/FISTA_REC.m +++ b/main_func/FISTA_REC.m @@ -11,7 +11,6 @@ function [X, output] = FISTA_REC(params) % - .X_ideal (ideal image, if given) % - .weights (statisitcal weights, size of the sinogram) % - .ROI (Region-of-interest, only if X_ideal is given) -% - .fidelity (choose between "LS" and "student" data fidelities, default LS) % - .initialize (a 'warm start' using SIRT method from ASTRA) %----------------Regularization choices------------------------ % - .Regul_Lambda_FGPTV (FGP-TV regularization parameter) |