|
22 | 22 | "Data Release: <a href=\"https://dp1.lsst.io\">Data Preview 1</a> <br>\n", |
23 | 23 | "Container Size: large <br>\n", |
24 | 24 | "LSST Science Pipelines version: r29.2.0 <br>\n", |
25 | | - "Last verified to run: 2025-09-29 <br>\n", |
| 25 | + "Last verified to run: 2025-09-30 <br>\n", |
26 | 26 | "Repository: <a href=\"https://github.com/lsst/tutorial-notebooks\">github.com/lsst/tutorial-notebooks</a> <br>" |
27 | 27 | ] |
28 | 28 | }, |
|
712 | 712 | "\n", |
713 | 713 | "</div>\n", |
714 | 714 | "\n", |
715 | | - "> Figure 9: Zoom out to 2x scale." |
| 715 | + "> Figure 9: Zoom out to 1x scale." |
716 | 716 | ] |
717 | 717 | }, |
718 | 718 | { |
|
863 | 863 | "source": [ |
864 | 864 | "Draw a line on the image with pixel coordinates.\n", |
865 | 865 | "The coordinates are in zero based image pixel rather than FITS image pixel.\n", |
866 | | - "Click the \"EQ-J2000:\" at bottom left (purple arrow in Figure 11) to switch to \"0 Based Pix\", and pixel values instead of sky coordinates will appear when the mouse is hovered over the image.\n", |
| 866 | + "Click the \"EQ-J2000:\" at bottom left (purple arrow in Figure 11) to switch to \"Zero Based Image Pixel (0 Based Pix)\", and pixel values instead of sky coordinates will appear when the mouse is hovered over the image.\n", |
867 | 867 | "\n", |
868 | 868 | "Draw a red line between two stars." |
869 | 869 | ] |
|
875 | 875 | "metadata": {}, |
876 | 876 | "outputs": [], |
877 | 877 | "source": [ |
878 | | - "afw_display.line([[12847,3376], [12869,3795]], ctype='red')" |
| 878 | + "afw_display.line([[12847, 3376], [12869, 3795]], ctype='red')" |
879 | 879 | ] |
880 | 880 | }, |
881 | 881 | { |
|
914 | 914 | "metadata": {}, |
915 | 915 | "outputs": [], |
916 | 916 | "source": [ |
917 | | - "afw_display.line([[12847,3376], [12510,3610], [12869,3795]], ctype='purple')" |
| 917 | + "afw_display.line([[12847, 3376], [12510, 3610], [12869, 3795]], ctype='purple')" |
918 | 918 | ] |
919 | 919 | }, |
920 | 920 | { |
|
1009 | 1009 | "id": "5ed7a59c-bbb7-4eb0-b105-02dfc5ccefd1", |
1010 | 1010 | "metadata": {}, |
1011 | 1011 | "source": [ |
1012 | | - "The result should look like this.\n", |
| 1012 | + "The result should look like this, after setting the left image to full-frame (by clicking on the icon marked with the red arrow in Figure 9).\n", |
1013 | 1013 | "\n", |
1014 | 1014 | "<div style=\"max-width:300px\">\n", |
1015 | 1015 | "\n", |
|
1154 | 1154 | "source": [ |
1155 | 1155 | "Find more tutorials for the Portal Aspect (`FireflyClient`) in the documentation for [Data Preview 1](https://dp1.lsst.io/tutorials/portal/index.html)." |
1156 | 1156 | ] |
1157 | | - }, |
1158 | | - { |
1159 | | - "cell_type": "code", |
1160 | | - "execution_count": null, |
1161 | | - "id": "393d9fa3-5e44-49c8-8554-f011e89bd6fa", |
1162 | | - "metadata": {}, |
1163 | | - "outputs": [], |
1164 | | - "source": [] |
1165 | 1157 | } |
1166 | 1158 | ], |
1167 | 1159 | "metadata": { |
|
0 commit comments