| | |
string mask= | auxiliary input file name
|
string mode= | thresholding mode: 'hard', 'soft','pthresh','exp';
'hard', hard thresholding; 'soft', soft thresholding;
'pthresh', generalized quasi-p; 'exp', exponential shrinkage
|
int n#= | size of #-th axis
|
int niter=100 | total number of iterations
|
float normp=0.9 | quasi-norm: normp<2
|
float pclip=10. | starting data clip percentile (default is 10)
|
bool verb=n [y/n] | verbosity
|
|