Don't forget bench
This commit is contained in:
parent
0765cbac9c
commit
621ff637da
1 changed files with 8 additions and 0 deletions
8
src/backscattering_analyzer/bench.py
Normal file
8
src/backscattering_analyzer/bench.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
from gwpy.timeseries import TimeSeries
|
||||
|
||||
|
||||
class Bench:
|
||||
def __init__(self, name: str, fsc: float, movement: TimeSeries):
|
||||
self.name = name
|
||||
self.fsc = fsc
|
||||
self.movement = movement
|
Loading…
Reference in a new issue