Replies: 2 comments
-
|
There are only about on the order of 10 negative pixels in RCAM and 80 negative pixels in TCAM, but I'm not sure how the interpolation creates them. They do seem to be in the corners. For example, below is for |
Beta Was this translation helpful? Give feedback.
-
|
OK, think this possible if there are sudden changes to 0 in the image. For example, in this simple one-dimensional example, we can induce negative values from an interpolation, even if there are no negative values in the original data: The interpolation needs to drop from 10.0 down to 0.0 and then head back up. It dips into negative values to do it. For the UCoMP data, in the corners where these negative values are appearing, the data is basically white noise, where there would be a lot of very sudden changes in values. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
It appears that applying the distortion introduces the negative values:
where the reported values above are given just before and after the interpolation is applied to each extension/camera:
ucomp_apply_distortionis just a basic interpolation:Beta Was this translation helpful? Give feedback.
All reactions