diff options
author | andreas128 <Andreas> | 2017-09-25 18:24:22 +0200 |
---|---|---|
committer | andreas128 <Andreas> | 2017-09-25 18:24:22 +0200 |
commit | 39e6bd8b1f5cd8fa1c30963a19d9a39ea609820a (patch) | |
tree | 5c919122fbdbc54881e8f611a7bc9f68bcf54bdb /dpd/apply_adapt_dumps.py | |
parent | df1173a69c6cee61bd76d0f2c6331508e81b453c (diff) | |
download | dabmod-39e6bd8b1f5cd8fa1c30963a19d9a39ea609820a.tar.gz dabmod-39e6bd8b1f5cd8fa1c30963a19d9a39ea609820a.tar.bz2 dabmod-39e6bd8b1f5cd8fa1c30963a19d9a39ea609820a.zip |
Add documentation to README.md
Diffstat (limited to 'dpd/apply_adapt_dumps.py')
-rwxr-xr-x | dpd/apply_adapt_dumps.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dpd/apply_adapt_dumps.py b/dpd/apply_adapt_dumps.py index 1d91717..7b661c9 100755 --- a/dpd/apply_adapt_dumps.py +++ b/dpd/apply_adapt_dumps.py @@ -156,7 +156,6 @@ tx_agc = TX_Agc.TX_Agc(adapt, c) agc = Agc.Agc(meas, adapt, c) agc.run() -import os paths = natsort.natsorted(glob.glob(searchpath + "/*.pkl")) print(paths) |