Changeset 970


Ignore:
Timestamp:
04/03/06 10:14:11 (18 years ago)
Author:
mar637
Message:

fixed misplacement of \end{verbatim}

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/userguide.tex

    r969 r970  
    382382
    383383\begin{verbatim}
    384 
    385 \end{verbatim}
    386384  ASAP> selection = selector()         # Create selection object
    387385  ASAP> selection.set_ifs(0)           # Just select the first IF
     
    397395  ASAP> selection.reset()              # Turn off selection
    398396  ASAP> scans.set_selection(selection) # Apply the reset selection
     397
     398\end{verbatim}
    399399
    400400\end{itemize}
     
    463463length the number of IFs).  Regardless of the source, the rest
    464464frequency will be set for each IF to the corresponding value in the
    465 provided list. 
     465provided list.
    466466
    467467\begin{verbatim}
     
    485485\subsubsection{Masks}
    486486
    487 \index{Masks}\index{Scantable!masks} 
     487\index{Masks}\index{Scantable!masks}
    488488
    489489Many tasks (fitting, baseline subtraction, statistics etc) should only
     
    12761276
    12771277\begin{verbatim}
    1278   ASAP> scans.swap_linears() 
     1278  ASAP> scans.swap_linears()
    12791279\end{verbatim}
    12801280
     
    12961296\begin{verbatim}
    12971297  ASAP> selection = selector()
    1298  
    1299   ASAP> selection.set_polarisations([``I Q U V'']) 
     1298
     1299  ASAP> selection.set_polarisations([``I Q U V''])
    13001300  ASAP  plotter.set_selection(selection);              # Select I, Q, U \& V
    13011301
    1302   ASAP> selection.set_polarisations([``I Q'') 
     1302  ASAP> selection.set_polarisations([``I Q'')
    13031303  ASAP  plotter.set_selection(selection);              # Select just I \& Q
    13041304
    1305   ASAP> selection.set_polarisations([``RR LL'') 
     1305  ASAP> selection.set_polarisations([``RR LL'')
    13061306  ASAP  plotter.set_selection(selection);              # Select just RR \& LL
    13071307
    1308   ASAP> selection.set_polarisations([``XX YY'') 
     1308  ASAP> selection.set_polarisations([``XX YY'')
    13091309  ASAP  plotter.set_selection(selection);              # Select linears
    13101310
    1311   ASAP> selection.set_polarisations([``I Plinear'') 
     1311  ASAP> selection.set_polarisations([``I Plinear'')
    13121312  ASAP  plotter.set_selection(selection);              # Fractional linear
    13131313
    13141314[[MALTE: This does not work]]
    13151315
    1316   ASAP> selection.set_polarisations([``Pangle'') 
     1316  ASAP> selection.set_polarisations([``Pangle'')
    13171317  ASAP  plotter.set_selection(selection);              # Position angle
    13181318
    13191319\end{verbatim}
    13201320
    1321 Scan, beam and IF selection are also available in the selector object as 
     1321Scan, beam and IF selection are also available in the selector object as
    13221322describe in section~\ref{sec:selection}.
    13231323
Note: See TracChangeset for help on using the changeset viewer.