Changes between Version 100 and Version 101 of PublicPages/MayallZbandLegacy/NotesforObservers
- Timestamp:
- Feb 17, 2016 2:29:06 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PublicPages/MayallZbandLegacy/NotesforObservers
v100 v101 125 125 export MOS3_DATA=/mosaic3/data2/observer/20151213 126 126 }}} 127 Don't forget to source the file if you plan to continue to use this terminal. 127 128 128 129 = [3] Create nightly plan = … … 218 219 = [8] Just before observing = 219 220 220 1. Start the may all-idl:1 VNC session. This session should automatically start MUPTILES and MOSSTAT. 221 222 If it doesn't, open a terminal in the VNC session and start the automated script for updating the tile file: 221 1. Start the may all-idl:1 VNC session. 222 {{{ 223 A. In a terminal window from mayall-2, ssh to mzls@mayall-idl and log in using the mzls password 224 B. type: ~/bin/vnc 225 C. Now double click the VNC gui in the mayall-2 dock (i.e., the thing with all the icons at the bottom of the bottom left terminal). 226 This launches a dialog box asking if you want to connect to mayall-idl.kpno.noao.edu:1 . Say "connect" and type in the mzls password. 227 The VNC starts up. 228 }}} 229 230 The VNC session should automatically start MUPTILES, MOSSTAT and COPILOT. Rearrange as desired. 231 232 If it doesn't, open terminals in the VNC session and manually run the scripts for monitoring the observations and updating the tile file: 223 233 224 234 1a) The FITS file listing which tiles have been completed should be updated throughout the night. 225 235 This file is '''$MOS3_OBS/obstatus/mosaic-tiles_obstatus.fits'''. The following IDL command 226 236 will monitor exposures as they are taken throughout the night, automatically updating this file. 227 From a terminal on the mayall-idl compute, in the mzls account, start this running:237 From a terminal on the mayall-idl VNC, in the mzls account, start this running: 228 238 {{{ 229 239 idl … … 232 242 At the end of the night, you should check the updated tile file into the svn repository. 233 243 234 1b). Start the automated script for monitoring the data quality 235 236 From another terminal in the mzls account, start this running: 244 1b). In a second terminal on the VNC tart the automated script for monitoring the data quality 237 245 {{{ 238 246 idl … … 240 248 }}} 241 249 This will run mosstat on each frame as it shows up and display the results on the screen. 250 251 1c). In a third terminal on the VNC start running copilot: 252 {{{ 253 cd ~/obsbot 254 python copilot.py 255 }}} 242 256 243 257 = [9] Observe - start of night = … … 288 302 }}} 289 303 290 8. Start running "copilot" in the mayall-idl VNC window. Copilot keeps a beautiful running plot of observing conditions. From any mzls@mayall-idl window:304 8. "copilot" should already be running. If not, start running "copilot" in the mayall-idl VNC window. Copilot keeps a beautiful running plot of observing conditions. From any mzls@mayall-idl window: 291 305 {{{ 292 306 cd ~/obsbot