This repository is under review for potential modification in compliance with Administration directives.
[#4285] Inconsistent behaviors in affineSymTensorVolume &
affineScalarVolume
Date: 2009-10-20 12:20 |
Priority: more information 3 |
Submitted By:
Gary Zhang (garyhuizhang)
|
Assigned To: more information
Gary Zhang (garyhuizhang) |
Hardware: All | Product: None |
Operating System: All | Component: None |
Version: DTI-TK v1.2 | Severity: None |
Resolution: Fixed |
Summary: more information Inconsistent behaviors in affineSymTensorVolume &
affineScalarVolume |
| Detailed description |
When specifying the input
transformation via parameters, affineSymTensorVolume and
affineScalarVolume somehow interpret them differently, as the
example below shows:
**** affineScalarVolume ****
/usr/local/dtitk/bin/affineScalarVolume -in mean_rigid3_fa.nii.gz
-out test.nii -theta 10 -z 13.5 -y -15
inFile = mean_rigid3_fa.nii.gz
outFile = test.nii
reading the buffer ... time consumed = 0.044041
converting the buffer ... time consumed = 0.056023
Transformation Parameters (angle in degrees) :
x = 0
y = -15
z = 13.5
theta = 10
phi = 0
psi = 0
xx = 1
yy = 1
zz = 1
xy = 0
xz = 0
yz = 0
trans (inverse) applied = [ 0.000, -15.000, 13.500]
[ 1.000, 0.000, 0.000; 0.000, 0.985, 0.174; 0.000, -0.174,
0.985]
**** affineSymTensor3DVolume ****
/usr/local/dtitk/bin/affineSymTensor3DVolume -in mean_rigid3.nii.gz
-out test.nii -theta 10 -z 13.5 -y -15
inFile = mean_rigid3.nii.gz
outFile = test.nii
interpolation option is LEI
reorientOption = PPD
reading the buffer ... time consumed = 0.246249
converting the buffer ... time consumed = 0.251324
Transformation Parameters (angle in degrees) :
x = 0
y = -15
z = 13.5
theta = 10
phi = 0
psi = 0
xx = 1
yy = 1
zz = 1
xy = 0
xz = 0
yz = 0
trans (inverse) applied = [ 0.000, -25.619, 33.873]
[ 1.000, 0.000, 0.000; 0.000, 0.985, 0.174; 0.000, -0.174,
0.985]
backward resampling ...time consumed = 1.809
converting the buffer ... time consumed = 0.254
writing the buffer ... time consumed = 0.150
| |
|
Response
| Message |
Date: 2010-01-13 18:22
Sender: Gary Zhang
fixed. the setCenter call was
commented out in the scalar implementation.
| |
|
Attached Files:
| Name |
Download | | No Files Currently Attached | |
|
Changes:
| Field |
Old Value |
Date |
By |
| Resolution | Accepted As Bug | 2010-01-13 18:22 | garyhuizhang |
| status_id | Open | 2010-01-13 18:22 | garyhuizhang | |
|