-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add more detailed definition for BRDF #259
Add more detailed definition for BRDF #259
Conversation
Signed-off-by: davidritter <[email protected]>
6d8d626
to
98780f7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done. It makes sense to me to use this definition which refers to an angle pair (collimated ray "input") as opposed to the albedo from remote-sensing, where the incoming direction might not be known or arbitrary and thus the entire half-space is used.
Sounds very good, thank you very much! One thing I would like to add to the description - As far as I know, the part "...Could vary from 0 to infinity. It is symmetric in the incoming and outgoing direction, known as the Helmholtz reciprocity principle." is not part of the BRDF-Definition, but means that a BRDF is "physically plausible" (See Montes and Urena: https://digibug.ugr.es/bitstream/handle/10481/19751/rmontes_LSI-2012-001TR.pdf ; Page 3). So a BRDF is physically plausible, when it is non-negative (1), obeys symmetry (Helmholtz Reciprocity) (2) and no more radiant energy is reflected than the incident energy (3). Thats why I would prefer to add these 3 mentioned properties as "requirements" for a "physically plausible" BRDF, and not the BRDF-Definition. Also we could have a problem with the "symmetry" when it comes to measured BRDFs, which would be another reason to exclude the properties from the BRDF-Definition. |
Thank you so much. |
I agree with Timo. To provide the 3 properties makes sense, as it is done in various literature sources. Property (3) could also be shortened to the term "energy conservation", under which it is typically known. |
Okay, @DavidJRitter904 would you add this addition from Timo? Then I think we are ready to merge. |
… BRDF Signed-off-by: davidritter <[email protected]>
Thank you for your feedback! I think now we have a very elaborate definition. |
Signed-off-by: ClemensLinnhoff <[email protected]>
Describe your changes
Added a more detailed definition of the BRDF in the description field based on the references stated in #236 and Hapke.
Issue ticket number and link
#254
Mention a member
@KimuraDIVP @ClemensLinnhoff @lyndyRott @Norihito-Hiruma
Ready for review
Checklist before requesting a review