Posts by amaury

by amaury
05.08.2013, 18:23
Forum: Scripting
Topic: Minor Planet Center files to Celestia
Replies: 8
Views: 22133

Re: Minor Planet Center files to Celestia

Hello, 5 years later I found my stuff back (ouch!) These are scripts adapted from the MPC Perl script by Arlene Ducao. I made them a while ago, so do NOT launch them without reading the content and adjusting URLs, etc. Otherwise you are likely to get errors all over :wink: Awful code by the way, but...
by amaury
14.12.2009, 09:06
Forum: Scripting
Topic: Minor Planet Center files to Celestia
Replies: 8
Views: 22133

Re: Minor Planet Center files to Celestia

Hi Dirl,

i haven't been cel-scripting for quite a while now, and the links for the scripts are down because the hosting company closed my account without notice last year.

I will look into my old computer files and post again if i find it

Amaury
by amaury
29.07.2006, 18:21
Forum: Scripting
Topic: Relative velocity/speed
Replies: 5
Views: 7355

Re: Relative velocity/speed

I finally managed to find time to dig into vectors and stuff. It took me a while, but i think i now have a relative velocity (Vinfinity) display script. I checked solar planets velocities and some asteroid-Earth close approaches and it seems accurate. If anyone thinks it is not right, please tell me...
by amaury
04.07.2006, 08:50
Forum: Scripting
Topic: About labels
Replies: 12
Views: 14518

Re: About labels

Hello Guillaume, i found this document on DonG scripting pages. It is about marking objects, not labelling features of objects (cities, geological sites, etc). I found nothing about labelling of planetary features in Cel scripts. Will tell you if i find anything. This is what you want to do, right ?...
by amaury
21.06.2006, 21:16
Forum: Scripting
Topic: About labels
Replies: 12
Views: 14518

Re: About labels

Hi eburacum, thanks for your post. If you have any suggestion on the script, feel free to tell. Regarding your question, you can try this (newer) version it is ready for star support (a few code uncommenting is necessary, but it's all documented in the code). The problem i ran into is that Celestia ...
by amaury
25.05.2006, 22:13
Forum: Development
Topic: Developing new addon: asteroids larger than 250km
Replies: 32
Views: 20617

Re: Developing new addon: asteroids larger than 250km

thanks again,

so the script could look at these error bar values for each object, and decide how many digits to use, right ?

can you explain me how you get to this number of 7 from the object's webpage?
by amaury
25.05.2006, 21:50
Forum: Development
Topic: Developing new addon: asteroids larger than 250km
Replies: 32
Views: 20617

Re: Developing new addon: asteroids larger than 250km

thanks Selden, What are the Epochs of the different parameter sets? good call, the time of perihelion for this comet was : MPC 2453553.5 JPL 2453554.249694 so one of the two computations must be earlier/less accurate (?) After a quick search, I'd suggest using the parameters available from the JPL S...
by amaury
25.05.2006, 18:47
Forum: Development
Topic: Developing new addon: asteroids larger than 250km
Replies: 32
Views: 20617

Re: Developing new addon: asteroids larger than 250km

Fridger and Selden: hi, i hope i didn't interfere with your discussion. Reading back your previous posts, i am beginning to doubt the orbital data i use from the JPL small body database can be used "as is" in Celestia without transformation. I am very unfamiliar with quaternions, planes of reference...
by amaury
23.05.2006, 13:12
Forum: Development
Topic: Developing new addon: asteroids larger than 250km
Replies: 32
Views: 20617

Re: Developing new addon: asteroids larger than 250km

I'll jump on this topic: i made a script that converts data from the JPL Small Body Database into ssc files. see http://asolignac.free.fr/celestia/files.htm for examples of comet and asteroid files and http://asolignac.free.fr/celestia/scripts.htm for the celx "converter" script Note that the files ...
by amaury
22.04.2006, 11:20
Forum: Scripting
Topic: About labels
Replies: 12
Views: 14518

Re: About labels

Hello Guillaume,
you can try this:


http://asolignac.free.fr/celestia/the_marker_beta.celx.txt


It's a first version, but it works.
bugs/suggestions from anyone else are welcome

Tu es fran?§ais au fait ?

Amaury :)
by amaury
03.04.2006, 13:22
Forum: Development
Topic: Celestia Syntax Highlighting
Replies: 2
Views: 4094

Re: Celestia Syntax Highlighting

Your lists were very helpful by the way...
by amaury
03.04.2006, 13:21
Forum: Development
Topic: Celestia Syntax Highlighting
Replies: 2
Views: 4094

Re: Celestia Syntax Highlighting

Hello Maxim, here are a few additional flags for the C7 section of the CELX def?° file, namely: automag, grid, lightdelay, locations, partialtrajectories & smoothlines. Amaury /C7"Flags" Asteroid Comet Invisible Moon Planet Spacecraft Unknown automag asteroids atmospheres boundaries ch...
by amaury
24.03.2006, 09:51
Forum: Scripting
Topic: Code Bug has me Stumped
Replies: 9
Views: 9038

Re: Code Bug has me Stumped

did you try the console or celestia:print/flash commands to debug step by step? i would check if the subroutine exit happens before or after the period is returned.

not sure if this is of any help, maybe you did it already

amaury
by amaury
19.03.2006, 23:59
Forum: Scripting
Topic: Minor Planet Center files to Celestia
Replies: 8
Views: 22133

Re: Minor Planet Center files to Celestia

Still working on it... (wrong radius formula)

amaury
by amaury
19.03.2006, 23:33
Forum: Scripting
Topic: replacing the earth
Replies: 5
Views: 7444

Re: replacing the earth

oops, didn't know about that one, it clearly is safer.
by amaury
19.03.2006, 17:19
Forum: Scripting
Topic: replacing the earth
Replies: 5
Views: 7444

Re: replacing the earth

Hello blueberry, the Earth is declared in the data folder, in the solarsys.ssc file, under: "Earth" "Sol" if you comment (#) or remove all the lines declaring the properties of a planet, it will disappear from the solar system you can also use these lines to replace the model or texture used, etc. D...
by amaury
17.03.2006, 15:03
Forum: Scripting
Topic: Minor Planet Center files to Celestia
Replies: 8
Views: 22133

Re: Minor Planet Center files to Celestia

i get it : there should be a wait() right after c:requestsystemaccess() on line 242... i didn't get the error myself because my celestia config file had systemaccess on auto (i got tired of pressing (y) all the time while testing :)) i can't upload anything from work, and no home connection for a we...
by amaury
17.03.2006, 14:10
Forum: Scripting
Topic: Minor Planet Center files to Celestia
Replies: 8
Views: 22133

Re: Minor Planet Center files to Celestia

\MPC\MPC_to_Celestia_translator.celx
\MPC\COMET.dat
\MPC\DAILY.dat

MPC_to_Celestia_translator.celx "CLIC"

Escape => ERROR :/

MPC_to_Celestia_translator_V1.1.celx


Uh ?!?
do you get an error when you press escape ?
by amaury
16.03.2006, 22:22
Forum: Scripting
Topic: Minor Planet Center files to Celestia
Replies: 8
Views: 22133

Minor Planet Center files to Celestia

Please do not use the current script as its output for comets is inaccurate. However the asteroid part is ok. I will upload a better one when it is updated. Amaury Original post below: ----------------------------------------------------- my scripting frenzy is not getting any better :) i'm making a...

Go to advanced search