Run ANTs in Slicer Python Interactor

Thank you for the GitHub example, I finally got it to work! Last question, when I run the CLI (antsRegistrationLogic().process()), is there a way to add this argument “wait_for_completion=True”?

I include two steps, ANTs registration and feature extraction in one function. I found that the extraction get no data because it starts before registration complete.

Thanks.