Update README.md

This commit is contained in:
David Rotermund 2023-07-10 18:33:30 +02:00 committed by GitHub
parent 1ffab0889a
commit 6ca369ad19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,3 +54,29 @@ We used a RTX 3090 as test GPU.
- update inital mask
- 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