You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The metadata icon (Metaicon) incorrectly displays directional arrows for shadow and multipath. The numbers are correct, but the icon shows shadows down while the image viewer shows multipath down.
The root cause of the problem may be in metaicon_data_container.py which uses SCPCOA.Shadow and SCPCOA.Multipath to set those respective values, but SCPCOA.Shadow and SCPCOA.Multipath are not valid SICD parameters (i.e., they don't exist), so the code always uses default values.
These values are correctly computed in the MATLAB SAR toolbox Metaicon.m file, lines 342-344.
For more information on this bug, developers need to see their customer based email accounts.
The text was updated successfully, but these errors were encountered:
The metadata icon (Metaicon) incorrectly displays directional arrows for shadow and multipath. The numbers are correct, but the icon shows shadows down while the image viewer shows multipath down.
The root cause of the problem may be in metaicon_data_container.py which uses SCPCOA.Shadow and SCPCOA.Multipath to set those respective values, but SCPCOA.Shadow and SCPCOA.Multipath are not valid SICD parameters (i.e., they don't exist), so the code always uses default values.
These values are correctly computed in the MATLAB SAR toolbox Metaicon.m file, lines 342-344.
For more information on this bug, developers need to see their customer based email accounts.
The text was updated successfully, but these errors were encountered: