| | 8 | I threaded the UpdateChips portion of the relastro analysis -- this is the stage which does the main calculation work on a single machine, taking quite a lot of time (alternating with UpdateObjects, which is quite fast). I was able to thread this code because the astrometry of all chips is independent, as long as the object positions are held fixed. The all-sky analysis (done in 13 chunks) was finally able to run in a reasonable amount of time (< 24 hours). I extracted a subset database for use as a reference catalog. I spent some time working on setting up code to generate summary plots of the photometry and astrometry residuals. |