Changeset 1064


Ignore:
Timestamp:
06/14/06 13:57:02 (18 years ago)
Author:
phi196
Message:

Minor updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/userguide.tex

    r1054 r1064  
    3939package.
    4040
    41 This userguide is currently being updated for the ASAP 2.0 release
    42 which has a number of significant changes which affect the user
    43 interface. Please report any mistakes you find in this userguide.
     41This userguide has been updated for the ASAP 2.0 release which has a
     42number of significant changes which affect the user interface. Please
     43report any mistakes you find.
    4444
    4545\section{Installation and Running}
     
    6666\section{Interface}
    6767
    68 \index{Interface}ASAP is written in C++ and python. The user interface uses the
    69 ``ipython'' interactive shell, which is a simple interactive interface
    70 to python. The user does not need to understand python to use this,
    71 but certain aspects python affect what the user can do.  The current
    72 interface is object oriented.  In the future, we will build a
    73 functional (non object oriented) shell on top of this to ease
    74 interactive use.
     68\index{Interface}ASAP is written in C++ and python. The user interface
     69uses the ``ipython'' interactive shell, which is a simple interactive
     70interface to python. The user does not need to understand python to
     71use this, but certain aspects python affect what the user can do.  The
     72current interface is object oriented.
    7573
    7674\subsection {Integer Indices are 0-relative}
     
    8987    information)
    9088  \item[\cmd{selector}] Allows the user to select a subsection of the
    91     data, such as a specified or ramge of beam numbers, IFs, etc.
     89    data, such as a specified or range of beam numbers, IFs, etc.
    9290  \item[\cmd{plotter}] A tool used to plot the spectral line data
    9391  \item[\cmd{fitter}] A tool used to fit functions to the spectral data
     
    237235individual functions says which arguments can be set default values
    238236from the \cmd{.asaprc} file. To get a sample contents for the
    239 \cmd{.asaprc} file use then command \cmd{list\_rcparameters}.
     237\cmd{.asaprc} file use the command \cmd{list\_rcparameters}.
    240238
    241239Common values include:
     
    288286For example a Mopra scan with a  4s intergration time, two IFs and
    289287dual polarisations has two (2s) cycles.
    290 
    291 \begin{verbatim}
    292 SCANNO  CYCLENO BEAMNO IFNO POLNO
    293 0       0       0      0    0
    294 0       0       0      0    1
    295 0       0       0      1    0
    296 0       0       0      1    1
    297 0       1       0      0    0
    298 0       1       0      0    1
    299 0       1       0      1    0
    300 0       1       0      1    1
    301 
     288\begin{verbatim}
     289    SCANNO  CYCLENO BEAMNO IFNO POLNO
     290    0       0       0      0    0
     291    0       0       0      0    1
     292    0       0       0      1    0
     293    0       0       0      1    1
     294    0       1       0      0    0
     295    0       1       0      0    1
     296    0       1       0      1    0
     297    0       1       0      1    1
    302298\end{verbatim}
    303299
     
    375371\item[\cmd{set\_name}] Select by source name. Can contain ``*'' as a
    376372wildcard, e.g. ``Orion*\_R''.
    377 \item[\cmd{set\_ifs}] Select ifs by index number
    378 \item[\cmd{set\_polarisation}] Select but polarisation index or
     373\item[\cmd{set\_ifs}] Select IFs by index number
     374\item[\cmd{set\_polarisation}] Select by polarisation index or
    379375name. If polarisation names are given, the data will be on-the-fly
    380376converted (for example from linears to Stokes).
     
    480476\end{verbatim}
    481477
    482 {\em Currently this is not implemented}
     478{\em Currently the following is not implemented}
    483479
    484480In both of the above modes, you can also specify the rest frequencies via
     
    506502specified the channels to be included in the selection. When setting
    507503the mask in velocity, the conversion from velocity to channels is
    508 based on the current cursor setting, selected row and selected
    509 frequency reference frame.
     504based on the current selection, specified row and selected frequency
     505reference frame.
    510506
    511507
     
    978974  it.
    979975
    980 \item[FITS] This uses simple ``image'' fits to save the data, each row
    981   being written to a separate fits file. This format is suitable for
    982   importing the data into CLASS.
     976%\item[FITS] This uses simple ``image'' fits to save the data, each row
     977%  being written to a separate fits file. This format is suitable for
     978%  importing the data into CLASS.
    983979
    984980\item[ASCII] A simple text based format suitable for the user to
     
    12901286\subsection{Conversion}
    12911287\label{sec:polconv}
    1292 Data can be converted between linear and circular polarisations and stokes.
     1288
     1289Data can be permanently converted between linear and circular
     1290polarisations and stokes.
    12931291
    12941292\begin{verbatim}
Note: See TracChangeset for help on using the changeset viewer.