DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include "ComputeSHCoefficientsOfDWIFromSymmetricTensorCLP.h"
#include "itkSpecialFunctionGenerator.h"
#include "utlCore.h"
Go to the source code of this file.
Functions | |
void | DoMain (std::vector< double > &e1e2, std::vector< double > &bvec, const int shOrder, std::ostream &os, const bool outputAll, const bool nob) |
int | main (int argc, char const *argv[]) |
Definition in file ComputeSHCoefficientsOfDWIFromSymmetricTensor.cxx.
void DoMain | ( | std::vector< double > & | e1e2, |
std::vector< double > & | bvec, | ||
const int | shOrder, | ||
std::ostream & | os, | ||
const bool | outputAll, | ||
const bool | nob | ||
) |
Definition at line 23 of file ComputeSHCoefficientsOfDWIFromSymmetricTensor.cxx.
References utl::GetIndexSHj().
Referenced by main().
int main | ( | int | argc, |
char const * | argv[] | ||
) |
Compute SH coefficients of DWI signal in DTI with symmetric tensor (along z-axis).
Definition at line 54 of file ComputeSHCoefficientsOfDWIFromSymmetricTensor.cxx.
References DoMain(), utl::GetE1E2FromFAMD(), itk::InitializeLUTExp(), and utlGlobalException.