From 302e55e49f69c29bdceeaa0d4e67bf94a0ebe7b9 Mon Sep 17 00:00:00 2001 From: craig-warren Date: Tue, 17 Nov 2015 12:37:24 +0000 Subject: [PATCH] Cleaned up some code formatting. --- tools/plot_Ascan_hdf5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/plot_Ascan_hdf5.py b/tools/plot_Ascan_hdf5.py index 88b5f110..f29b1afa 100644 --- a/tools/plot_Ascan_hdf5.py +++ b/tools/plot_Ascan_hdf5.py @@ -32,7 +32,7 @@ file = args.outputfile f = h5py.File(file, 'r') nrx = f.attrs['nrx'] time = np.arange(0, f.attrs['dt'] * f.attrs['Iterations'], f.attrs['dt']) -time = time / 1E-9 +time = time / 1e-9 for rx in range(1, nrx + 1): path = '/rxs/rx' + str(rx) + '/'