Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

definition of output vector from testsim example #9

Closed
Triettran75 opened this issue Sep 4, 2019 · 1 comment
Closed

definition of output vector from testsim example #9

Triettran75 opened this issue Sep 4, 2019 · 1 comment

Comments

@Triettran75
Copy link

Please define the reference frame for the output for simulated measurements. Here is the excerpt from the json file:
"TrueState": {
"Cartesian": [
3.57960207669903E7,
-2.2267515537321E7,
-87938.3477596335,
1625.07170292693,
2610.77460296534,
-2.09170251623871,
-0.1904435227596349,
0.1184685898367488,
4.678533639820142E-4
]
},
"Time": "2018-01-01T00:02:54.000Z",
"Station": "Station1",
"RightAscension": -0.6282273730787877,
"Declination": -0.09126966588071994
},

@Shiva-Iyer
Copy link
Member

As mentioned in docs/file_formats.md, if the Propagation.InertialFrame setting is not specified in your configuration, orbdetpy will default to EME2000 (aka J2000) and all state vector outputs will be in this frame. You can set this parameter to "GCRF" if you wish to use the latest definition of the Earth-centered International Celestial Reference Frame instead. No other frame may be used for this parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants