From e7d1ad92d932f3cf0085f7dd5f66afa41dcd90f5 Mon Sep 17 00:00:00 2001 From: Rachel Plesha Date: Fri, 24 May 2024 11:36:26 -0400 Subject: [PATCH] Minor typo fix in an error print statement --- .../NIRISS_WFSS_advanced/01_niriss_wfss_image2_image3.ipynb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/notebooks/NIRISS_WFSS_advanced/01_niriss_wfss_image2_image3.ipynb b/notebooks/NIRISS_WFSS_advanced/01_niriss_wfss_image2_image3.ipynb index c90384dbe..e49adbe82 100644 --- a/notebooks/NIRISS_WFSS_advanced/01_niriss_wfss_image2_image3.ipynb +++ b/notebooks/NIRISS_WFSS_advanced/01_niriss_wfss_image2_image3.ipynb @@ -700,9 +700,7 @@ "cell_type": "code", "execution_count": null, "id": "3f2f7f0f", - "metadata": { - "scrolled": true - }, + "metadata": {}, "outputs": [], "source": [ "image3_asns = np.sort(glob.glob('*image3*asn*.json'))\n", @@ -713,7 +711,7 @@ "i2d_file = os.path.join(custom_run_image3, f\"{asn_data['products'][0]['name']}_i2d.fits\")\n", "\n", "if os.path.exists(i2d_file):\n", - " print(cal_file, 'cal file already exists.')\n", + " print(i2d_file, 'i2d file already exists.')\n", "else:\n", " # call the image3 pipeline in the same way as before, but add a few new modifications\n", " cust_img3 = Image3Pipeline.call(test_asn,\n",