reduced gulp size for injection to hopefully reduce memory usage
This commit is contained in:
parent
4b9ce25b3e
commit
2182108909
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue