Update README.md
This commit is contained in:
parent
1ffab0889a
commit
6ca369ad19
1 changed files with 26 additions and 0 deletions
26
README.md
26
README.md
|
@ -54,3 +54,29 @@ We used a RTX 3090 as test GPU.
|
||||||
- update inital mask
|
- update inital mask
|
||||||
- end automatic_load
|
- end automatic_load
|
||||||
|
|
||||||
|
### Classic
|
||||||
|
|
||||||
|
- start automatic_load
|
||||||
|
- try to load previous mask: NOT found
|
||||||
|
- start cleaned_load_data
|
||||||
|
- start load_data
|
||||||
|
- work in XXXX.npy
|
||||||
|
- np.load
|
||||||
|
- organize acceptor
|
||||||
|
- organize donor
|
||||||
|
- organize oxygenation
|
||||||
|
- organize volume
|
||||||
|
- move axis
|
||||||
|
- move intra timeseries
|
||||||
|
- rotate inter timeseries
|
||||||
|
- move inter timeseries
|
||||||
|
- spatial pooling
|
||||||
|
- data(x,y,t) = data(x,y,t) / data(x,y,t).mean(t) + 1
|
||||||
|
- frame shift
|
||||||
|
- measure heart rate (measure_heartbeat_frequency)
|
||||||
|
- use "regression" (i.e. iterative non-orthogonal basis decomposition)
|
||||||
|
- donor: measure heart beat spectral power (measure_heartbeat_power)
|
||||||
|
- acceptor: measure heart beat spectral power (measure_heartbeat_power)
|
||||||
|
- scale acceptor and donor signals
|
||||||
|
- result(x,y,t) = 1.0 + result_a(x,y,t) - result_d(x,y,t)
|
||||||
|
- end automatic_load
|
||||||
|
|
Loading…
Reference in a new issue