--- DarthVader/OrbitalInfo/inc/OrbitalInfoStruct.h 2012/06/07 14:04:00 1.6 +++ DarthVader/OrbitalInfo/inc/OrbitalInfoStruct.h 2014/03/28 20:47:14 1.7 @@ -1,6 +1,7 @@ #ifndef OrbitalInfoStruct_h #define OrbitalInfoStruct_h +#include struct cOrbitalInfo { @@ -14,6 +15,11 @@ Float_t lat; // degree from -90 to 90 Float_t alt; // meters + TVector3 V; // Velocity + + Float_t londip; + Float_t latdip; + // Magnetic field // components (gauss) @@ -34,21 +40,6 @@ // Distance of the magnetic equator in earth radii Float_t L; - // Dipolar magnetic coordinates - Float_t londip; // degrees from -180 to 180 - Float_t latdip; // degrees from -90 to 90 - Float_t altdip; // meters - - // Corrected magnetic coordinates - Float_t loncgm; // degrees from -180 to 180 - Float_t latcgm; // degrees from -90 to 90 - Float_t altcgm; // meters - - // Corrected B min magnetic coordinates - Float_t loncbm; // degrees from -180 to 180 - Float_t latcbm; // degrees from -90 to 90 - Float_t altcbm; // meters - Float_t cutoffsvl; // Quaternions @@ -57,12 +48,11 @@ // Euler angles (nadir reference frame) Float_t theta, phi, etha; - // Euler angles (local field reference frame) - // Float_t thetamag, phimag, ethamag; - Int_t mode; - - // Useful? - // Int_t goodAttitude[5]; + // quality of orientation information + Int_t mode; + Int_t qkind; + Int_t errq; + Int_t azim; void InitcOrbitalInfo(){ abstime = 0;