%%{init: { 'logLevel': 'debug', 'theme': 'base' } }%%
graph LR
    waveform[Get Data] --> correlate(Correlation)
    correlate -->|save| corrdb[(CorrDB/hdf5)]
    corrdb:::active --> monitor
    monitor[Measure dv] -->|save| dv{{DV}}
    click waveform "./trace_data.html" "trace_data"
    click correlate "./correlate.html" "correlate"
    click monitor "./monitor.html" "monitor"
    click corrdb "./corrdb.html" "CorrDB"
    click dv "./monitor/dv.html" "DV"
    classDef active fill:#f666, stroke-width:4px, stroke:#f06;
    

Save and Load Correlations#