WarpTwin
Documentation for WarpTwin models and classes.
Loading...
Searching...
No Matches
warptwin::_sunsensor_output_struct Struct Reference

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

Detailed Description

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

Constructor & Destructor Documentation

◆ _sunsensor_output_struct() [1/2]

warptwin::_sunsensor_output_struct::_sunsensor_output_struct ( )
inline

◆ _sunsensor_output_struct() [2/2]

warptwin::_sunsensor_output_struct::_sunsensor_output_struct ( CartesianVector3 meas_sun_vector__ss,
bool is_valid )
inline

Member Data Documentation

◆ is_valid

bool warptwin::_sunsensor_output_struct::is_valid

◆ meas_sun_vector__ss

CartesianVector3 warptwin::_sunsensor_output_struct::meas_sun_vector__ss

The documentation for this struct was generated from the following file:
  • /Users/mickey/Documents/Projects/warptwin/cpp/src/models/sensors/SunSensor.h