Use of displacementJacobianFilter

Hi experts.

I am trying to use the displacementJacobianFilter within simple filters for a displacement field obtained from a deformable registration. The problem is that it seems that the simple filter does not accept vector volumes. What Should I do?

thanks a lot.

You could have a look in the SimpleFilters source code and see if you can add the feature, or you could access simpleitk directly from python code.