Changes between Version 3 and Version 4 of PublicPages/MayallZbandLegacy/NotesforObservers


Ignore:
Timestamp:
Dec 13, 2015 1:57:27 PM (8 years ago)
Author:
Arjun Dey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PublicPages/MayallZbandLegacy/NotesforObservers

    v3 v4  
    147147will monitor exposures as they are taken throughout the night, automatically updating this file:
    148148{{{
    149    IDL> uptiles
     149   IDL> muptiles
    150150}}}
    151151
     
    187187setting the exposure times to achieve the required MzLS survey depth.
    188188
    189 From an IDL prompt, use the DECSTAT routine to analyze the latest image on disk:
     189From an IDL prompt, use the MOSSTAT routine to analyze the latest image on disk:
    190190=== Not yet installed at Mayall ===
    191191
    192192{{{
    193    IDL> decstat
     193   IDL> mosstat
    194194}}}
    195195There are keyword options that allow you to choose different exposure numbers or CCDs
    196196within that exposure.  For example, to analyze chip 'S4' of the exposure number 123456, type:
    197197{{{
    198    IDL> decstat, 123456, ext='S4'
     198   IDL> mosstat, 123456, ext='S4'
    199199}}}
    200200The full documentation can be seen with:
    201201{{{
    202    IDL> doc_library,'decstat'
     202   IDL> doc_library,'mosstat'
    203203}}}
    204204
     
    260260= Example run-through for a given night =
    261261
    262 Log into the ?? account on the ?? machine.
     262Log into the mzls account on the mayall-idl machine.
    263263{{{
    264264user@anyshell>ssh ??@??
     
    278278{{{
    279279cd ~/mosaic3
    280 python2.7 py/mosaicstrategy.py -t obstatus/mosaic-tiles_obstatus.fits -d *UT date at ''start'' of night* -p *portion of night* -pass *pass number*
    281 }}}
    282 
    283 go to /home/observer/exec, and execute the mosaic_<ut date>_plan.sh script.
     280python py/mosaicstrategy.py -t obstatus/mosaic-tiles_obstatus.fits -d *UT date at ''start'' of night* -p *portion of night* -pass *pass number*
     281python ./py/jnox.py --in *JSON input file --out *Output shell script
     282scp *output shell script to the /home/observer/exec area on mosaic3
     283}}}
     284
     285go to /home/observer/exec, and execute the mzls*.sh script.
    284286
    285287=== Start the automated script for updating the tile file ===
    286288
    287 From a terminal in the ?? account, start this running:
     289From a terminal on the mayall-idl compute, in the mzls account, start this running:
    288290{{{
    289291idl
    290    uptiles
     292   muptiles
    291293}}}
    292294
     
    294296{{{
    295297idl
    296    decstat_continuous
    297 }}}
    298 This will run decstat on each frame as it shows up and display the results on the screen.
     298   mosstat_continuous
     299}}}
     300This will run mosstat on each frame as it shows up and display the results on the screen.
    299301
    300302=== Start a window for running kenttools ===