|
59 | 59 | "A new set of tutorials will accompany the DP2 release.\n", |
60 | 60 | "\n", |
61 | 61 | "**Visits:**\n", |
62 | | - "One visit is one observation (one image; one exposure) with the LSSTCam[lsstcam.lsst.io](https://lsstcam.lsst.io/), centered on a sky coordinate, and obtained with a single filter and sky rotation.\n", |
| 62 | + "One visit is one observation (one image; one exposure) with the LSSTCam ([lsstcam.lsst.io](https://lsstcam.lsst.io/)), centered on a sky coordinate, and obtained with a single filter and sky rotation.\n", |
63 | 63 | "\n", |
64 | 64 | "**Tracts:**\n", |
65 | 65 | "One tract is one square region of LSST's all-sky tesselation (\"skymap\"), $~1.66$ deg per side.\n", |
|
145 | 145 | "file_path = '/rubin/cst_repos/tutorial-notebooks-data/data/'" |
146 | 146 | ] |
147 | 147 | }, |
| 148 | + { |
| 149 | + "cell_type": "markdown", |
| 150 | + "id": "8d85958b-b671-42f0-91d5-f980e1ef4ac9", |
| 151 | + "metadata": {}, |
| 152 | + "source": [ |
| 153 | + "**Option**: to create interactive plots with zoom-in capabilities, un-comment and execute the following cell. All plots created after this will be interactive. To return to static plots, comment-out this cell, restart the kernel and clear all outputs, and re-execute the cells of this notebook." |
| 154 | + ] |
| 155 | + }, |
| 156 | + { |
| 157 | + "cell_type": "code", |
| 158 | + "execution_count": null, |
| 159 | + "id": "6e2014d4-993a-49c3-b81f-0675035a5762", |
| 160 | + "metadata": {}, |
| 161 | + "outputs": [], |
| 162 | + "source": [ |
| 163 | + "# %matplotlib widget" |
| 164 | + ] |
| 165 | + }, |
148 | 166 | { |
149 | 167 | "cell_type": "markdown", |
150 | 168 | "id": "60748c6f-7847-4353-9d9b-f4f1d5a02fee", |
|
559 | 577 | "source": [ |
560 | 578 | "Instead of a 2D histogram, the cell below offers the option to mark each visit as a separate, semi-transparent marker the size of the LSSTCam FOV on the sky (radius ~1.75 deg).\n", |
561 | 579 | "\n", |
562 | | - "> **Warning:** The mode of plotting in the following cell takes a few minutes to render, is not as informative as a histogram, and will not scale well as the number of visits increases. But it is possible, as there are only ~28,000 visits of DP2." |
| 580 | + "> **Warning:** The mode of plotting in the following cell takes a few minutes to render, is not as informative as a histogram, and will not scale well as the number of visits increases. But it is possible, as there are only ~28,000 visits of DP2. If the matplotlib widget for interactive plots has been enabled, the plot will still display but it will not zoom smoothly. " |
563 | 581 | ] |
564 | 582 | }, |
565 | 583 | { |
|
1034 | 1052 | "source": [ |
1035 | 1053 | "### 4.3. Sky distribution\n", |
1036 | 1054 | "\n", |
1037 | | - "Combine the visits and tracts maps into a single plot, and show the locations of the three targets.\n", |
1038 | | - "\n", |
1039 | | - "Option: to create interactive plots with zoom-in capabilities, uncomment and execute the following cell. All plots created after this will be interactive. To return to static plots, comment-out this cell, restart the kernel and clear all outputs, and re-execute the cells of this notebook." |
1040 | | - ] |
1041 | | - }, |
1042 | | - { |
1043 | | - "cell_type": "code", |
1044 | | - "execution_count": null, |
1045 | | - "id": "fbe7ff9f-6ecb-4221-8a31-465f792067e8", |
1046 | | - "metadata": {}, |
1047 | | - "outputs": [], |
1048 | | - "source": [ |
1049 | | - "# %matplotlib widget" |
| 1055 | + "Combine the visits and tracts maps into a single plot, and show the locations of the three targets." |
1050 | 1056 | ] |
1051 | 1057 | }, |
1052 | 1058 | { |
|
0 commit comments