From 81956afb5d958c1dfb3edce7118cab3211ca369a Mon Sep 17 00:00:00 2001 From: Pal Szabo Date: Tue, 13 Aug 2019 13:55:42 +0200 Subject: [PATCH] correct typo (change fits_file to ffi_hdu) --- tesscut_wcs_hack.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tesscut_wcs_hack.ipynb b/tesscut_wcs_hack.ipynb index a8f31a9..5d16908 100644 --- a/tesscut_wcs_hack.ipynb +++ b/tesscut_wcs_hack.ipynb @@ -221,7 +221,7 @@ ], "source": [ "fits_file = \"https://archive.stsci.edu/missions/tess/ffi/s0001/2018/221/4-3/tess2018221072942-s0001-4-3-0120-s_ffic.fits\"\n", - "fits_file = fits.open(fits_file)\n", + "ffi_hdu = fits.open(fits_file)\n", "ffi_wcs = wcs.WCS(ffi_hdu[1].header)" ] },