|
Man /
Voxel2scannerContent-type: text/html voxel2scannerSection: User Commands (1)Index Return to Main Contents NAMEvoxel2scanner - Converts voxel-order data to scanner-order data.SYNOPSISvoxel2scanner -voxels <number of voxels> -components <measurements per voxel> [options]DESCRIPTIONConverts voxel-order data files, used by Camino, to scanner order. See scanner2voxel(1) for a description of these formats.The output data type is big endian floating points. EXAMPLESConvert voxel-order data file VoxelOrder.Bfloat, for which the measurement volume has size 128x128x60 and the acquisition scheme acquires 6 measurements with b=0 and 54 diffusion-weighted measurements, to scanner order:voxel2scanner -voxels 983040 -components 60 < VoxelOrder.Bfloat > ScannerOrder.img Equivalently: voxel2scanner -voxels 983040 -components 60 -inputfile VoxelOrder.Bfloat > ScannerOrder.img
Fit the diffusion tensor to the scanner-order data in ScannerOrder.img, assuming the acquisition scheme is specified in A.scheme, and convert the output to scanner order: scanner2voxel -voxels 983040 -components 60 < ScannerOrder.img | dtfit - A.scheme -nonlinear | voxel2scanner -voxels 983040 -components 8 -inputdatatype double > DiffTensorA.img OPTIONS
AUTHORSDaniel Alexander <camino@cs.ucl.ac.uk>SEE ALSOscanner2voxel(1)BUGS
IndexThis document was created by man2html, using the manual pages. Time: 02:07:11 GMT, December 04, 2017 |