→ Plot dt/t timing
This plot shows the per-pair and network-mean dt/t timeseries from the .. include:: /clickhelp/msnoise-cc-dtt-plot-timing.rst
MWCS-DTT step, equivalent to the old timing plot but reading from the
lineage-aware NetCDF store.
Example:
msnoise cc dtt plot timing will plot all defaults:
- msnoise.plots.timing.main(mov_stackid=None, dttname='m', components='ZZ', filterid=1, mwcsid=1, dttid=1, pairs=None, showALL=False, show=False, outfile=None, loglevel='INFO')
Plot per-pair and network-mean dt/t timeseries.
- Parameters:
mov_stackid – 1-based index into
params.stack.mov_stack(0/None = all).dttname – DTT column to display:
'm'(slope = dt/t) or'm0'(zero-intercept slope).components – Component pair string.
filterid – Filter set number.
mwcsid – MWCS set number.
dttid – MWCS-DTT set number.
pairs – List of
'NET.STA.LOC:NET.STA.LOC'strings to highlight.showALL – Unused (kept for signature compatibility).
show – Display interactively.
outfile – Save path (
?= auto-name).loglevel – Logging verbosity.