Source code for rtcog.matching.matching_opts
from dataclasses import dataclass
[docs]
@dataclass(frozen=True)
class MatchingOpts:
match_method: str
match_start: int
vols_noaction: int
from dataclasses import dataclass
[docs]
@dataclass(frozen=True)
class MatchingOpts:
match_method: str
match_start: int
vols_noaction: int