Loading minke/sources.py +1 −0 Original line number Diff line number Diff line Loading @@ -359,6 +359,7 @@ class WhiteNoiseBurst(Waveform): # consistency with the method used for O1. hp, hx, _, _ = self._generate(half=True) self.params['hrss'] = lalsimulation.MeasureHrss(hp, hx) del(hp), del(hx) class Supernova(Waveform): Loading Loading
minke/sources.py +1 −0 Original line number Diff line number Diff line Loading @@ -359,6 +359,7 @@ class WhiteNoiseBurst(Waveform): # consistency with the method used for O1. hp, hx, _, _ = self._generate(half=True) self.params['hrss'] = lalsimulation.MeasureHrss(hp, hx) del(hp), del(hx) class Supernova(Waveform): Loading