removed comments
This commit is contained in:
parent
b49d37e15a
commit
b80ecfb600
@ -876,9 +876,9 @@ class AcsParameters /*: public HasParametersIF*/ {
|
|||||||
|
|
||||||
struct SunModelParameters {
|
struct SunModelParameters {
|
||||||
float domega = 36000.771;
|
float domega = 36000.771;
|
||||||
float omega_0 = 280.46 * M_PI / 180.; // 282.94 * M_PI / 180.; // RAAN plus argument of
|
float omega_0 = 280.46 * M_PI / 180.; // RAAN plus argument of
|
||||||
// perigee
|
// perigee
|
||||||
float m_0 = 357.5277; // 357.5256; // coefficients for mean anomaly
|
float m_0 = 357.5277; // coefficients for mean anomaly
|
||||||
float dm = 35999.049; // coefficients for mean anomaly
|
float dm = 35999.049; // coefficients for mean anomaly
|
||||||
float e = 23.4392911 * M_PI / 180.; // angle of earth's rotation axis
|
float e = 23.4392911 * M_PI / 180.; // angle of earth's rotation axis
|
||||||
float e1 = 0.74508 * M_PI / 180.;
|
float e1 = 0.74508 * M_PI / 180.;
|
||||||
|
Loading…
Reference in New Issue
Block a user