From 456693e0bab100da2574127eb40b9ff1b5fb6c20 Mon Sep 17 00:00:00 2001
From: Arno Schoenmakers <schoenmakers@astron.nl>
Date: Tue, 28 May 2013 08:51:16 +0000
Subject: [PATCH] Task #4494: Adapt PVSS Db creation file to create 250 TempObs
 datapoints

---
 MAC/Deployment/data/PVSS/bin/create_db_files | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAC/Deployment/data/PVSS/bin/create_db_files b/MAC/Deployment/data/PVSS/bin/create_db_files
index 376703703a1..98d197b3e9d 100755
--- a/MAC/Deployment/data/PVSS/bin/create_db_files
+++ b/MAC/Deployment/data/PVSS/bin/create_db_files
@@ -749,7 +749,7 @@ substitute_observation()
 	{
 		hasObservation=index($1,"@observation@");
 		if (hasObservation > 0) {
-			for (obsNr = 1; obsNr < 101; obsNr++) {  
+			for (obsNr = 1; obsNr < 251; obsNr++) {  
 			    dpname=$1;
 			    obsbase="TempObs0"obsNr;
 			    if (obsNr < 10) {
-- 
GitLab