From 9351cb0b57585e8f40ca11828f650d12d971630d Mon Sep 17 00:00:00 2001 From: Andrew Elder Date: Thu, 15 Aug 2013 17:05:33 -0400 Subject: test: astime_fitline.py, fix number of ns in 1/4 of sample period --- test/astime_fitline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/astime_fitline.py b/test/astime_fitline.py index 2858f7d7..f42a2312 100644 --- a/test/astime_fitline.py +++ b/test/astime_fitline.py @@ -181,5 +181,5 @@ if __name__ == '__main__': time_astimestamps_diff = np.amax(abs((result1['astimestamps'] - result2['astimestamps']) - adj_time_diff)) print "Maximum instaneous offset per AS timestamp is %f ns (%f of sample period)" % \ (time_astimestamps_diff, time_astimestamps_diff / (1000000000 / 48000)) - print "\tfor reference 0.25 of a sample at 48 kHz is %f ns" % ( 10000000000 / 48000 / 4) + print "\tfor reference 0.25 of a sample at 48 kHz is %f ns" % ( 1000000000 / 48000 / 4) -- cgit v1.2.1