CelestiaProject / CelestiaContent

Data files for Celestia space simulator
Other
36 stars 21 forks source link

Update ReferenceFrames of both Cassini and Huygens #89

Closed DaveBowman2001 closed 2 years ago

DaveBowman2001 commented 2 years ago

Cassini's ReferenceFrame is changed from Sol to Sol/Saturn, while Huygens's is changed from Sol/Cassini to Sol/Saturn/Titan. This is for the program to recognize that both spacecraft are artificial satellites of Saturn and not of the Sun. In addition, this also fixes the incorrect orientation for Huygens that was described in Issue #77

PS. Please don't merge the two Update galileo.ssc commits. I don't know how to delete/exclude them from this pull request

375gnu commented 2 years ago

please merge all commits into one

DaveBowman2001 commented 2 years ago

How do I merge those? Actually the two other commits weren't supposed to be included in this pull request as that was my earlier (failed) attempt at changing Galileo's ReferenceFrame

DaveBowman2001 commented 2 years ago

Also apparently my ability to merge commits is currently blocked (?) image

375gnu commented 2 years ago

git rebase -i master You will be able to drop unneeded commits.

Generally but instead of editing online I recommend using a local copy of repository and normal editor.

SevenSpheres commented 2 years ago

Superseded by #91