From d5d93b0cc350e1a14caa86feebd7a1ece5ed484b Mon Sep 17 00:00:00 2001
From: Alwin de Jong <jong@astron.nl>
Date: Wed, 24 Feb 2010 10:38:47 +0000
Subject: [PATCH] Bug1459: additional scheduler parameters. Also some that have
 existing similar tree parameters, but these (doublings) are needed to be able
 to construct a complete internal scheduler task object.

---
 MAC/Deployment/data/OTDB/Scheduler.comp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/MAC/Deployment/data/OTDB/Scheduler.comp b/MAC/Deployment/data/OTDB/Scheduler.comp
index 252fa0bbc61..a3f093fb77b 100644
--- a/MAC/Deployment/data/OTDB/Scheduler.comp
+++ b/MAC/Deployment/data/OTDB/Scheduler.comp
@@ -11,7 +11,6 @@ par clockFrequency		I		text	-		10		0	''		-		"station clock frequency (160MHz/200
 par contactEmail				I		text	-		10		0	''		-		"email of contact person"
 par contactName				I		text	-		10		0	''		-		"name of contact person"
 par contactPhone				I		text	-		10		0	''		-		"phone number of contact person"
-par referenceFrame			I		text	-		10		0	''		-		"reference frame (J2000/B1950)"
 par firstPossibleDate		I		text	-		10		0	''		-		"first possible date for scheduling"
 par	fixedDay				I		bool	-		10		0	false	-		"fixes the task to the scheduled day"
 par	fixedTime				I		bool	-		10		0	false	-		"fixes the task to the scheduled time (not day)"
@@ -21,16 +20,17 @@ par	mayNotUnschedule				I		bool	-		10		0	false	-		"if true scheduler will not un
 par nightTimeWeightFactor	I		uint	-		10		0	0		-		"weight factor curve for penalty calculation"
 par	nrOfSubbands			I		uint	-		10		0	0		-		"number of subbands"
 par offlineProcessingUnits	I		uint	-		10		0	0		-		"offline processing requirements"
-par scheduledEnd			I		text	-		10		0	''		-		"the scheduled end date-time"
-par scheduledStart		I		text	-		10		0	''		-		"the scheduled start date-time"
 par predMaxTimeDif			I   	text    -		10		0	''		-		"maximal distance to predecessor"
 par predMinTimeDif			I   	text    -		10		0	''		-		"minimal distance to predecessor"
 par predecessor				I   	uint    -       10  	0	0		-		"predecessor Task ID"
 par projectName				I		text	-		10		0	''		-		"name of the project"
 par priority				I		flt		-		10		0	0.0		-		"the task priority"
 par referenceFrame			I		text	-		10		0	''		-		"reference frame (J2000 or B1950)"
+par scheduledEnd			I		text	-		10		0	''		-		"the scheduled end date-time"
+par scheduledStart		I		text	-		10		0	''		-		"the scheduled start date-time"
 par sourceDeclination				I		text	-		10		0	''		-		"source declination"
-par	sourceRightAscension			I		text	-		10		0	''		-		"source right ascension"par	sources					I		vtext	-		10		0	'[]'	-		"names of sources"
+par	sourceNames					I		vtext	-		10		0	'[]'	-		"names of sources"
+par	sourceRightAscension			I		text	-		10		0	''		-		"source right ascension"
 par stationID			I		text	-		10		0	''		-		"station IDs separated by semi-colon"
 par storageUnits			I		int		-		10		0	0		-		"storage requirements (negative for cleanup tasks)"
 par taskDuration			I		text	-		10		0	''		-		"duration of the task hhhh:mm:ss"
-- 
GitLab