time_series_overview¶
Stack many epochs of the same target into one master spectrum and render a dynamic-spectrum heatmap, a 3D surface and an animated frame-by-frame view — the three complementary visualisations of spectral variability.
| Kind | analysis |
| Status | reference - reviewed and adopted as the reference way to make this measurement |
| Version | 1.0.0 |
| Source | bundled |
Variables¶
This recipe declares no variables: it runs as is.
Steps¶
| # | Algorithm | Parameters |
|---|---|---|
| 1 | stack_spectra Stack spectra (median, robust) |
method='median' |
| 2 | plot_dynamic_spectrum Dynamic spectrum (heatmap) |
title='dynamic spectrum' |
| 3 | plot_3d_surface_plotly 3D surface |
title='stacked spectra — 3D surface' |
| 4 | plot_animation_plotly Animation across epochs |
title='stacked spectra — animation' |