From 28462b9d8bb08609810ea9a9882c5fa9205b8b80 Mon Sep 17 00:00:00 2001 From: andreas128 Date: Thu, 24 Aug 2017 19:16:33 +0200 Subject: Add dpd for phase correction --- src/ConfigParser.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ConfigParser.h') diff --git a/src/ConfigParser.h b/src/ConfigParser.h index 89f0fb7..d99fa08 100644 --- a/src/ConfigParser.h +++ b/src/ConfigParser.h @@ -74,7 +74,8 @@ struct mod_settings_t { std::string filterTapsFilename = ""; - std::string polyCoefFilename = ""; + std::string polyCoefFilenameAm = ""; + std::string polyCoefFilenamePm = ""; unsigned polyNumThreads = 0; #if defined(HAVE_OUTPUT_UHD) -- cgit v1.2.3