|
22 | 22 | "Data Release: DP1 <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-09 <br>\n", |
| 25 | + "Last verified to run: 2025-11-20 <br>\n", |
26 | 26 | "Repository: <a href=\"https://github.com/lsst/tutorial-notebooks\">github.com/lsst/tutorial-notebooks</a> <br>" |
27 | 27 | ] |
28 | 28 | }, |
|
415 | 415 | "id": "458a4d25-ca95-4f92-b76e-986b7a03b320", |
416 | 416 | "metadata": {}, |
417 | 417 | "source": [ |
418 | | - "> Figure 1: The cutout image, displayed in grayscale with a scale bar at right.\n", |
| 418 | + "> **Figure 1:** The cutout image, displayed in grayscale with a scale bar at right.\n", |
419 | 419 | "\n", |
420 | 420 | "#### 3.2.1. Option to save cutout to disk\n", |
421 | 421 | "\n", |
|
468 | 468 | "metadata": {}, |
469 | 469 | "outputs": [], |
470 | 470 | "source": [ |
| 471 | + "# from astropy.io import fits\n", |
| 472 | + "\n", |
471 | 473 | "# fits.info(sodaCutout)\n", |
472 | 474 | "\n", |
473 | 475 | "# sodaCutout_small = os.path.join(tempdir, 'cutout-circle_small.fits')\n", |
|
540 | 542 | "id": "c83e5413-2edf-41fd-8542-b622ba8324b0", |
541 | 543 | "metadata": {}, |
542 | 544 | "source": [ |
543 | | - "> Figure 2: A rectangular polygon cutout from a rotated `visit_image`." |
| 545 | + "> **Figure 2:** A rectangular polygon cutout from a rotated `visit_image`." |
544 | 546 | ] |
545 | 547 | }, |
546 | 548 | { |
|
661 | 663 | "id": "dfc8a459-e168-40ab-81a5-1148e7536455", |
662 | 664 | "metadata": {}, |
663 | 665 | "source": [ |
664 | | - "> Figure 3: A comparison of a cutout generated with the circle function (same as Figure 1; left panel) with a cutout defined using the `polygon` functionality defined using the same edge size (middle panel). The right panel uses `polygon` but accounts for the $cos({\\rm dec})$ term, to replicate the same cutout that was made using circle." |
| 666 | + "> **Figure 3:** A comparison of a cutout generated with the circle function (same as Figure 1; left panel) with a cutout defined using the `polygon` functionality defined using the same edge size (middle panel). The right panel uses `polygon` but accounts for the $cos({\\rm dec})$ term, to replicate the same cutout that was made using circle." |
665 | 667 | ] |
666 | 668 | }, |
667 | 669 | { |
|
0 commit comments