From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- vendor/voclient/libsamp/_user.sigs | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 vendor/voclient/libsamp/_user.sigs (limited to 'vendor/voclient/libsamp/_user.sigs') diff --git a/vendor/voclient/libsamp/_user.sigs b/vendor/voclient/libsamp/_user.sigs new file mode 100644 index 00000000..f871ef23 --- /dev/null +++ b/vendor/voclient/libsamp/_user.sigs @@ -0,0 +1,28 @@ + + +samp.app.ping func (sender) +samp.app.status func (sender) + +table.load.votable func (url, [table-id] [name]) +table.load.fits func (url, [table-id] [name]) +table.highlight.row func (url, table-id row) +table.select.rowList func (url, table-id row-list[]) +image.load.fits func (url, [image-id] [name]) +coord.pointAt.sky func (ra, dec) +bibcode.load func (bibcode) + +client.env.get func (name, value, maxch) +client.env.set func (name, value) + +client.param.get func (name, value, maxch) +client.param.set func (name, value) + +/****************************/ + +spectrum.load.ssa-generic func (url meta [spectrum-id] [name] +voresource.loadlist [name] ids (map of ivoid -> URL) + voresource.loadlist.cone " " + voresource.loadlist.siap " " + voresource.loadlist.ssap " " + voresource.loadlist.tap " " + voresource.loadlist.vospace " " -- cgit