From 2182108909f899db5cec427db62e897312e96057 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Tue, 29 Jul 2025 09:35:56 -0400 Subject: [PATCH] reduced gulp size for injection to hopefully reduce memory usage --- signalgen.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/signalgen.py b/signalgen.py index 3eee25d..4e4be54 100755 --- a/signalgen.py +++ b/signalgen.py @@ -128,8 +128,7 @@ def addBurst(values): injectedSpectra = inject.inject_constant_into_file( yr_input = filterbankObj, pulse = pulse, - start = samples // 3, - gulp = samples + start = samples // 3 ) #and save the new plot