There was a request some time ago for being ablle to get up-to-date satellite location information for Celestia, because satellite orbits changed fairly requently and new satellites are always being introduced. I have add this capability to the StarBridge application that I'm working on, but I have a few questions to ask you, the potential users, about how you want to access this information.
Right now I can parse all of the satellit information from the NORAD site: http://celestrak.com/NORAD/elements/. This results in 1160 distinct satelites being writen to the noradsatellites.ssc file. You can download that file from http://jeffdavies.org/starbridge/noradsatellites.ssc. Put that file into your celestia\extras folder and you now have access to all of the latest information on 1160 satellites when you right-click on the earch and select Satellites -> Spacecraft from the popup menu.
The problem of course is that few pwoplw will probably want access to all 1160 satelllites from within Celestia. So here is my question: For those of you that observe satellites, how would you like to be able to select them? Would you want to select them by name and create and maintain your own list of satellites that you wish to track. Or, would you like to select satellites by some other criteria. The Norad information on the CelesTrack site organizes this information in the following general categories and sub categories:
- Special Interest
- Last 30 Days
- 100 Brightest
- Space Station
- FENGYUN 1C Debris
- Weather and Earth Resource
- Weather
- NOAA
- GOES
- Earth Resources
- Search and Rescue (SARSAT)
- Disaster Monitoring
- Tracking and Data Relay Satellite System (TDRSS)
- Communication
- Geostationary
- IntelSat
- Gorizont
- Raduga
- Molniya
- Iridium
- Orbcomm
- Globalstar
- Amateur Radio
- Experimental
- Other
- Navigation
- GPS Operational
- Glonass Operational
- Galileo
- Satellite Based Augmentation System
- Navy Navigation Satellite System
- Russian LEO Navigation
- Scientific
- Space and Earth Science
- Geodetic
- Engineering
- Education
- Misc
- Misc Military
- Radar Calibration
- CubeSats
- Other
I'm sure there are other ways to categorize these satellites too. So I'm looking for suggestion on how you would want to manage it. The next release of the StarBridge application will have a GUI so you can easily interact with the system, create your preferences, etc.
How do you select a satelllite for observation?
How many satellites do you observe?
What limits your ability to observe satellites?
What can a software program do to help you?
One last thing. For those of you that might be interested in where that toolpouch is that was dropped from the ISS, here it is:
Code: Select all
"ISS DEB [TOOLBAG]" "Sol/Earth" {
Class "spacecraft"
# Mesh
Radius 0.004999999888241291
EllipticalOrbit {
Epoch 2454825.75119353
Period 0.06350313388251475
SemiMajorAxis 6723.544849809185
Eccentricity 0.00040740
Inclination 51.6439
AscendingNode 116.743
ArgOfPericenter 124.4732
MeanAnomaly 235.6888
}
Obliquity 51.64390182495117
EquatorAscendingNode 116.74299621582031
RotationOffset 233.90015417289737
# Orientation []
}
Thanks in advance for your consideration and guidance!
- Jeff