diff --git a/astrocut/cube_cut.py b/astrocut/cube_cut.py index 1cffd31d..92c28adc 100644 --- a/astrocut/cube_cut.py +++ b/astrocut/cube_cut.py @@ -702,8 +702,6 @@ def _build_tpf(self, cube_fits, img_cube, cutout_wcs_dict, aperture, uncert_cube # The primary hdu is just the main header, which is the same # as the one on the cube file primary_hdu = cube_fits[0] - print(cube_fits) - print(primary_hdu.header) self._update_primary_header(primary_hdu.header) cols = list() @@ -849,6 +847,7 @@ def cube_cut( if verbose: start_time = time() + # Declare the product type being used to make the cutouts self.product = product warnings.filterwarnings("ignore", category=wcs.FITSFixedWarning)