diff --git a/dap/algos/radprof.py b/dap/algos/radprof.py index 59fee1b..8c0a5b5 100644 --- a/dap/algos/radprof.py +++ b/dap/algos/radprof.py @@ -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: diff --git a/dap/algos/thresh.py b/dap/algos/thresh.py index 69da60e..631c568 100644 --- a/dap/algos/thresh.py +++ b/dap/algos/thresh.py @@ -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: