Skip to content
Snippets Groups Projects
Commit eebd9962 authored by Alwin de Jong's avatar Alwin de Jong
Browse files

Bug1459: additional scheduler parameters. Also some that have existing similar...

Bug1459: additional scheduler parameters. Also some that have existing similar tree parameters, but these (doublings) are needed to be ablt to construct a complete internal scheduler task object.
parent e074f4fb
No related branches found
No related tags found
No related merge requests found
......@@ -5,27 +5,39 @@ node Scheduler 1.0.0 development 'node constraint' "Scheduler"
# name dir. type unit prun. vm value constr. descr.
#--------------------------------------------------------------------------------------------------------
par taskType I text - 10 0 '' - ""
par predecessor I uint - 10 0 0 - "predecessor Task ID"
par predMinTimeDif I text - 10 0 '' - "minimal distance to predecessor"
par antennaMode I text - 10 0 '' - "antenna mode"
par CEPProcessingUnits I uint - 10 0 0 - "CEP processing requirements"
par clockFrequency I text - 10 0 '' - "station clock frequency (160MHz/200MHz)"
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)"
par lastPossibleDate I text - 10 0 '' - "last possible date for scheduling"
par late I bool - 10 0 false - "true takes earliest time in case of ambiguity"
par mayNotUnschedule I bool - 10 0 false - "if true scheduler will not unschedule this task automatically"
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 priority I flt - 10 0 0.0 - ""
par firstPossibleDate I text - 10 0 '' - ""
par lastPossibleDate I text - 10 0 '' - ""
par windowMinimumTime I text - 10 0 '' - ""
par windowMaximumTime I text - 10 0 '' - ""
par taskDuration I text - 10 0 '' - ""
par fixedDay I bool - 10 0 false - ""
par fixedTime I bool - 10 0 false - ""
par taskStatus I text - 10 0 '' - ""
par unscheduledReason I text - 10 0 '' - ""
par nrOfSubbands I uint - 10 0 0 - ""
par sources I vtext - 10 0 '[]' - ""
par rightAscention I text - 10 0 '' - ""
par declination I text - 10 0 '' - ""
par referenceFrame I text - 10 0 '' - ""
par nightTimeWeightFactor I uint - 10 0 0 - ""
par storageUnits I int - 10 0 0 - ""
par CEPProcessingUnits I uint - 10 0 0 - ""
par offlineProcessingUnits I uint - 10 0 0 - ""
par late I bool - 10 0 false - ""
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 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 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"
par taskID I int - 10 0 0 - "internal scheduler task ID"
par taskName I text - 10 0 '' - "name of the task"
par taskStatus I text - 10 0 '' - "current status of the task"
par taskType I text - 10 0 '' - "task type"
par unscheduledReason I text - 10 0 '' - "a textual error reason"
par windowMaximumTime I text - 10 0 '' - "latest task end time during the day"
par windowMinimumTime I text - 10 0 '' - "earliest task start time during the day"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment