Such as the title,and could you translate it as Chinese Simplified?
Oh I think some sentence's grammer is wrong....
Because I'm Chinese.
How to Generate the XYZ files
Forum rules
Please help to make this forum more useful by checking the FAQs before posting! Keep it clean, keep it civil, keep it truthful, stay on topic, be responsible, share your knowledge.
Please help to make this forum more useful by checking the FAQs before posting! Keep it clean, keep it civil, keep it truthful, stay on topic, be responsible, share your knowledge.
- Chuft-Captain
- Posts: 1779
- Joined: 18.12.2005
- With us: 18 years 11 months
Re: How to Generate the XYZ files
See here: http://en.wikibooks.org/wiki/Celestia/Trajectories#SampledTrajectory for general discussion and examples of trajectories.
For more details: http://en.wikibooks.org/wiki/Celestia/160Files#Position_.2B_Velocity_Trajectories_.28xyzv_files.29
XYZ's are just ASCII text files, so you can create and/or edit them using any tool you like as long as it conforms to the conventions described.
Code: Select all
Here's an excerpt from the trajectory file for Galileo:
2447818.615972 134114700.2612462193 64912642.6984842718 39861.799941
2447819.615972 133153386.7785827518 66969511.3118158504 237125.784089
2447820.615972 132137795.3581911474 69024279.8844281882 418499.867572
2447821.615972 131079666.1268854141 71061806.8872888833 596914.157647
The first value on each line is a Julian date, and that last three values are positions in kilometers. The reference frame for the positions is given in the ssc file
For more details: http://en.wikibooks.org/wiki/Celestia/160Files#Position_.2B_Velocity_Trajectories_.28xyzv_files.29
XYZ's are just ASCII text files, so you can create and/or edit them using any tool you like as long as it conforms to the conventions described.
"Is a planetary surface the right place for an expanding technological civilization?"
-- Gerard K. O'Neill (1969)
CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS
-- Gerard K. O'Neill (1969)
CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS
-
Topic authorCelestiaFansInChina
Re: How to Generate the XYZ files
Oh?I am Understand it,Thank you very much!
- John Van Vliet
- Posts: 2944
- Joined: 28.08.2002
- With us: 22 years 2 months
Re: How to Generate the XYZ files
--- edit----