This commit is contained in:
Till Raab 2023-10-20 09:36:27 +02:00
parent f456779197
commit e905338d8e

View File

@ -55,7 +55,7 @@ def main(folder):
np.arange(0, times[-1], d_time), np.arange(0, times[-1], d_time),
np.arange(min_freq, max_freq, d_freq) np.arange(min_freq, max_freq, d_freq)
), ),
total=(max_freq-min_freq)//d_freq * times[-1] // d_time total=((max_freq-min_freq)//d_freq) * (times[-1] // d_time)
) )
for t0, f0 in pic_base: for t0, f0 in pic_base: