Setting Random Study for CT.XRay2D3DRegistration

fuse_base_alg = imf.app.add_algorithm(‘CT.XRay2D3DRegistration’, [self.ct, self.cb_data])

imf.app.execute_algorithm(‘CT.XRay2D3DRegistration’, [self.ct, self.cb_data], alg)

How can i add the random study configuration in the advanced optimisation.

Kind regards,
Minhas Naheem

Hi Minhas,

You can set the random study via the configuration interface.
To properly setup the optimizer, you first need to get the correct subproperties and parameters of the Optimizer.
What you can do is to save the registration algorithm run via the ImFusionSuite software with the Optimizer set to RandomStudy mode as an ImFusion workspace file.
Then load the workspace to the ImFusionSuite software again, go to View ->Workspace Editor.


This should give you an overview of which parameters and subproperties need to be set.
Please refer to what our colleague mentioned here for more detail how you can execute an algorithm with the custom properties and parameters.

Regards,
Van

Hi,

Thanks for the fast reply.
I was able to see these properties. I could not find any information related to the Optimization.

Kind regards,
Minhas Naheem