ChileanVirtualObservatory / acalib

Advanced Computing for Astronomy Library
http://acalib.readthedocs.io/en/latest/
GNU General Public License v3.0
7 stars 13 forks source link

SAMP Support #39

Open maray opened 7 years ago

maray commented 7 years ago

Using http://astrojs.github.io/sampjs/ we should be able to send NDData and Astropy tables from local apps or from a server (e.g. JupyterHub) to the SAMP Hub.

cvalenzu commented 7 years ago

Some progress with SAMP, we save the container to tmp/<timestamp>.fits and send via sampjs, but we need to get it working on Jovial before integrating the code.