-
Notifications
You must be signed in to change notification settings - Fork 35
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
Realistic Noise Model #9
Comments
add 1*10^-16 on every pixel may help |
Which value range is acceptible for Ag and Dg? And where is the origination of this realistic noise model? |
Please have a look at the paper, at page 3: |
Thank you very much for your work! I understand the intuition behind the Realistic Noise model, but I can't find the origin of this equation anywhere. Can you please provide some resources from where have you derived this equation? For example, this paper also mentions the Realistic Noise model but the maths look different. Is this the same RNM as your RNM model? |
Hi~
When I use the function "realistic_noise()", there is a problem of divided by 0.
M=np.sqrt( ((Ag*Dg)/(Nsat*image)+(Dg**2)*((Ag * CT1 + CT2)**2)))
How to calculate it if there is a pixel with value 0?
The text was updated successfully, but these errors were encountered: