out = ''
if ( getValue('boelgefront.mangler.odxt') == '' or getValue('boelgefront.mangler.osin') == '' )
then
if ( getValue('boelgefront.mangler.odxt') == '' )
then
out = out .. 'Bølgefront o.dxt: ' .. getValue('boelgefront.odxt') .. '\n'
if ( getValue('boelgefront.odxt') == 'Udført' )
then
out = out .. 'Aberration: ' .. getValue('boelgefront.aberration.odxt') .. ' my HOA\n'
out = out .. 'Pupilstørrelse: ' .. getValue('boelgefront.pupilstoerrelse.odxt') .. ' mm\n'
end
if ( getValue('boelgefront.mangler.osin') == '' )
then
out = out .. '\n'
end
end
if ( getValue('boelgefront.mangler.osin') == '' )
then
out = out .. 'Bølgefront o.sin: ' .. getValue('boelgefront.osin') .. '\n'
if ( getValue('boelgefront.osin') == 'Udført' )
then
out = out .. 'Aberration: ' .. getValue('boelgefront.aberration.osin') .. ' my HOA\n'
out = out .. 'Pupilstørrelse: ' .. getValue('boelgefront.pupilstoerrelse.osin') .. ' mm\n'
end
end
end
return out