We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0394f06 commit 5290d36Copy full SHA for 5290d36
spectral_cube/cube_utils.py
@@ -1112,11 +1112,6 @@ def update(self, n=1):
1112
hdul.flush() # write to disk on each iteration
1113
super().update(n)
1114
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
-
1120
if method == 'cube':
1121
log_("Using Cube method")
1122
# Cube method: Regrid the whole cube in one operation.
0 commit comments