Another problem with AttributeConstructionsWriter/Loader

RasputinRasputin Member Posts: 16 Maven
edited November 2018 in Help
When writing powers, the AttributeConstructionWriter writes
<attribute name="gensym84" construction="(ImagePar_NumSinglePixels pow cos(ImagePar_NumSinglePixels))"/>
, but AttributeConstructionLoader expects either
<attribute name="gensym84" construction="(ImagePar_NumSinglePixels ^ cos(ImagePar_NumSinglePixels))"/>
or
<attribute name="gensym84" construction="(pow(ImagePar_NumSinglePixels, cos(ImagePar_NumSinglePixels)))"/>
This is the case at least when used in combination with YAGGA, AGA, ...

-Rasputin

Answers

  • fischerfischer Member Posts: 439 Maven
    Thank you, Rasputin.

    This was one of the simpler fixes :-)

    Best,
    Simon
Sign In or Register to comment.