Re: [guide-user] Asteroid table

Bill J Gray Jun 19, 2010

Hi Antonio,

acer_35 wrote:
> Hello Bill,
> I wanted to know where the script that generates the table of asteroids visible?
> It is included in the program code or a simple file. ITB -. ETB.

It's included in the code, I'm afraid. When you ask for a list of currently
visible asteroids, Guide computes the current magnitude of each and every
asteroid it knows about, and gives you a list of those brighter than the
limit you specify.

It really has to do things this way, because the table depends on the
current date and time, where you are in the solar system, and the magnitude
limit. Also, if you used 'mpcorb.dat', the list would change every time
you updated 'mpcorb.dat'.

-- Bill