fixed comment
This commit is contained in:
@@ -63,7 +63,7 @@ def radial_profile(data, rad, norm, keep_pixels):
|
||||
|
||||
|
||||
|
||||
#TODO: this is duplicated in calc_apply_threshold and calc_force_send
|
||||
#TODO: this is duplicated in calc_apply_threshold and calc_apply_aggregation
|
||||
def calc_apply_threshold(results, data):
|
||||
apply_threshold = results.get("apply_threshold", False)
|
||||
if not apply_threshold:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import numpy as np
|
||||
|
||||
|
||||
#TODO: this is duplicated in calc_radial_integration and calc_force_send
|
||||
#TODO: this is duplicated in calc_radial_integration and calc_apply_aggregation
|
||||
def calc_apply_threshold(results, data):
|
||||
apply_threshold = results.get("apply_threshold", False)
|
||||
if not apply_threshold:
|
||||
|
||||
Reference in New Issue
Block a user