much bigger file test
This commit is contained in:
parent
e97ee18e73
commit
c733b31153
|
@ -78,7 +78,7 @@ def addBurst(values):
|
|||
filterbankObj = Your(values.file)
|
||||
values.file = values.file.strip(".fil") #removing extension for text manipulation later
|
||||
basename = path.basename(values.file)
|
||||
samples = 8096
|
||||
samples = 524288
|
||||
|
||||
#the full filterbanks use 64GB in RAM when injecting burst, so we write out a truncated version and load that instead.
|
||||
filWriter = Writer(filterbankObj, outdir="./", outname = f"{basename}_trunc", nstart = 0, nsamp = samples)
|
||||
|
|
Loading…
Reference in a new issue