Remove bias substraction for now
This commit is contained in:
parent
4c25cf6ac5
commit
80a3a58ce4
1 changed files with 1 additions and 1 deletions
|
@ -658,7 +658,7 @@ mean_bias = sp_convolve(
|
||||||
50,
|
50,
|
||||||
) ,
|
) ,
|
||||||
'same',
|
'same',
|
||||||
) / 50
|
) / 50 * 0
|
||||||
|
|
||||||
data[
|
data[
|
||||||
: ,
|
: ,
|
||||||
|
|
Loading…
Reference in a new issue