----- Function Request -----
Preferred Language: MATLAB
Input Description: A list of float measurements (0 to 1) from photodiodes
Input Type: List of 22 floats: [r1, r2, ... r22]
Outputs: Estimated Sun vector and whether we're in the sun or not
Output Type: Lists of 3 floats: [x, y, z], Boolean
Description: We need a function that, given our 22 photodiode positions (11 opposing pairs) and their readings, can estimate the sun vector's position.
Possibly Helpful Sources: Colden's photodiode algorithm
----- Function Request -----
Preferred Language: MATLAB
Input Description: A list of float measurements (0 to 1) from photodiodes
Input Type: List of 22 floats: [r1, r2, ... r22]
Outputs: Estimated Sun vector and whether we're in the sun or not
Output Type: Lists of 3 floats: [x, y, z], Boolean
Description: We need a function that, given our 22 photodiode positions (11 opposing pairs) and their readings, can estimate the sun vector's position.
Possibly Helpful Sources: Colden's photodiode algorithm