Update README.md
This commit is contained in:
parent
65b7ff1e68
commit
1ffab0889a
1 changed files with 3 additions and 2 deletions
|
@ -40,7 +40,7 @@ We used a RTX 3090 as test GPU.
|
||||||
- rotate inter timeseries
|
- rotate inter timeseries
|
||||||
- move inter timeseries
|
- move inter timeseries
|
||||||
- spatial pooling
|
- spatial pooling
|
||||||
- data(x,y,t) -= data(x,y,t).mean(t) + 1
|
- data(x,y,t) = data(x,y,t) / data(x,y,t).mean(t) + 1
|
||||||
- remove the heart beat via SVD
|
- remove the heart beat via SVD
|
||||||
- remove mean
|
- remove mean
|
||||||
- remove linear trends
|
- remove linear trends
|
||||||
|
@ -49,7 +49,8 @@ We used a RTX 3090 as test GPU.
|
||||||
- apply bandpass acceptor_residuum (filtfilt)
|
- apply bandpass acceptor_residuum (filtfilt)
|
||||||
- calculate mask (optinal)
|
- calculate mask (optinal)
|
||||||
- don't use regression
|
- don't use regression
|
||||||
- scale acceptor and donor signals
|
- scale acceptor signal (result_a(x,y,t)) and donor signal (result_d(x,y,t))
|
||||||
|
- result(x,y,t) = 1.0 + result_a(x,y,t) - result_d(x,y,t)
|
||||||
- update inital mask
|
- update inital mask
|
||||||
- end automatic_load
|
- end automatic_load
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue