The command datagrid is probably not able to handle non-symmetric data sets as a base for a datagrid.
Analysis:
The issue is that the samples are only calculated for a reasonable but not for the correct direction. This means that the numbers of the first non-singleton direction are used globally for both directions.
Implementation:
The fix was implemented as proposed by the analysis. Additionally, the whole datagrid function was split up into multiple subfunctions to reduce the overall complexity of the function. Implementation tests were passed successfully.
Documentation:
The fix was added to the changes log. Comments were added to the code. Further documentation not needed.
Tests:
This fix was added to the automatic SW tests. No deviations detected.
Anonymous
Diff:
Diff:
Diff:
Diff: