You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a pair of images with 12 channels for bspline registration with a combined metric of "AdvancedNormalizedCorrelation" and "TransformBendingEnergyPenalty", but the following error occurred.
itk::ExceptionObject (00000015B8FCC430)
Location: "ElastixTemplate - Run()"
File: D:\a\im\build\cp310-cp310-win_amd64_deps\elx-src\Components\Registrations\MultiMetricMultiResolutionRegistration\itkMultiMetricMultiResolutionImageRegistrationMethod.hxx
Line: 523
Description: ITK ERROR: MultiMetricMultiResolutionRegistration(00000153BD5E2800): The number of fixed image pyramids should be >= the number of fixed images
Then I repeated the image pyramids 12 times, but another error occurred.
itk::ExceptionObject (000000ECF9FCC2A0)
Location: "ElastixTemplate - Run()"
File: D:\a\im\build\cp310-cp310-win_amd64_deps\elx-src\Components\Registrations\MultiMetricMultiResolutionRegistration\itkMultiMetricMultiResolutionImageRegistrationMethod.hxx
Line: 571
Description: ITK ERROR: MultiMetricMultiResolutionRegistration(000002CB7F090520): NumberOfFixedImagePyramids can not exceed the NumberOfMetrics in the CombinationMetric! parameters.txt
These two errors are contradictory. Is there a solution for this case?
The text was updated successfully, but these errors were encountered:
I had a pair of images with 12 channels for bspline registration with a combined metric of "AdvancedNormalizedCorrelation" and "TransformBendingEnergyPenalty", but the following error occurred.
itk::ExceptionObject (00000015B8FCC430)
Location: "ElastixTemplate - Run()"
File: D:\a\im\build\cp310-cp310-win_amd64_deps\elx-src\Components\Registrations\MultiMetricMultiResolutionRegistration\itkMultiMetricMultiResolutionImageRegistrationMethod.hxx
Line: 523
Description: ITK ERROR: MultiMetricMultiResolutionRegistration(00000153BD5E2800): The number of fixed image pyramids should be >= the number of fixed images
Then I repeated the image pyramids 12 times, but another error occurred.
itk::ExceptionObject (000000ECF9FCC2A0)
Location: "ElastixTemplate - Run()"
File: D:\a\im\build\cp310-cp310-win_amd64_deps\elx-src\Components\Registrations\MultiMetricMultiResolutionRegistration\itkMultiMetricMultiResolutionImageRegistrationMethod.hxx
Line: 571
Description: ITK ERROR: MultiMetricMultiResolutionRegistration(000002CB7F090520): NumberOfFixedImagePyramids can not exceed the NumberOfMetrics in the CombinationMetric!
parameters.txt
These two errors are contradictory. Is there a solution for this case?
The text was updated successfully, but these errors were encountered: