ITKElastix icon indicating copy to clipboard operation
ITKElastix copied to clipboard

GroupwiseRegistration notebook: ERROR: the direction cosines matrix of the fixed image is invalid!

Open thewtex opened this issue 1 month ago • 1 comments

Error:

itk::ExceptionObject (0x562ce335dd80)
130
Location: "unknown" 
131
File: /work/build/cp38-cp38-manylinux_2_28_x86_64/_deps/elx-src/Components/Metrics/VarianceOverLastDimension/elxVarianceOverLastDimensionMetric.hxx
132
Line: 71
133
Description: ITK ERROR: VarianceOverLastDimensionMetric(0x562cdaf45be0): 
134
ERROR: the direction cosines matrix of the fixed image is invalid!
135

136
  The VarianceOverLastDimensionMetric expects the last dimension to represent
137
  time and therefore requires a direction cosines matrix of the form:
138
       [ . . 0 ]
139
  dc = [ . . 0 ]
140
       [ 0 0 1 ]

@N-Dekker any ideas?

thewtex avatar May 22 '24 22:05 thewtex