Skip to content

Commit d7cccc2

Browse files
updating image stamps nb
1 parent fb88686 commit d7cccc2

1 file changed

Lines changed: 35 additions & 11 deletions

File tree

DP1/100_How_to_Use_RSP_Tools/103_Image_access_and_display/103_5_Image_stamps.ipynb

Lines changed: 35 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -718,17 +718,6 @@
718718
" return fig, axes[:n_subplots]"
719719
]
720720
},
721-
{
722-
"cell_type": "code",
723-
"execution_count": null,
724-
"id": "96462574-05d0-4827-9c6e-95494307f316",
725-
"metadata": {},
726-
"outputs": [],
727-
"source": [
728-
"import sys\n",
729-
"sys.exit()"
730-
]
731-
},
732721
{
733722
"cell_type": "code",
734723
"execution_count": null,
@@ -771,6 +760,25 @@
771760
"# "
772761
]
773762
},
763+
{
764+
"cell_type": "markdown",
765+
"id": "2b54d1d3-9564-4836-8265-4c8eedc4502a",
766+
"metadata": {},
767+
"source": [
768+
"> **Figure 3**: Many cutouts of the science visit images of the DIA object, in chronological order, after being reprojected onto the same WCS as the template image cutout (right). Every Nth visit of the 117 existing visits is plotted for brevity.\n"
769+
]
770+
},
771+
{
772+
"cell_type": "code",
773+
"execution_count": null,
774+
"id": "96462574-05d0-4827-9c6e-95494307f316",
775+
"metadata": {},
776+
"outputs": [],
777+
"source": [
778+
"import sys\n",
779+
"sys.exit()"
780+
]
781+
},
774782
{
775783
"cell_type": "code",
776784
"execution_count": null,
@@ -805,6 +813,14 @@
805813
"#plt.show()"
806814
]
807815
},
816+
{
817+
"cell_type": "code",
818+
"execution_count": null,
819+
"id": "172dc7bb-67ee-49f9-bee1-a6f50ad96c89",
820+
"metadata": {},
821+
"outputs": [],
822+
"source": []
823+
},
808824
{
809825
"cell_type": "markdown",
810826
"id": "a8eb043b-5afe-4990-9050-bd059aaf5abf",
@@ -839,6 +855,14 @@
839855
"make_gif(tempdir)\n",
840856
"display(dimg(data=open(tempdir+'/animation.gif', 'rb').read()))"
841857
]
858+
},
859+
{
860+
"cell_type": "markdown",
861+
"id": "1c07a8b1-f24a-4c03-a56b-515a381cfa42",
862+
"metadata": {},
863+
"source": [
864+
"> **Figure 4**: A gif animation generated from the reproject visit images in Figure 3."
865+
]
842866
}
843867
],
844868
"metadata": {

0 commit comments

Comments
 (0)