@@ -380,7 +380,7 @@ def _run_fornav_single(self, data, out_chunks, target_geo_def, fill_value, **kwa
380380
381381 def compute (self , data , cache_id = None , rows_per_scan = None , chunks = None , fill_value = None ,
382382 weight_count = 10000 , weight_min = 0.01 , weight_distance_max = 1.0 ,
383- weight_delta_max = 1 .0 , weight_sum_min = - 1.0 ,
383+ weight_delta_max = 10 .0 , weight_sum_min = - 1.0 ,
384384 maximum_weight_mode = None , ** kwargs ):
385385 """Resample the data according to the precomputed X/Y coordinates."""
386386 # not used in this step
@@ -454,7 +454,7 @@ def _get_default_fill(data):
454454 def resample (self , data , cache_dir = None , mask_area = None ,
455455 rows_per_scan = None , persist = False , chunks = None , fill_value = None ,
456456 weight_count = 10000 , weight_min = 0.01 , weight_distance_max = 1.0 ,
457- weight_delta_max = 1 .0 , weight_sum_min = - 1.0 ,
457+ weight_delta_max = 10 .0 , weight_sum_min = - 1.0 ,
458458 maximum_weight_mode = None ):
459459 """Resample using an elliptical weighted averaging algorithm.
460460
0 commit comments