Is there away to retrieve the number of photons/electrons from an image? #1050
Unanswered
Odotocodot
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @Odotocodot You should have a 2-channel Tensor. The first channel is the weighted radiance of the band you're measuring, and the second is the weight channel. Although represented by a floating point value, in practice (with default settings) it should be the total number of "valid" ray paths for that position. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I was wondering if it possible to retrieve the number of photons from an image.
I have been following this discussion #411 (comment), and have been using
Film.develop(raw=True)
. However, im not sure what the values represent in the returnedTensorXf
for all channels.I am using a
specfilm
with athinlens
sensor. Mysrf
is only one band, with two wavelengths (500 to 501nm)Any help is much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions