fwi: add test figure with the time

This commit is contained in:
2021-03-04 18:41:45 +01:00
committed by Aleix Roca Nonell
parent 7a6cbd3a9e
commit a8477b1b05
2 changed files with 50 additions and 0 deletions

View File

@@ -61,6 +61,10 @@ in
big.granularity = stdPlot ./creams/granularity.R [ big.granularity ];
};
fwi = with exp.fwi; {
test = stdPlot ./fwi/test.R [ test ];
};
osu = with exp.osu; {
latency = customPlot ./osu/latency.R (ds.osu.latency latency.result);
latencyShm = customPlot ./osu/latency.R (ds.osu.latency latencyShm.result);