{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "69cb1936-9d69-4481-b191-f2b57739ca62", "metadata": { "execution": { "iopub.execute_input": "2025-07-04T04:00:50.734000Z", "iopub.status.busy": "2025-07-04T04:00:50.733389Z", "iopub.status.idle": "2025-07-04T04:00:51.178739Z", "shell.execute_reply": "2025-07-04T04:00:51.178275Z", "shell.execute_reply.started": "2025-07-04T04:00:50.733981Z" } }, "outputs": [], "source": [ "from astropy.table import Table\n", "import matplotlib.pyplot as plt\n", "from lsst.rsp import get_tap_service\n", "rsp_tap = get_tap_service(\"tap\")" ] }, { "cell_type": "code", "execution_count": 2, "id": "3e322c99-6ca6-4d08-8e34-b7b595ca9a49", "metadata": { "execution": { "iopub.execute_input": "2025-07-04T04:00:51.179887Z", "iopub.status.busy": "2025-07-04T04:00:51.179564Z", "iopub.status.idle": "2025-07-04T04:00:51.187111Z", "shell.execute_reply": "2025-07-04T04:00:51.186740Z", "shell.execute_reply.started": "2025-07-04T04:00:51.179870Z" } }, "outputs": [ { "data": { "text/html": [ "
BYWid | shortname | catWISE_RA | catWISE_Dec |
---|---|---|---|
int64 | str9 | float64 | float64 |
0 | 0000+4437 | 0.0087419 | 44.6236809 |
1 | 0000-7048 | 0.024753 | -70.8142748 |
2 | 0000-4614 | 0.0678658 | -46.2490076 |
3 | 0000+2454 | 0.0864696 | 24.9051138 |
4 | 0000-4813 | 0.0893808 | -48.2208077 |