Skip to content

Instantly share code, notes, and snippets.

@andrewbolster
Created February 10, 2014 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewbolster/8913807 to your computer and use it in GitHub Desktop.
Save andrewbolster/8913807 to your computer and use it in GitHub Desktop.
if Pos_Component == 3:
Actual_Pos_Index = Actual_Pos_Index + Configurable_Parameters.Number_Of_State_Vector_Components_Per_Probe - 3
Inertial_Pos_Measurement[(Index - 1), :] = Measurements[(Index - 1), :]
Inertial_Pos_Err[(Index - 1), :] = Inertial_Pos_Measurement[(Index - 1), :] - Actual_Pos[
(Index - 1), :]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment