- Timestamp:
- 06/14/06 13:57:02 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/userguide.tex
r1054 r1064 39 39 package. 40 40 41 This userguide is currently being updated for the ASAP 2.0 release42 which has a number of significant changes which affect the user 43 interface. Please report any mistakes you find in this userguide.41 This userguide has been updated for the ASAP 2.0 release which has a 42 number of significant changes which affect the user interface. Please 43 report any mistakes you find. 44 44 45 45 \section{Installation and Running} … … 66 66 \section{Interface} 67 67 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 69 uses the ``ipython'' interactive shell, which is a simple interactive 70 interface to python. The user does not need to understand python to 71 use this, but certain aspects python affect what the user can do. The 72 current interface is object oriented. 75 73 76 74 \subsection {Integer Indices are 0-relative} … … 89 87 information) 90 88 \item[\cmd{selector}] Allows the user to select a subsection of the 91 data, such as a specified or ra mge of beam numbers, IFs, etc.89 data, such as a specified or range of beam numbers, IFs, etc. 92 90 \item[\cmd{plotter}] A tool used to plot the spectral line data 93 91 \item[\cmd{fitter}] A tool used to fit functions to the spectral data … … 237 235 individual functions says which arguments can be set default values 238 236 from the \cmd{.asaprc} file. To get a sample contents for the 239 \cmd{.asaprc} file use the ncommand \cmd{list\_rcparameters}.237 \cmd{.asaprc} file use the command \cmd{list\_rcparameters}. 240 238 241 239 Common values include: … … 288 286 For example a Mopra scan with a 4s intergration time, two IFs and 289 287 dual 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 302 298 \end{verbatim} 303 299 … … 375 371 \item[\cmd{set\_name}] Select by source name. Can contain ``*'' as a 376 372 wildcard, e.g. ``Orion*\_R''. 377 \item[\cmd{set\_ifs}] Select ifs by index number378 \item[\cmd{set\_polarisation}] Select b utpolarisation index or373 \item[\cmd{set\_ifs}] Select IFs by index number 374 \item[\cmd{set\_polarisation}] Select by polarisation index or 379 375 name. If polarisation names are given, the data will be on-the-fly 380 376 converted (for example from linears to Stokes). … … 480 476 \end{verbatim} 481 477 482 {\em Currently th isis not implemented}478 {\em Currently the following is not implemented} 483 479 484 480 In both of the above modes, you can also specify the rest frequencies via … … 506 502 specified the channels to be included in the selection. When setting 507 503 the mask in velocity, the conversion from velocity to channels is 508 based on the current cursor setting, selected row and selected509 frequencyreference frame.504 based on the current selection, specified row and selected frequency 505 reference frame. 510 506 511 507 … … 978 974 it. 979 975 980 \item[FITS] This uses simple ``image'' fits to save the data, each row981 being written to a separate fits file. This format is suitable for982 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. 983 979 984 980 \item[ASCII] A simple text based format suitable for the user to … … 1290 1286 \subsection{Conversion} 1291 1287 \label{sec:polconv} 1292 Data can be converted between linear and circular polarisations and stokes. 1288 1289 Data can be permanently converted between linear and circular 1290 polarisations and stokes. 1293 1291 1294 1292 \begin{verbatim}
Note:
See TracChangeset
for help on using the changeset viewer.