|
8 | 8 | "<img align=\"left\" src = https://project.lsst.org/sites/default/files/Rubin-O-Logo_0.png width=250 style=\"padding: 10px\"> \n", |
9 | 9 | "<br>\n", |
10 | 10 | "<b>Comparing Object and Truth Tables</b> <br>\n", |
11 | | - "Last verified to run on 2021-08-16 with LSST Science Pipelines release w_2021_33 <br>\n", |
| 11 | + "Last verified to run on 2021-10-12 with LSST Science Pipelines release w_2021_40 <br>\n", |
12 | 12 | "Contact author: Jeff Carlin <br>\n", |
13 | 13 | "Target audience: All DP0 delegates. <br>\n", |
14 | 14 | "Container Size: medium <br>\n", |
|
74 | 74 | "import matplotlib.pyplot as plt # imports matplotlib.pyplot as plt" |
75 | 75 | ] |
76 | 76 | }, |
| 77 | + { |
| 78 | + "cell_type": "code", |
| 79 | + "execution_count": null, |
| 80 | + "id": "762a6ccc-b007-476b-8ac6-f15a8c374693", |
| 81 | + "metadata": {}, |
| 82 | + "outputs": [], |
| 83 | + "source": [ |
| 84 | + "# filter some unit warnings\n", |
| 85 | + "import warnings\n", |
| 86 | + "warnings.simplefilter(\"ignore\", category='UnitsWarning')" |
| 87 | + ] |
| 88 | + }, |
77 | 89 | { |
78 | 90 | "cell_type": "markdown", |
79 | 91 | "id": "379c34ed", |
|
92 | 104 | "# Set up some options, and import a couple more tools we will need:\n", |
93 | 105 | "pandas.set_option('display.max_rows', 200)\n", |
94 | 106 | "\n", |
95 | | - "# from rubin_jupyter_utils.lab.notebook import get_catalog, retrieve_query\n", |
96 | | - "from rubin_jupyter_utils.lab.notebook import get_tap_service\n", |
| 107 | + "from lsst.rsp import get_tap_service, retrieve_query\n", |
97 | 108 | "\n", |
98 | 109 | "service = get_tap_service()" |
99 | 110 | ] |
|
0 commit comments