question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

transformix_jacobian tries to use files

See original GitHub issue

Also seems to be not working in itkTransformFilterTest.py, commented in #109

25:   File "itkTransformixFilterTest.py", line 51, in <module>
25:     jacobian = itk.transformix_jacobian(moving, parameters, log_to_console=True)
25:   File "/home/matt/bin/ITK-Wrap-Release/Wrapping/Generators/Python/itk/support/../ElastixPython.py", line 99, in transformix_jacobian
25:     det_spatial_jacobian = itk.imread('spatialJacobian.nii', itk.F)
25:   File "/home/matt/bin/ITK-Wrap-Release/Wrapping/Generators/Python/itk/support/itkExtras.py", line 692, in imread
25:     raise RuntimeError("No ImageIO is registered to handle the given file.")
25: RuntimeError: No ImageIO is registered to handle the given file.
25: itkTestDriver: Process exited with return value: 1

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
thewtexcommented, Feb 24, 2021

The itk.elastix_registration_method function is automatically generated from the itk::ElastixRegistrationMethod class. Indexed input’s and output’s to that class become the position args. The Set* methods become the kwargs (also supporting snake_case). For SimpleElastix, it was a different, involved manual process.

1reaction
ViktorvdValkcommented, Feb 24, 2021

This was indeed a very, quick temporal solution, since it wasn’t a priority back then. But I’ll now try to fix this issue in the itkTransformixFilter file in elastix.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Don't understand how to use jacobian for transformation of ...
The Jacobian map is for transforming vectors expressed in terms of one set of coordinate basis vectors into another coordinate system's basis vectors....
Read more >
Using SymPy's lambdify for generating transform matrices and ...
Using SymPy's lambdify for generating transform matrices and Jacobians. I've been working in VREP with some of their different robot models ...
Read more >
Jacobian matrix - MathWorks
This MATLAB function computes the Jacobian matrix of f with respect to v. ... Define the coordinate transformation form spherical coordinates to Cartesian ......
Read more >
HMC Gradient information for original and transformed ...
Hi guys, I recently dived into the STAN and there is a small detail in the manual I just do not understand: The...
Read more >
mfem::ElementTransformation Class Reference
Return the Jacobian matrix of the transformation at the currently set IntegrationPoint, using the method SetIntPoint(). More.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found