diff --git a/aliby/pipeline.py b/aliby/pipeline.py index 7e08f34f0d5ad9e2156a8bb7a38440dab02fbb74..3865c278bef183ce5a7bdf927b686b28bb4d7689 100644 --- a/aliby/pipeline.py +++ b/aliby/pipeline.py @@ -90,8 +90,9 @@ class PipelineParameters(ParametersABC): filter="", earlystop=dict( min_tp=100, - thresh_pos_clogged=0.3, - thresh_trap_clogged=7, + thresh_pos_clogged=0.4, + thresh_trap_ncells=8, + thresh_trap_area=0.9, ntps_to_eval=5, ), )