Dear ASP community,
I have a question regarding ASP’s internal processing of saturated regions (typically on ice) in SPOT5, which is an 8-bit stereo image. As shown in the your example, I am converting SPOT5 stereo images into a point cloud using `bundle_adjust`, `add_spot_rpc`, `mapproject`, and `parallel_stereo`. I have two questions regarding this.
When converting an 8-bit image using `mapproject` with camera information and a reference DEM, can we trust the output values represented as `float32`? Currently, since the default is `float32`, values greater than 255 (e.g., 259.3) are inserted into the output in areas where the original image contained the saturated value of 255.
Next, regarding areas where values are saturated at 255 or higher, I often see that elevations are restored in the results calculated using `parallel_stereo`. Should these areas be thoroughly excluded from the DEM results since their values are originally saturated?
Kind regards,
Haruki