Another problem with AttributeConstructionsWriter/Loader

Unknown
edited November 5 in Community Q&A
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
Tagged:

Answers

  • fischer
    fischer New Altair Community Member
    Thank you, Rasputin.

    This was one of the simpler fixes :-)

    Best,
    Simon