Has anyone done or is interested in making an add on that allows the footprint cone of a satellite to be displayed.
For those who dont know what Im talking about. The coverage circle or footprint is the area on the Earth from where the satellite is visible. However I would be interested allowing this area to be configurable.
I would be interested in any feed back.
Satellite ground track footprint
-
Topic authorspencerdutton
- Posts: 1
- Joined: 11.09.2003
- With us: 21 years 2 months
Re: Satellite ground track footprint
A possible solution could be to create a 3D surface as an intersection of a sphere (the planet) and a cone (vertix on the satellite, aperture angle = antenna visibility angle, centered on the vertical of the satellite) and to overlap this 3D area to the planet.
Questions:
1) Is it possible to create such 3D object in an SSC file ?
2) How to manage satellites with variable height ?
Please suggestions
Questions:
1) Is it possible to create such 3D object in an SSC file ?
2) How to manage satellites with variable height ?
Please suggestions
-
- Posts: 1034
- Joined: 16.12.2002
- With us: 21 years 11 months
- Location: People's Republic Of Cork, Ireland
re: Satellite ground track footprint
I easily implemented the footprint center, just creating a new object replicating the satellite orbital parameter and only changing the RADIUS defining it equal to PLANET RADIUS + 5km (just for showing it OVER the planet surface).
To implement the footprint extension it could be 2 solutions:
1) creating a CIRCLE.3DS model with the circumference visible (coloured) and a transparent surface: who knows how to create it ?
2) creating a second object circularly orbitating in a ortogonal plane respect to the surface of the planet and using the CELESTIA ORBIT PATH (in red) to show it: who knows how to define these new orbital parameters in SCC files ?
To implement the footprint extension it could be 2 solutions:
1) creating a CIRCLE.3DS model with the circumference visible (coloured) and a transparent surface: who knows how to create it ?
2) creating a second object circularly orbitating in a ortogonal plane respect to the surface of the planet and using the CELESTIA ORBIT PATH (in red) to show it: who knows how to define these new orbital parameters in SCC files ?
Could some code similar to that used to render eclipses do it?
Marc Griffith http://mostlyharmless.sf.net
Re: Satellite ground track footprint
The problematic is similar, but I'm not in deep in CELESTIA source code, could you (or someone else) help ?
If not if you can provide me some hints how has been implemented the eclipse module, I can try some attempts
If not if you can provide me some hints how has been implemented the eclipse module, I can try some attempts
Re: Satellite ground track footprint
The problem in considering the footprint similarly to the eclipse mechanism, imply to add a new light (in OpenGL terms) in CELESTIA, mounted on the satellite and with the light-beam-angle equal to the satellite footprint angle: is it easy or not on CELESTIA source code ?