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 8497684 commit bbb71a1Copy full SHA for bbb71a1
spectral_cube/cube_utils.py
@@ -1113,11 +1113,6 @@ def update(self, n=1):
1113
hdul.flush() # write to disk on each iteration
1114
super().update(n)
1115
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
-
1121
if method == 'cube':
1122
log_("Using Cube method")
1123
# Cube method: Regrid the whole cube in one operation.
0 commit comments