aboutsummaryrefslogtreecommitdiffstats
path: root/dpd/src/const.py
diff options
context:
space:
mode:
authorandreas128 <Andreas>2017-09-20 18:04:38 +0200
committerandreas128 <Andreas>2017-09-20 18:04:56 +0200
commitfc97e60ee17ff9690516df8287d27f1eb0a1e7a4 (patch)
tree687522ec55efe64bd0e3da13a5a599a403190b3c /dpd/src/const.py
parenta8d1b9e6d7e52fb3d7bbd9da4f8639266e57363e (diff)
downloaddabmod-fc97e60ee17ff9690516df8287d27f1eb0a1e7a4.tar.gz
dabmod-fc97e60ee17ff9690516df8287d27f1eb0a1e7a4.tar.bz2
dabmod-fc97e60ee17ff9690516df8287d27f1eb0a1e7a4.zip
Add Process Pool
Diffstat (limited to 'dpd/src/const.py')
-rw-r--r--dpd/src/const.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dpd/src/const.py b/dpd/src/const.py
index 275557e..c7f4b7c 100644
--- a/dpd/src/const.py
+++ b/dpd/src/const.py
@@ -61,3 +61,4 @@ class const:
self.MS_FFT_size = 8192
self.MS_averaging_size = 4 * self.MS_FFT_size
self.MS_n_averaging = 40
+ self.MS_n_proc = 4