-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better gestion of error for recalibration #230
Conversation
changed rasters chunks |
in the last commit I changed RCM calibration : we did {varname}_raw = {varname}_raw.where({varname}_raw > 0) . Now steps are made in the good order : -calibration
@agrouaze should i do the same logic for S1 & RS2 ? |
@alxmouche said "it would be better to keep negative value in the sigma0 (resp. beta0 and gamma0)", also it would be good to keep the 3 variables at the 3 steps in the measurement dataset:
Then this protocol about the negative values should be described in the |
In the last code I wrote, all the missions perform 'force raw vars to be > 0' at the end of the calibration and denoising process. However, since RCM — with sometimes an already denoised product — is processed differently, the code had to be modified |
What is the "last code"? I cannot find any mention of this sentence "force raw vars to be > 0". |
#245 will be in marge of making an homogenous code between the three sensors |
No description provided.