Reference/API¶
pyvo.samp Package¶
This subpackage provides classes to communicate with other applications via the Simple Application Messaging Protocol (SAMP).
Before integration into Astropy it was known as SAMPy, and was developed by Luigi Paioro (INAF - Istituto Nazionale di Astrofisica).
Functions¶
|
a context manager making astropy_table available under a (file) URL for the controlled section. |
|
a context manager to give the controlled block a SAMP connection. |
|
returns the SAMP id of the client with samp.name samp_name. |
|
A secure replacement for |
|
asks an image client to open a remote image via SAMP. |
|
sends SAMP messages to load data. |
|
asks a spectrum client to open a remote spectrum via SAMP. |
|
sends astropy_table via SAMP. |
Classes¶
|
Configuration parameters for |
|
Utility class which provides facilities to create and manage a SAMP compliant XML-RPC server that acts as SAMP callable client application. |
SAMP Client exceptions. |
|
SAMP Hub exception. |
|
Proxy class to simplify the client interaction with a SAMP hub (via the standard profile). |
|
|
SAMP Hub Server. |
|
A Simple SAMP client. |
Function decorator that allows to automatically grab errors and returned maps (if any) from a function bound to a SAMP call (or notify). |
|
|
SAMP Proxy Hub exception. |
SAMP-specific Astropy warning class. |
|
|
An XML-RPC server proxy that uses a safe transport to prevent XXE. |
A base class to make writing Web Profile GUI consent dialogs easier. |