CEOS pixel values are rounded to integer

Hello.
I found pixel values in ALOS product rounded to integers after importing, though their types are float.
Maybe that is due to “(int)” castings at line 502 and 532 in s1tbx/s1tbx-io/src/main/java/org/esa/s1tbx/io/ceos/CEOSImageFile.java.
I tried compiling without these cast and tested some features such as coregistration and interferogram formation, and nothing wrong happened.

This cast problem causes very small difference in many products but some very weak information seems to be lost.
I’m happy if my report helps CEOS product analysis.

Thank you.

I found synthepective pull request include this fix 17 days ago
and it is merged in 9.0.1 new release. Thank you.
Now CEOS product is imported correctly.

1 Like