Skip to content

Commit bbb71a1

Browse files
e-kochkeflavich
authored andcommitted
Remove unused taper kwarg
1 parent 8497684 commit bbb71a1

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
@@ -1113,11 +1113,6 @@ def update(self, n=1):
11131113
hdul.flush() # write to disk on each iteration
11141114
super().update(n)
11151115

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

0 commit comments

Comments
 (0)