as2fm.trace_visualizer.visualizer.Trace
- class as2fm.trace_visualizer.visualizer.Trace(df)
Bases:
object
A single trace from a trace csv file produced by smc_storm.
- __init__(df)
Methods
__init__
(df)df
()Returns the dataframe of this trace.
Returns True if the trace is verified, False otherwise.
- df() DataFrame
Returns the dataframe of this trace.
- is_verified() bool
Returns True if the trace is verified, False otherwise.