Skip to content

Project Orbital State to Ground #347

Answered by ChristopherRabotin
gwbres asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Guillaume,

Yes, ANISE provides the latlongalt function, which returns the latitude in degrees, longitude in degrees, and altitude in kilometers. If you only want one of these three, you can call the respective function directly: latitude_deg, longitude_deg, or height_km. Note that the orbit state should be in a body fixed frame (e.g. the ECEF frame) for this computation to be valid. The frame also needs to be loaded from the Almanac with the planetary constants so that the tri-axial ellipsoid which defines the body can be correctly computed, cf. the shape field of Frame.

I hope this helps.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@gwbres
Comment options

@ChristopherRabotin
Comment options

Answer selected by gwbres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants