vbonvin / POUET

Programming Observations Usefully at Euler Telescope
GNU General Public License v3.0
1 stars 1 forks source link

Load a new catalog on top of the existing obs #69

Closed vbonvin closed 5 years ago

vbonvin commented 5 years ago

The idea is to add a new catalog on top of the one already loaded

Somewhat tied to #59, but will probably require to split main.load_obs() in two new functions (load and display obs). There is probably some redundancy with the current display_obs() and update_and_display_model() functions, some rewriting/refactoring might be needed here.

Then comes the question of how to deal with duplicate obs. Best way is probably to have a warning popup asking which target the user wants to keep, and have a button to apply his choice to all the upcoming conflicts.

Edit: in progress in a dedicated branch. There are more things to consider than I previously thought.