adding comments

This commit is contained in:
wendtalexander 2023-01-12 18:22:32 +01:00
parent 96933c0532
commit 02b204c7d4

View File

@ -195,6 +195,7 @@ def main(datapath: str) -> None:
raise ValueError("Window overlap must be even.") raise ValueError("Window overlap must be even.")
raw_time = np.arange(data.shape[0]) / data.samplerate raw_time = np.arange(data.shape[0]) / data.samplerate
# good chirp times for data: 2022-06-02-10_00
t0 = (3 * 60 * 60 + 6 * 60 + 43.5) * data.samplerate t0 = (3 * 60 * 60 + 6 * 60 + 43.5) * data.samplerate
dt = 60 * data.samplerate dt = 60 * data.samplerate