Hello everyone! I have a sphere that needs to be rotated in both azimuthal and polar angles, with 5-degree separations. This means that I will have a total of 360/5 * 180/5 rotations. For each rotation, I need to read the luminance value of a specific pixel. While Pixel Inspector can give us this value, manually writing down the results for multiple measurements and rotations would be impractical. Therefore, I am looking for a way to automate this process through code or alternative means of accessing the luminance values.
This is the quantity I want to store as my data:
1 Like
hello, have you solved this problem?
1 Like