dstndstn / astrometry.net

Astrometry.net -- automatic recognition of astronomical images
http://astrometry.net
Other
662 stars 186 forks source link

Multi-core processing #160

Open marcocipriani01 opened 5 years ago

marcocipriani01 commented 5 years ago

I would like to enjoy all the 8 cores my CPU has to speed up finding a solution. I don't know if it is already possible, but I didn't find anything in the docs, so it seems to a missing feature. In particular, given one input image, a certain number of parallel threads should look for a solution using different index files (e.g. thread 1 analyses the image using index files 1-5, thread 2 using 6-10, and so on), and when one of them finds it, stops all the others. Is it possible? Are there alternative ways to do this if it can't be implemented?

dstndstn commented 5 years ago

It's not currently implemented.