Closed domeniconappo closed 3 years ago
There is a commit to not accept: b0315b164f0d732061609ffbd5ce7210e221f3b9.
We need to keep old version until new hprot calibration is completed for EFAS.
self.var.Sideflow1Chan = np.where(self.var.ChanM3Kin > self.var.M3Limit, SideflowRatio*SideflowChan, SideflowChan)
When it's done, we have to accept the new formula from @ecCinziaMazzetti
self.var.Sideflow1Chan = np.where((self.var.ChanM3Kin + self.var.Chan2M3Kin-self.var.Chan2M3Start) > self.var.M3Limit, SideflowRatio*SideflowChan, SideflowChan)
Included fixes from #55 into #61 (still under test).
We don't need this line after new calibration is completed