riogroup / SORA

MIT License
15 stars 12 forks source link

Add new columns to the prediction table #59

Open altairgomes opened 3 years ago

altairgomes commented 3 years ago

Some columns should be added to the PredictionTable, or allow the users to add any value they want. A function to read the Gaia table and download the new values should be created. This should not be made in the prediction itself because the table download could be too big. In the PredictionTable this function could use the Star object to download all the information, but this would require a loop through all the stars that would take time to download.

A solution is to implement the search on the Gaia ESA Archive using SQL commands that can download the required information directly using the Gaia Source-ID.

[SORA-1]