The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
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
0
Answers
This was one of the simpler fixes :-)
Best,
Simon