![]() |
WarpTwin
Documentation for WarpTwin models and classes.
|
Model of sun sensor which produces look vector to the sun. More...
#include <SunSensor.h>
Public Member Functions | |
| _sunsensor_output_struct () | |
| _sunsensor_output_struct (CartesianVector3 meas_sun_vector__ss, bool is_valid) | |
Public Attributes | |
| CartesianVector3 | meas_sun_vector__ss |
| bool | is_valid |
Model of sun sensor which produces look vector to the sun.
TODO: [add description here]
Centered in the center of the reference image X is "right" in the image or focal plane horizontal Y is "up" in the image or focal plane veritcal Z is "out" the image completing the right hand frame and represents the boresight
|-------------------—| | y^ | | |-->x | | | |-------------------—|
Author: James Tabony james.nosp@m..tab.nosp@m.ony@a.nosp@m.ttx..nosp@m.tech TODO: Add Albedo Effects (Iff occulting object is in FOV, there is an additional noise term that pulls the sun pointing vector towards the occulter)
Sensor output struct for latency model, its members are the same as the model outputs. Its default constructor populates members with defualt output values
|
inline |
|
inline |
| bool warptwin::_sunsensor_output_struct::is_valid |
| CartesianVector3 warptwin::_sunsensor_output_struct::meas_sun_vector__ss |