| | |
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=1. | quasi-norm: normp<2
|
ints pad= | number of zeros to be padded for each axis [dim]
|
float pclip=10. | starting data clip percentile (default is 10)
|
bool pow2=n [y/n] | round up the length of each axis to be power of 2
|
bool verb=n [y/n] | verbosity
|
|