Call surface registration in python script

Hi everyone!
I´m trying surface registration on CMF extension . I would like to know if there is anyway to call that function in a scrip in python , I mean, without opening slicer , call surface registration .

Thanks !

All modules can be used from Python. Developer tutorials should give you a general idea of how things work. Then, if you have questions about how to use a specific module then describe what you tried and what problems you ran into.

@robertoruizmu hi! I tried multiple things but it did not work out for me… I always get a no “hardenModelID” attribute error. Did you succeed in making a surface registration from python command with fixedModel and movingModel?

Thank You