Another problem with AttributeConstructionsWriter/Loader
When writing powers, the AttributeConstructionWriter writes
-Rasputin
<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:
0
Answers
-
Thank you, Rasputin.
This was one of the simpler fixes :-)
Best,
Simon0