Skip to content
Snippets Groups Projects
Commit d5d93b0c 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 able to construct a complete internal scheduler task object.
parent 9c92ae23
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,6 @@ par clockFrequency I text - 10 0 '' - "station clock frequency (160MHz/200 ...@@ -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 contactEmail I text - 10 0 '' - "email of contact person"
par contactName I text - 10 0 '' - "name 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 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 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 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 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 ...@@ -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 nightTimeWeightFactor I uint - 10 0 0 - "weight factor curve for penalty calculation"
par nrOfSubbands I uint - 10 0 0 - "number of subbands" par nrOfSubbands I uint - 10 0 0 - "number of subbands"
par offlineProcessingUnits I uint - 10 0 0 - "offline processing requirements" 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 predMaxTimeDif I text - 10 0 '' - "maximal distance to predecessor"
par predMinTimeDif I text - 10 0 '' - "minimal distance to predecessor" par predMinTimeDif I text - 10 0 '' - "minimal distance to predecessor"
par predecessor I uint - 10 0 0 - "predecessor Task ID" par predecessor I uint - 10 0 0 - "predecessor Task ID"
par projectName I text - 10 0 '' - "name of the project" par projectName I text - 10 0 '' - "name of the project"
par priority I flt - 10 0 0.0 - "the task priority" par priority I flt - 10 0 0.0 - "the task priority"
par referenceFrame I text - 10 0 '' - "reference frame (J2000 or B1950)" 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 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 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 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 taskDuration I text - 10 0 '' - "duration of the task hhhh:mm:ss"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment