LCOGT / neoexchange

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

Astrometry in browser #91

Open zemogle opened 8 years ago

zemogle commented 8 years ago

Currently working on this in branch feature/astrometer. The key features are:

talister commented 8 years ago

Hi Edward, Sarah and I have been working on the bottom two points. We are putting the finishing touches to the code to add zeropoint calibration to frames which don't have them - the code to extract info out of the SExtractor FITS catalogs is done.

What we need is somewhere to store the info.. I have made a start on the feature/CatalogSources branch (it needs a link to SourceMeasurement table and a migration creating) but it seems pretty duplicative of the SourceMeasurement table and it's making me twitchy. Would be interested in your thoughts before I plough ahead.

zemogle commented 8 years ago

I can understand your twitchiness. I think CatalogSource is sufficiently different to SourceMeasurement that having 2 models is justified. We will get huge numbers of CatalogSources very quickly. However I don't think we need to keep these forever. We could do some housekeeping and remove all CatalogSources which belong to Frames > Blocks which we have reported?

Ps. Do you die a little bit inside when you have to spell "catalogue" that way?

talister commented 8 years ago

OK, I will press on with Catalog(ue)Sources then. It would be nice to remove the duplication of the astrometric and photometric catalogs and move those out of CatalogSources and SourceMeasurement and into Frame - not wholly sure the mass data migration is worth the pain though. Yes, I think an auto-vacoom will be needed and a good idea.

(I don't tend to notice the American spellings so much now and given that my naming decision of 6+ years ago for the AstroCatalogues directory is still causing grief (see recent Network Changelog), I will go with the path of least resistance...)

zemogle commented 8 years ago

How are we getting on with this? It would be good if we could pull in the parallel developments soon.

zemogle commented 7 years ago

Made lots of process on feature/astrometry this week. We now have

To do: