| 1 | |
| 2 | == available tasks |
| 3 | |
| 4 | * RATESCAN: ratescan from threshold 50 to 1000 in dynamic steps: 'RATE_SCAN/START_THRESHOLD_SCAN 50 1000 -10' |
| 5 | * RATESCAN2: two ratescans with fixed steps: 'RATE_SCAN/START_THRESHOLD_SCAN 50 300 20' and 'RATE_SCAN/START_THRESHOLD_SCAN 300 1000 100' |
| 6 | |
| 7 | remark: the command RATE_SCAN/START_THRESHOLD_SCAN has now 4 options: start-threshold, stop-thresold, stepsize, ratescan-type |
| 8 | |
| 9 | == available options |
| 10 | |
| 11 | * source: ratescan on a source |
| 12 | * ra, dec: ratescan for a position given in ra/dec |
| 13 | * rstype: ratescan type, valid values: default, dark-bias-on, dark-bias-off - in case an invalid value is given, default is used; for the configuration (max-wait, resolution) of the three types, please check here: https://www.fact-project.org/db_po/ |
| 14 | * lidclosed: false, true; lidclosed=true requires zd/as as position information |
| 15 | * zd, az: ratescan for a give position in local coordinates (no tracking); only available for lidclosed==true |
| 16 | |
| 17 | the options rstype, lidclosed and zd/az are only available for RATESCAN2 |
| 18 | |
| 19 | == short summary: ratescans and their options |
| 20 | |
| 21 | ||= task =||= options =||= lid =||= bias =||= max-wait, resolution =|| |
| 22 | || RATESCAN || source || open || on || default || |
| 23 | || RATESCAN || ra,dec || open || on || default || |
| 24 | || RATESCAN2 || source || open || on || default || |
| 25 | || RATESCAN2 || ra,dec || open || on || default || |
| 26 | || RATESCAN2 || lidclosed=true, zd, az || closed || on || default || |
| 27 | || RATESCAN2 || lidclosed=true, zd, az, rstype=default || closed || on || default || |
| 28 | || RATESCAN2 || lidclosed=true, zd, az, rstype=dark-bias-on || closed || on || special values || |
| 29 | || RATESCAN2 || lidclosed=true, zd, az, rstype=dark-bias-off || closed || off || special values || |
| 30 | |
| 31 | |
| 32 | be aware that the scheduling website so far doesn't check the options |
| 33 | |
| 34 | updateSchedule.js and Observation_class.js have been adapted to check for consistency |