This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
development:dynamicobserving:scheduler [2016/09/13 09:22] Lucia McCallum |
development:dynamicobserving:scheduler [2018/09/25 00:49] (current) Lucia McCallum |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Scheduler ====== | ====== Scheduler ====== | ||
| - | The scheduler runs on ares1-mp. | + | The scheduler runs on lummox. |
| - | To check the progress, you can vnc into this machine. | + | To check the progress, you can vnc into this machine (usual password). |
| <WRAP center round box 60%> | <WRAP center round box 60%> | ||
| - | vncviewer ares1-mp:1 | + | vncviewer lummox |
| </WRAP> | </WRAP> | ||
| - | The scheudler is running in Matlab. In the command window you can follow the progress. This is either a scheduling (every 15 min) or a new line "sleeping ...." each minute in between. | + | The scheduler is running in Matlab. In the command window you can follow the progress. This is either a scheduling (every 15 min) or a new line "sleeping ...." each minute in between. |
| If the scheduler is not running (indicated by red error messages in the command window), please restart the scheduler by typing | If the scheduler is not running (indicated by red error messages in the command window), please restart the scheduler by typing | ||
| <WRAP center round box 60%> | <WRAP center round box 60%> | ||
| Line 15: | Line 15: | ||
| In case you want to stop the scheduler before restarting, you can do this with ''Ctrl+c''. | In case you want to stop the scheduler before restarting, you can do this with ''Ctrl+c''. | ||
| + | |||
| + | For testing, one can manually set the antennas available "1" or not "0". | ||
| + | <WRAP center round box 60%> | ||
| + | echo "available hb 1" | nc -w1 fourier 63000 | ||
| + | </WRAP> | ||
| + | |||
| + | **update flux catalog** | ||
| + | <WRAP center round box 60%> | ||
| + | ssh observer@ares1-mp | ||
| + | |||
| + | cd VieVS/CATALOGS | ||
| + | |||
| + | rm flux.cat | ||
| + | |||
| + | wget ftp://gemini.gsfc.nasa.gov/pub/sked/catalogs/flux.cat | ||
| + | </WRAP> | ||
| + | |||
| + | |||