Changing MachineScale of WL-Multimet

Hi all!

I’m having a hard time to make WinstonLutzMultiTargetMultiField interpret that my data is in Varian IEC scale (instead of IEC61217). Is there a way to have this information as input? If yes, what is the correct syntax for it?

Thanks!

Hi,
you can pass the machine_scale parameter to the analyze function: MTWL Machine Scale
Varian IEC is MachineScale.VARIAN_IEC

Hi tommes, thanks for your input! I’m calling analyze function using:
wlmt.analyze(bb_arrangement=BBArrangement.SNC_MULTIMET,machine_scale=MachineScale.VARIAN_IEC)

and I’m getting:

wlmt.machine_scale=MachineScale.ELEKTA_IEC.

Is this the expected result?

Thanks,

Felipe.

Hi,
I don’t know if this is the expected behaviour, but they seem to be identical, at least according to the code.
I did not cross check the Varian and Elekta standard!

regards,
Thomas

1 Like