From 5290d36d709a29fe06aadb31ec7731d692e3dc06 Mon Sep 17 00:00:00 2001 From: e-koch Date: Sat, 6 Jan 2024 07:10:31 -0500 Subject: [PATCH] Remove unused taper kwarg --- spectral_cube/cube_utils.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spectral_cube/cube_utils.py b/spectral_cube/cube_utils.py index 829faa2aa..cb721edc0 100644 --- a/spectral_cube/cube_utils.py +++ b/spectral_cube/cube_utils.py @@ -1112,11 +1112,6 @@ def update(self, n=1): hdul.flush() # write to disk on each iteration super().update(n) - # Apply a small edge taper to the weights to ensure a smooth - # transition between cubes with adjacent spatial coverage. - if taper_weight_edge and weightcubes is not None: - pass - if method == 'cube': log_("Using Cube method") # Cube method: Regrid the whole cube in one operation.