Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get live status information from the antennas in NASA's Deep Space Network
ResourceFunction["DeepSpaceNetData"][] returns a Dataset containing information on all Deep Space Network (DSN) antennas. | |
Get data about the current status of all Deep Space Network stations and antenna dishes:
| In[1]:= |
| Out[1]= | ![]() |
Get the current status of the Canberra, Australia DSN station:
| In[2]:= |
| Out[2]= | ![]() |
A DSN station can be specified through its station code (e.g. "mdscc") or a human-readable name (e.g. "Madrid"):
| In[3]:= |
| Out[3]= | ![]() |
If an unknown station name is requested, a Missing expression will be returned:
| In[4]:= |
| Out[4]= |
This work is licensed under a Creative Commons Attribution 4.0 International License