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 TOA reflectance is internally scaled between 0 and 10000 as this allows to store the data in integer values, which in turn reduces the memory footprint of the processing pipeline. Although there is a parameter to adjust the TOA reflectance scale factor (EnPT_Controller(scale_factor_toa_ref=1), documented here), I just noted that setting it to 1 does not change the data type of the TOA reflectance values to float. If needed, I could fix that. But you also just divide the TOA reflectance values by the scale factor.
Description
The converted TOA reflectance is not between 0 and 1.
What I Did
Output
The text was updated successfully, but these errors were encountered: