diff options
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 |