Skip to content

Commit

Permalink
Removing tshooting print statmnts
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymedina committed Jul 26, 2023
1 parent 6978a1f commit 744f569
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions astrocut/cube_cut.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 744f569

Please sign in to comment.