# HG changeset patch # User Daniel O'Connor # Date 1359594126 -37800 # Node ID 386e1cb047994a9d1b3aee87c0e81e2611b27626 # Parent fa728cf34f509d2ffcd22c0b04193fc86e1d4a61 Fix comment diff -r fa728cf34f50 -r 386e1cb04799 rs_fsp7_noisetest.py --- a/rs_fsp7_noisetest.py Thu Jan 31 11:24:49 2013 +1030 +++ b/rs_fsp7_noisetest.py Thu Jan 31 11:32:06 2013 +1030 @@ -106,7 +106,7 @@ r.write("DIAG:SERV:NSO " + val) def calcnf(enrdb, offdb, ondb): - # Not possible but weak results may give it + # Not possible but noisy results may result in it happening if ondb <= offdb: return 0 ydb = ondb - offdb