ODIN
|
filter: Lowpass filter in k-space with plateau at the center More...
#include <manual.h>
Additional Inherited Members | |
Public Member Functions inherited from RecoStep | |
virtual bool | pipeline_init (const RecoController &controller, const RecoCoord &input_coord) |
virtual bool | query (RecoQueryContext &context) |
void | set_next_step (RecoStep *step) |
Public Member Functions inherited from Step< RecoStep > | |
RecoStep * | clone () const |
void | set_args (const STD_string &argstr) |
STD_string | args_description () const |
STD_string | args_values () const |
unsigned int | numof_args () const |
void | append_opts (LDRblock &parblock) |
Protected Member Functions inherited from RecoStep | |
RecoStep () | |
bool | execute_next_step (RecoData &rd, RecoController &controller) |
Protected Member Functions inherited from Step< RecoStep > | |
void | append_arg (LDRbase &arg, const STD_string &arglabel) |
filter: Lowpass filter in k-space with plateau at the center
Functor label: filter
Interface of filter:
(line3d,line,readout)
(line3d,line,readout)
Options of filter:
Option 1: k-space filter function (and its arguments), command-line option: -ff Option 2: Filter plateau width (0=no plateau, 1=full plateau), command-line option: -fp
Definition at line 25 of file odinreco/filter.h.