Bug - Potential thresholds are not correctly used.
RiesBen opened this issue · 3 comments
I went over the code again. and the way, we are using the potential threshold in the new pipeline is not how I did it in the past work.
We need to change it as the way it is done right now it is wrong in this context.
@candidechamp : we can not determine the thersholds in the eoff. they should be determined before.
@SalomeRonja : we need to find a way to pass the different types of pot_tresh. (physical - undersampling)
I will take care of it.
I think the easiest solution would be to add a file to the analysis/next directory of steps a and b and add the path to global_definitions.py, and then pass it to steps c, d and e from there.
I took care of this and added what you suggested @SalomeRonja + a bit more :) (automatic parsing of previous steps if existant)
Thanks a lot!