Skip to content

Commit

Permalink
Remove unused taper kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
e-koch committed Jan 6, 2024
1 parent 0394f06 commit 5290d36
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spectral_cube/cube_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5290d36

Please sign in to comment.