Posts by lucaspazio
- 18.11.2011, 13:21
- Forum: Help Central
- Topic: Reference Frames question
- Replies: 2
- Views: 2707
Re: Reference Frames question
Thank you for the help, even though it does not make me to advance. I'm not mission analyst, but I know a bit of Orbital Mechanics. Its just that I have an xyzv file (representing a drifting elliptic orbit), that was produced by a mission analysis tool, but the outcomes in Celestia looks not the sam...
- 25.10.2011, 16:44
- Forum: Help Central
- Topic: Reference Frames question
- Replies: 2
- Views: 2707
Reference Frames question
Let me first introduce myself. My name is Luca and I'm using Celestia for visualization purposes of spacecrafts. I need the help of the community to solve an issue I have. I'm trying to add a spacecraft around another planet than Earth. I read the wikibook about reference frames and I wonder if I ca...
- 08.03.2010, 16:24
- Forum: Scripting
- Topic: help for scripting needed
- Replies: 7
- Views: 7155
Re: help for scripting needed
I enter now in troubles related to Celestia itself.
I was wondering what is the celx command analogue to the "rightclick"+ Reference Vectors/Show Sun Direction.
Thanks
I was wondering what is the celx command analogue to the "rightclick"+ Reference Vectors/Show Sun Direction.
Thanks
- 08.03.2010, 15:01
- Forum: Scripting
- Topic: help for scripting needed
- Replies: 7
- Views: 7155
Re: help for scripting needed
Thanks.
now it works pretty well. I think I solved all issues related to teh i/o side.
now it works pretty well. I think I solved all issues related to teh i/o side.
- 05.03.2010, 15:43
- Forum: Scripting
- Topic: help for scripting needed
- Replies: 7
- Views: 7155
Re: help for scripting needed
Ok the work has continued, but I still find some difficulties. I ask the script to read the content of a file through the f:read("*n") if it is numeric and through the f:read("*l") functions. Some time due the fact I don't know the number of lines contained in the file I try some...
- 05.03.2010, 09:50
- Forum: Scripting
- Topic: help for scripting needed
- Replies: 7
- Views: 7155
Re: help for scripting needed
Thanks for lua hints, now it seems to work properly. I think some of the issues were coming from the path and from the fat I've to use thecelestia:requestsystemaccess() function
- 05.03.2010, 08:39
- Forum: Scripting
- Topic: help for scripting needed
- Replies: 7
- Views: 7155
help for scripting needed
Dear All, I'm new to Celestia world. I'm sorry if this topic has already been treated, but I could not find in previosu discussion. I'm trying to print in Celestia the content of a txt file I wanted to use the io.open function in order to read the txt file. This is the basic code I use propagationFi...