Changes between Version 96 and Version 97 of PublicPages/MayallZbandLegacy/NotesforObservers


Ignore:
Timestamp:
Feb 13, 2016 6:28:29 PM (8 years ago)
Author:
Arjun Dey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PublicPages/MayallZbandLegacy/NotesforObservers

    v96 v97  
    218218= [8] Just before observing =
    219219
    220 1. Start the may all-idl:1 VNC session.  This session should automatically start MUPTILES and MOSSTAT.  If it doesn't, open a terminal in the VNC session and start the automated script for updating the tile file:
    221 
    222 The FITS file listing which tiles have been completed should be updated throughout the night.
     2201. Start the may all-idl:1 VNC session.  This session should automatically start MUPTILES and MOSSTAT. 
     221
     222If it doesn't, open a terminal in the VNC session and start the automated script for updating the tile file:
     223
     2241a) The FITS file listing which tiles have been completed should be updated throughout the night.
    223225This file is '''$MOS3_OBS/obstatus/mosaic-tiles_obstatus.fits'''.  The following IDL command
    224226will monitor exposures as they are taken throughout the night, automatically updating this file.
     
    230232At the end of the night, you should check the updated tile file into the svn repository.
    231233
    232 2. Start the automated script for monitoring the data quality
     2341b). Start the automated script for monitoring the data quality
    233235
    234236From another terminal in the mzls account, start this running:
     
    244246
    2452471. Take a zero image to ensure everything is working
    246 2. At start of night, check telescope pointing and zero the telescope coordinates using a bright star placed on the telescope boresight (defined as the center of the mosaic3 focal plane).  When taking the image of the bright star, make sure to create an OBJECT script with NGUI (not a TEST, because MOSSTAT will ignore it), zd filter, 1 - 5 sec exposure.  Watch for MOSSTAT to process the image and report the RA, Dec offsets.  Give these offsets to the OA with **opposite** sign.  You can take another OBJECT frame if you want to check to make sure the offset went in the right direction.
    247 3. Move to the beginning of the first MzLS tile position.  What position is that, you ask?  One way to find out is to run mosbot.py (see step 5 below), and look for RA, DEC in expose-1.sh in the exec/mosbot/ directory.  Tell these coordinates to the OA to move the telescope.
    248 4. Focus the telescope
     2482. Set the focus to some approximate value based on the Truss temperature and the formula:
     249- Focus(zd) = -8400+(1.4-Ttruss)x110
     250where Ttruss is in deg C
     2513. At start of night, check telescope pointing and zero the telescope coordinates using a bright star placed on the telescope boresight (defined as the center of the mosaic3 focal plane).  When taking the image of the bright star, make sure to create an OBJECT script with NGUI (not a TEST, because MOSSTAT will ignore it), zd filter, 1 - 5 sec exposure.  Watch for MOSSTAT to process the image and report the RA, Dec offsets.  If mosstat fails, it could be because (a) the telescope is mis-pointed, (b) the telescope is out of focus (set the focus approx using the formula above and try again). Once you are able to determine offsets,  give these offsets to the OA with **opposite** sign.  That is, if mosstat reads "RA,Dec offsets = -15.34, 18.32", then you need to provide the OA with the offsets of +15,-18 to zero the telescope coordinates. You can take another OBJECT frame if you want to check to make sure the offset went in the right direction.
     2524. Move to the beginning of the first MzLS tile position.  What position is that, you ask?  One way to find out is to run mosbot.py (see step 5 below), and look for RA, DEC in expose-1.sh in the exec/mosbot/ directory.  Tell these coordinates to the OA to move the telescope. Another way is to look at teh first entry in the ~/obsbot/pass1.json file on the mayall-idl computer - remember, it is in degrees, so you will have to divide the RA by 15. Getting within a degree is close enough, so no need to be super precise.
     2535. Focus the telescope
    249254 - create a focus script using the NGUI: exposure time 5 or 10 seconds, zd filter, -100 micron focus steps, click Midpoint to *on*, 9 exposures.
    250255 - run the focus script from the /home/observer/exec directory
     
    261266=== Observe - all night long! ===
    262267
    263 5. From the mzls@mayall-idl window, generate the top-level observing script (tonight.sh) assuming that we have three plan files named pass1.json, etc.
     2686. From the mzls@mayall-idl window, generate the top-level observing script (tonight.sh) assuming that we have three plan files named pass1.json, etc.
    264269{{{
    265270   cd ~/obsbot
     
    273278Note that if you need to escape the script at some point during the night (see below), you will need to CTRL-C to stop mosbot.py and **restart** it when you are ready to start up again.  If you forget this, you will be observing tiles that you already observed earlier in the night.
    274279
    275 6. From the observer@mayall-3 xterm window, start taking exposures using the top-level observing script (tonight.sh):
     2807. From the observer@mayall-3 xterm window, start taking exposures using the top-level observing script (tonight.sh):
    276281{{{
    277282   cd ~/exec/mosbot
     
    279284}}}
    280285
    281 7. Start running "copilot", which is the thing that keeps a beautiful running plot of observing conditions.  From any mzls@mayall-idl window:
     2868. Start running "copilot" in the mayall-idl VNC window. Copilot keeps a beautiful running plot of observing conditions.  From any mzls@mayall-idl window:
    282287{{{
    283288   cd ~/obsbot
    284289   python copilot.py
    285290}}}
    286 Whenever a new image is detected in the data directory (as defined by $MOS3_DATA), a new image is generated as ~/obsbot/recent.png .  That image can be displayed by anyone that can see this directory.  It could be displayed with continuous updating with
     291
     292Whenever a new image is detected in the data directory (as defined by $MOS3_DATA), a new image is generated as ~/obsbot/recent.png .  That image can also be displayed by anyone that can see this directory.  It could be displayed with continuous updating with
    287293{{{
    288294   eog ~/obsbot/recent.png
    289295}}}
     296However, running copilot automatically displays this.
    290297
    291298See [wiki:MayallZbandLegacy/NotesforObservers/Copilot]
     
    302309
    303310Keep an eye on the CCD and dewar temps (should be around 173C and 90C respectively)
     311
     312OK - you are off and running! Congratulations!!!
    304313
    305314=== If you have problems ... ===