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

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.