Hello,
I am working on designing lenses (Intraocular lens) of a power range and each power has unique merit function. I could manage to load merit function using the command below -
TheMFE = TheSystem.MFE;
mf3_filename = System.String.Concat(sampleDir,'\API\Matlab\MeritFunc\10.0D MF.MF');
TheMFE.LoadMeritFunction(mf3_filename);
In the same location I have merit functions for different power lenses. Can anyone suggest me a way how can I successfully load power specific merit function?
Thanks in advance!
Regards,
Rahul