Loading minke/mdctools.py +4 −0 Original line number Diff line number Diff line Loading @@ -347,6 +347,10 @@ class MDCSet(): # |H+Hx| hphx = (lalsimulation.MeasureHrss(hp, hx0)**2 - hrss**2)/2 self.strains.append([hrss, hphp, hxhx, hphx]) lal.DestroyREAL8Sequence(hp) lal.DestroyREAL8Sequence(hx) lal.DestroyREAL8Sequence(hp0) lal.DestroyREAL8Sequence(hx0) def _measure_egw_rsq(self, rate=16384.0): """ Loading minke/sources.py +0 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,6 @@ class Waveform(object): hp0, hx0 = hp, hx self.hp, self.hx, self.hp0, self.hx0 = hp, hx, hp0, hx0 lalburst.DestroySimBurst(self.swig_row) #return hp, hx, hp0, hx0 def _row(self, sim=None, slide_id=1): """ Loading Loading
minke/mdctools.py +4 −0 Original line number Diff line number Diff line Loading @@ -347,6 +347,10 @@ class MDCSet(): # |H+Hx| hphx = (lalsimulation.MeasureHrss(hp, hx0)**2 - hrss**2)/2 self.strains.append([hrss, hphp, hxhx, hphx]) lal.DestroyREAL8Sequence(hp) lal.DestroyREAL8Sequence(hx) lal.DestroyREAL8Sequence(hp0) lal.DestroyREAL8Sequence(hx0) def _measure_egw_rsq(self, rate=16384.0): """ Loading
minke/sources.py +0 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,6 @@ class Waveform(object): hp0, hx0 = hp, hx self.hp, self.hx, self.hp0, self.hx0 = hp, hx, hp0, hx0 lalburst.DestroySimBurst(self.swig_row) #return hp, hx, hp0, hx0 def _row(self, sim=None, slide_id=1): """ Loading