Units and conversions#713
Conversation
|
@pgbrodrick and @evan-greenbrg I walked through the two-albedo method and updated variable names. Also, I'm pretty sure that we can safely remove all the pi operations and simply calculate in radiance space. However, it'd be great if you could review the changes I introduced with commit 6fa4b6f. |
|
I think this is actually just because we're adjusting to transmittance, even if the units are in radiance. I think this if-wrapper will solve things Testing.... |
|
Ah good catch, @pgbrodrick! We actually had that check in there before (see here), but accidentally removed it during our working session on Monday. |
|
4 tests need to happen:
|
|
Reconfirmed 1c transm and rdn modes both work with new updates. |
|
Through consensus, and with discussion with the broader team, this is good to go. |





PR to handle unit and conversion consistency throughout the code. See #711 .