Changes between Version 3 and Version 4 of Observing/Instructions


Ignore:
Timestamp:
09/30/08 01:35:49 (16 years ago)
Author:
DavidMcConnell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Observing/Instructions

    v3 v4  
    33= Observing instructions =
    44
    5 Nothing here yet.
     5To examine data:
     6 1. Copy from the correlator computer:
     7 {{{
     8> scp corr@pkccc3:/data2/SDFB3_2/2008-09-29_hhmm-P617.rpf .
     9}}}
     10 1. Load into the ''pol'' format:
     11{{{
     12> pload 2008-09-29_hhmm-P617.rpf
     13> gcopy 2008-09-29_hhmm-P617 20082008-09-29_0753-P617
     14}}}
     15 1. Look at the data (uncalibrated).  This example shows scan number 3.
     16{{{
     17> showscan 2008-09-29_hhmm-P617 -s 3
     18}}}
     19
     20''showscan'' asks for:
     21 *  a plot device: the first plot is not useful so give  carriage return
     22 * a channel number, then a plot device
     23    * {{{ Graphics device/type (? to see list, default /NULL): /xs}}}      (for a screen plot)
     24    * {{{ Graphics device/type (? to see list, default /NULL): filename.ps/ps}}}     (for hard copy)
     25    * {{{> lwp filename.ps}}} from the unix prompt.
     26
     27
     28
     29