diff --git a/notebooks/DrizzlePac/drizzle_wfpc2/drizzle_wfpc2.ipynb b/notebooks/DrizzlePac/drizzle_wfpc2/drizzle_wfpc2.ipynb index db91efe1a..5efd06600 100644 --- a/notebooks/DrizzlePac/drizzle_wfpc2/drizzle_wfpc2.ipynb +++ b/notebooks/DrizzlePac/drizzle_wfpc2/drizzle_wfpc2.ipynb @@ -287,9 +287,7 @@ { "cell_type": "code", "execution_count": null, - "metadata": { - "scrolled": false - }, + "metadata": {}, "outputs": [], "source": [ "drw_data = fits.getdata('final_drw_sci.fits')\n", @@ -321,9 +319,7 @@ { "cell_type": "code", "execution_count": null, - "metadata": { - "scrolled": false - }, + "metadata": {}, "outputs": [], "source": [ "with fits.open(backup_image, mode='update') as h:\n", @@ -382,7 +378,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "We need to make a simulated DQ array. We used the first science image in the downloaded dataset for the simulation, so we will use its DQ image." + "We need to make a simulated DQ array. We used the first science image in the downloaded dataset for the simulation, so we will use its DQ image. " ] }, { @@ -574,5 +570,5 @@ } }, "nbformat": 4, - "nbformat_minor": 2 + "nbformat_minor": 4 }