MOS substitution: Difference between revisions

Inthar (talk | contribs)
Inthar (talk | contribs)
Line 229: Line 229:
     filling_mos = mos_word(nY, nZ, "Y", "Z", brightness=brightness_of_filling_mos)
     filling_mos = mos_word(nY, nZ, "Y", "Z", brightness=brightness_of_filling_mos)
     word = letterwise_subst(template_mos, "W", filling_mos)
     word = letterwise_subst(template_mos, "W", filling_mos)
     scale = subst_step_sizes(word, [sizeX, sizeY, sizeZ])
     scale = subst_step_sizes(word, {"X": sizeX, "Y": sizeY, "Z": sizeZ})
     return scale
     return scale
</syntaxhighlight>
</syntaxhighlight>