CERN / TIGRE

TIGRE: Tomographic Iterative GPU-based Reconstruction Toolbox
BSD 3-Clause "New" or "Revised" License
560 stars 183 forks source link

MATLAB\Demos\SophiaBeads_demo.m #326

Closed russellwoo1995 closed 3 years ago

russellwoo1995 commented 3 years ago

Expected Behavior

Actual Behavior

Code to reproduce the problem (If applicable)

%% Now use any algorithms you want

% example:
% beadsSART=SART(data,geo,angles,15);
beadsCGLS=CGLS(data,geo,angles,15);
ImgASD_POCS_20=OS_ASD_POCS(data,geo,angles,50,...
'TViter',2,'maxL2err',0.5,'alpha',0.002,'alpha_red',0.2,... % these are very important
'lambda',1,'lambda_red',0.99,'Ratio',1,'Verbose',true);
% plotImg([beadsSART beadsCGLS],'Dim','Z','Step',1)

problem is:  No function or variable defined CGLS

Specifications