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(
|
injectedSpectra = inject.inject_constant_into_file(
|
||||||
yr_input = filterbankObj,
|
yr_input = filterbankObj,
|
||||||
pulse = pulse,
|
pulse = pulse,
|
||||||
start = samples // 3,
|
start = samples // 3
|
||||||
gulp = samples
|
|
||||||
)
|
)
|
||||||
|
|
||||||
#and save the new plot
|
#and save the new plot
|
||||||
|
|
Loading…
Reference in a new issue