diff options
author | andreas128 <Andreas> | 2017-08-07 18:46:53 +0100 |
---|---|---|
committer | andreas128 <Andreas> | 2017-08-07 18:46:53 +0100 |
commit | 7c1c9c5b75803bb2d697db1a71150d6779ba699f (patch) | |
tree | 66694c98e9fb3f2e4f8e4c5e4c28d49c11e61cf4 /dpd/src/Dab_Util.py | |
parent | 17713280a2deba4077c210cf091d401e8f7d60e3 (diff) | |
download | dabmod-7c1c9c5b75803bb2d697db1a71150d6779ba699f.tar.gz dabmod-7c1c9c5b75803bb2d697db1a71150d6779ba699f.tar.bz2 dabmod-7c1c9c5b75803bb2d697db1a71150d6779ba699f.zip |
Add logging to Measure
Diffstat (limited to 'dpd/src/Dab_Util.py')
-rw-r--r-- | dpd/src/Dab_Util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dpd/src/Dab_Util.py b/dpd/src/Dab_Util.py index ba008b6..1c0fe92 100644 --- a/dpd/src/Dab_Util.py +++ b/dpd/src/Dab_Util.py @@ -94,6 +94,7 @@ class Dab_Util: else: return np.memmap(filename, dtype=np.complex64, mode='r', offset=64/8*offset, shape=length) + # The MIT License (MIT) # # Copyright (c) 2017 Andreas Steger |