LCOGT / neoexchange

NEO observing portal
GNU General Public License v3.0
7 stars 1 forks source link

Download and store prior source measurements #52

Closed talister closed 8 years ago

talister commented 8 years ago

In order to support operations with NEO candidates where: 1) recoveries on the LCOGT Network need to be combined with the discovery and prior follow-up observations to confirm successful recovery and check astrometric residuals, 2) maintain access to the above data in the case of objects which are not NEOs which vanish from the NEOCP for at least a week 3) provide the foundation of the future infrastructure to store and report astrometric and photometric measurements made with the LCOGT NEO Follow-up Network

we need to able to support and perform the following tasks:

talister commented 8 years ago

Edward, I am happy for you to review the code as it at the minute and before it gets too much development in isolation. I would like to get some more of the tasks done before merging it to master though.

zemogle commented 8 years ago

I've reviewed your code and merged in all the latest changes from master. I have added code to create Frame entries when blocks are updated too. I will now write some unittests for these.

talister commented 8 years ago

Downloading and storing now working

talister commented 8 years ago

8 of 9 tasks completed now

zemogle commented 8 years ago

Should we aim to put this on the staging server on Monday for possible deployment on Tuesday?

talister commented 8 years ago

On Sat, Dec 12, 2015 at 1:55 AM, Edward notifications@github.com wrote:

Should we aim to put this on the staging server on Monday for possible deployment on Tuesday?

Yes please.

— Reply to this email directly or view it on GitHub https://github.com/LCOGT/neoexchange/issues/52#issuecomment-164135519.

Dr Tim Lister Astronomer and Project Scientist Las Cumbres Observatory (LCOGT.net) +1 805 880 1989

zemogle commented 8 years ago

This is now running on the staging server. Everything looks good.

@talister if you review PR #66 I could put that on the staging server tomorrow and then we can deploy both of these live on Wednesday.

talister commented 8 years ago

Edward, I have added support to handle satellite S/s format lines (first S line was easy, the other one much less so). Can you review the newly pushed feature/mpc-satellite-support branch (I know it still needs updating from master) and if it looks not too horrible, could it be pushed to the staging server?

zemogle commented 8 years ago

Sure thing. I'll have to leave until Monday, if thats ok.

zemogle commented 8 years ago

I've deployed this to the staging server. Its all looking good. Please check it over.

talister commented 8 years ago

Final part of the satellite support is now complete with the bug fix for Issue #80.