![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
Class PerfusionSkip. More...
#include <aims/perfusion/perfSkip.h>
Public Member Functions | |
PerfusionSkip () | |
Constructor. More... | |
int | value (AimsData< short > &d, PerfusionParameters &) |
Compute the skip value. More... | |
![]() | |
PerfusionProcessing (int i=0) | |
virtual | ~PerfusionProcessing () |
void | setDone (bool d) |
bool | isDone () |
int | id () const |
Class PerfusionSkip.
This class provides functions to determine the number of volume to skip in the sequence. It attempts to give the number of volume that cannot be used due to the MR signal stabilization.
It operates as follows:
Definition at line 60 of file perfSkip.h.
|
inline |
Constructor.
The constructor initializes the threshold value
p | is the floating threshold value given as a multiplicative factor of the initial signal amplitude |
Definition at line 70 of file perfSkip.h.
References value().
int aims::PerfusionSkip::value | ( | AimsData< short > & | d, |
PerfusionParameters & | |||
) |
Compute the skip value.
d | is the input volume sequence |
Referenced by PerfusionSkip().