ANTsPy icon indicating copy to clipboard operation
ANTsPy copied to clipboard

Passing in histogram matching option during ants.registration call

Open anorak94 opened this issue 4 years ago • 1 comments

Describe the bug I am sorry this is not a bug report more of a usage description

I have read that extra options can be passed in through the kwargs arguments during ants.registration call. In the ants.registration module there is an interface.py file which details the use of the args arguments. I also looked at the utils._int_asants_arg function for building the command line arguments. Is it possible to get the command of how I can pass in the other arguments such as estimating the learning rate and histogram matching during the registration call for any possible combinations of tx where this is allowed for instance during SyNAggro or SyN only.

anorak94 avatar Oct 22 '21 11:10 anorak94

I would recommend making a pull request exposing the parameters you want.

On Fri, Oct 22, 2021 at 7:13 AM anorak94 @.***> wrote:

Describe the bug I am sorry this is not a bug report more of a usage description

I have read that extra options can be passed in through the kwargs arguments during ants.registration call. In the ants.registration module there is an interface.py file which details the use of the args arguments. I also looked at the utils._int_asants_arg function for building the command line arguments. Is it possible to get the command of how I can pass in the other arguments such as estimating the learning rate and histogram matching during the registration call for any possible combinations of tx where this is allowed for instance during SyNAggro or SyN only.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ANTsX/ANTsPy/issues/305, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACPE7X4ET7W4VEBCZHO4RLUIFBMDANCNFSM5GQJWKDQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

--

brian

stnava avatar Oct 22 '21 14:10 stnava