vbonvin / POUET

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

Save list of selected observables #14

Closed vbonvin closed 6 years ago

vbonvin commented 6 years ago

save into a rdb file

vbonvin commented 6 years ago

Added a save function from the interface that saves only the visible observables in a standard .pouet format (name, alpha, delta, obsprogram).

Overwriting of any existing catalog with the same name can be toggled on/off. If off, then the observables are appended at the end of the existing catalog. Raise an error if the format of the existing catalog does not match the default .pouet format.