From aa92cce4262d312e8fbbbb4d4e58c201350a8b57 Mon Sep 17 00:00:00 2001
From: Ger van Diepen <diepen@astron.nl>
Date: Fri, 13 Jul 2012 10:06:30 +0000
Subject: [PATCH] Task #3230 Preflaager chan had to be vtext

---
 MAC/Deployment/data/OTDB/DPPP.comp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAC/Deployment/data/OTDB/DPPP.comp b/MAC/Deployment/data/OTDB/DPPP.comp
index 274031ddf1a..66c06f565d9 100644
--- a/MAC/Deployment/data/OTDB/DPPP.comp
+++ b/MAC/Deployment/data/OTDB/DPPP.comp
@@ -64,7 +64,7 @@ par	blmax	I		flt	-	10		0	-1			-	"If >0, flag baselines with length in range blmi
 par	uvmmin		I		dbl	-	10		0	-1				-	"If >0, flag baselines with UV-distance < uvmmin meter."
 par	uvmmax		I		dbl	-	10		0	-1				-	"If >0, flag baselines with UV-distance > uvmmax meter."
 par	freqrange	I		vtext	-	10		0	'[]'				-	"Flag channels in the given frequency ranges."
-par	chan		I		vint	-	10		0	'[]'				-	"Flag the given channels (start counting at 0)"
+par	chan		I	vtext	-	10		0	'[]'				-	"Flag the given channels (start counting at 0)"
 par	amplmin		I		vflt	-	10		0	'[]'			-	"Minimum amplitude per correlation. For example, amplmin=[100,,,100]"
 par	amplmax		I		vflt	-	10		0	'[]'			-	"Maximum amplitude per correlation."
 par	phasemin	I		vflt	-	10		0	'[]'			-	"Minimum phase (in radians) per correlation."
-- 
GitLab