removed first plot for speed
This commit is contained in:
parent
c733b31153
commit
bffdd1c699
|
@ -88,7 +88,7 @@ def addBurst(values):
|
||||||
spectra = filterbankObj.get_data(0, samples)
|
spectra = filterbankObj.get_data(0, samples)
|
||||||
|
|
||||||
#save pre-injection spectra plot
|
#save pre-injection spectra plot
|
||||||
show_dynamic(spectra, f"{basename} Pre-injection Dynamic Spectra", save=True)
|
#show_dynamic(spectra, f"{basename} Pre-injection Dynamic Spectra", save=True)
|
||||||
|
|
||||||
#get bandpass and store in bpWeights
|
#get bandpass and store in bpWeights
|
||||||
bpWeights = create.filter_weights(spectra)
|
bpWeights = create.filter_weights(spectra)
|
||||||
|
|
Loading…
Reference in a new issue