Skip to content

Commit 5290d36

Browse files
committed
Remove unused taper kwarg
1 parent 0394f06 commit 5290d36

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

spectral_cube/cube_utils.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,11 +1112,6 @@ def update(self, n=1):
11121112
hdul.flush() # write to disk on each iteration
11131113
super().update(n)
11141114

1115-
# Apply a small edge taper to the weights to ensure a smooth
1116-
# transition between cubes with adjacent spatial coverage.
1117-
if taper_weight_edge and weightcubes is not None:
1118-
pass
1119-
11201115
if method == 'cube':
11211116
log_("Using Cube method")
11221117
# Cube method: Regrid the whole cube in one operation.

0 commit comments

Comments
 (0)