Changes between Version 3 and Version 4 of PublicPages/MayallZbandLegacy/NotesforObservers
- Timestamp:
- Dec 13, 2015 1:57:27 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PublicPages/MayallZbandLegacy/NotesforObservers
v3 v4 147 147 will monitor exposures as they are taken throughout the night, automatically updating this file: 148 148 {{{ 149 IDL> uptiles149 IDL> muptiles 150 150 }}} 151 151 … … 187 187 setting the exposure times to achieve the required MzLS survey depth. 188 188 189 From an IDL prompt, use the DECSTAT routine to analyze the latest image on disk:189 From an IDL prompt, use the MOSSTAT routine to analyze the latest image on disk: 190 190 === Not yet installed at Mayall === 191 191 192 192 {{{ 193 IDL> decstat193 IDL> mosstat 194 194 }}} 195 195 There are keyword options that allow you to choose different exposure numbers or CCDs 196 196 within that exposure. For example, to analyze chip 'S4' of the exposure number 123456, type: 197 197 {{{ 198 IDL> decstat, 123456, ext='S4'198 IDL> mosstat, 123456, ext='S4' 199 199 }}} 200 200 The full documentation can be seen with: 201 201 {{{ 202 IDL> doc_library,' decstat'202 IDL> doc_library,'mosstat' 203 203 }}} 204 204 … … 260 260 = Example run-through for a given night = 261 261 262 Log into the ?? account on the ??machine.262 Log into the mzls account on the mayall-idl machine. 263 263 {{{ 264 264 user@anyshell>ssh ??@?? … … 278 278 {{{ 279 279 cd ~/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. 280 python py/mosaicstrategy.py -t obstatus/mosaic-tiles_obstatus.fits -d *UT date at ''start'' of night* -p *portion of night* -pass *pass number* 281 python ./py/jnox.py --in *JSON input file --out *Output shell script 282 scp *output shell script to the /home/observer/exec area on mosaic3 283 }}} 284 285 go to /home/observer/exec, and execute the mzls*.sh script. 284 286 285 287 === Start the automated script for updating the tile file === 286 288 287 From a terminal in the ??account, start this running:289 From a terminal on the mayall-idl compute, in the mzls account, start this running: 288 290 {{{ 289 291 idl 290 uptiles292 muptiles 291 293 }}} 292 294 … … 294 296 {{{ 295 297 idl 296 decstat_continuous297 }}} 298 This will run decstat on each frame as it shows up and display the results on the screen.298 mosstat_continuous 299 }}} 300 This will run mosstat on each frame as it shows up and display the results on the screen. 299 301 300 302 === Start a window for running kenttools ===