Too Many Asteroids To Keep Track Of? 14
BLAMM! writes: "Space.com has an article explaining how the increase in asteroid detection has outstripped our ability to examine the data. And the problem is only going to get worse. A distributed workload is mentioned as a solution, but only among a few other "astereroid hunter" organizations. It's clear that an abundance of data isn't the only problem, but perhaps an @home type distributed solution would help? Anyone have a contact inside Seti@home? Looking for aliens is cool, but checking asteroids for NEOs is a real-world, in-your-face kind of problem."
A seti@home style search isn't going to work (Score:1)
In order to find an astroid, you have to compare two images taken of the same piece of the sky some time apart and then look for 'moving stars' (This was the method used to find Uranus, Neptune and Pluto as well). Computers are good for this type of search, but each client must be able to know the orbits of the already known objects so it do not report duplicates. This can be overcome by allowing the client to report those, and then use a central computer to compare new results and discard already known ones.
The problem comes when a lot of people have to download images and compare. These images must be of the highest resolution for the search to work.
Analysing an image would not take as long as FFT-analysis of radio-telescope data, as it is basically a pixel for pixel comparison (although this is a bit of an oversimplification). Therefore a LOT of images have to be transmited across the internet.
Lets make a rough estimate. a high resolution image would be something like 1200x1200 pixels (8 bit greyscale) this is 1.4 MB This can perhaps be compressed to somthing like 300KB. If each user analyses one set of images each day then each user has to download 600KB a day. This corresponds to the server having to transmit 55 megabit/s on average. This might not sound of much, but this is only the raw data, results have to be transmitted back and negotiations between server and client also have to be transmitted.
I think that this calculation shows that unless some realy smart could be done (or the analysis of the images takes much longer than 1 day on average), a seti@home style distributed analysis would be impractical.
Yours Yazeran
Plan: to go to Mars one day with a hammer
Sorry forgot to mention number of users (Score:1)
Yours Yazeran
Plan: To go to Mars one day with a hammer.
Re:A seti@home style search isn't needed (Score:2)
Hogwash. Plz read article next time. (Score:4, Insightful)
1) There are not enough scopes to do followup observations. OK, you geeks. You want hackable hardware? How about you pick up a good Meade telescope with a laptop, CCD, appropriate cables and software, and set up your own asteroid discovery observatory. This is how these asteroids are currently found, regardless of the size of the telescope. A modest 11" scope can do excellent quality science without breaking the bank. You can use this equipment to do followup observations that are needed to track the object, calculate the orbit, and keep it from getting "lost".
2) A small distributed.net style project could possibly be used to do orbit calculations. Orbital mechanics, especially the type involving multiple objects, such as Jupiter, the Earth, and the Sun (maybe mars too) require a lot of horsepower. Running 60,000 asteroids through 100 years of orbit prediction might not require the same effort required to crack a 64-bit RSA key, but it's more than my Celery 300 can handle by itself.
Distributed Telescope... (Score:3, Interesting)
Re:Distributed Telescope... (Score:1)
Re:Distributed Telescope... (Score:4, Informative)
Here's the blurb from the online index: [skypub.com]
Automatic Asteroid Hunting
Off-the-shelf software can help your telescope and computer do all the work of looking for minor planets.
COMPUTERS IN ASTRONOMY | By Jeff Medkeff
Here are other links:
software for telescope control [dc3.com]
more links to robotic scopes [sonoma.edu]
Re:Distributed Telescope... (Score:1)
Re:Distributed Telescope... (Score:2)
Re:A seti@home style search isn't going to work (Score:1)
Re:A seti@home style search isn't going to work (Score:1)
@home approach would be unwise (Score:2)
I know, there's always the possibility that an asteroid or comet is on a collision course RIGHT NOW, but just considering the time spans involved (65 million years since the last -ahem - dinosaur killer),I would thing that the more likely result of our search would be to find an asteroid that might hit us in 10 years. Or 20. Or 100, I dunno. The point is, I would feel much safer knowing that the asteroid data were being analyzed by secure, trusted machines that might take longer, that if it were being handeled by a very insecure internet distributed computing system.
Is that sinking feeling my karma falling through the floor?