#include "ten.h"#include "privateTen.h"

Defines | |
| #define | INFO "Register diffusion-weighted echo-planar images" |
Functions | |
| int | tend_epiregMain (int argc, char **argv, char *me, hestParm *hparm) |
Variables | |
| char * | _tend_epiregInfoL |
| unrrduCmd | tend_epiregCmd = { "epireg", INFO, tend_epiregMain } |
| #define INFO "Register diffusion-weighted echo-planar images" |
| int tend_epiregMain | ( | int | argc, | |
| char ** | argv, | |||
| char * | me, | |||
| hestParm * | hparm | |||
| ) |
| char* _tend_epiregInfoL |
Initial value:
(INFO ". This registration corrects the shear, scale, and translate along " "the phase encoding direction (assumed to be the Y (second) axis of " "the image) caused by eddy currents from the diffusion-encoding " "gradients with echo-planar imaging. The method is based on calculating " "moments of segmented images, where the segmentation is a simple " "procedure based on blurring (optional), thresholding and " "connected component analysis. " "The registered DWIs are resampled with the " "chosen kernel, with the seperate DWIs stacked along axis 0.")
| unrrduCmd tend_epiregCmd = { "epireg", INFO, tend_epiregMain } |
1.5.6