- Timestamp:
- 04/28/06 15:39:52 (19 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r755 r1054 53 53 make datadist 54 54 @cp -f doc/README $(DISTDIR)/ 55 @cp -f doc/CHANGELOG $(DISTDIR)/ 55 56 @cp -f bin/install.sh $(DISTDIR)/bin/ 56 57 @echo "Creating compressed archive..." -
trunk/doc/CHANGELOG
r803 r1054 1 1 Changelog 2 2 ========= 3 4 Release Version 2.0 [2006-04-28] 5 6 * Major rework of internal data representation. Now supports IFs with 7 different number of spectral channels. This has minimal effect on the 8 user interface. 9 * Creation of a "selector" object used for data selection. Allow slicing of 10 data in beam, IF, polarisation as well as selection via header values 11 (e.g. Tsys). set_cursor is now invalid use set_selection instead. 12 * Scantables can be merged 13 * scantable.lines() has been removed. Set rest frequencies by value 14 (This will change in 2.1) 15 * Multiple data files (e.g. rpf) can be read into a single scantable 16 * Polarmetric infrastructure improved to support most observing styles 17 (linear feeds only) 18 * ability to convert to/store as Stokes 19 * Plotter can now only plot from a single scantable (use merge if necessary) 20 * ASCII (text) spectral output changed to be more usable 21 * Can change the source position coordinate frame 22 * Bug fixes 23 * auto_quotient is doing "closest in time reference" 24 * option auto-align in velocity when using average_time 25 * flagging on a per channel base 26 3 27 4 28 (Release 1.2.2) … … 6 30 * channel based flagging 7 31 * Added get_elevation, azimuth and parangle 8 * Added swap_ pol& invert_phase32 * Added swap_lineas & invert_phase 9 33 * added allaxes arg to poly_baseline 10 34 * Request: added pager throuput for history and summary -
trunk/doc/userguide.tex
r1011 r1054 13 13 \setlength{\parskip}{1ex} 14 14 15 \title{ATNF Spectral Analysis Package\\User Guide v2.0beta}15 \title{ATNF Spectral Analysis Package\\User Guide v2.0 } 16 16 \author{Chris Phillips} 17 17 … … 321 321 These columns are called FREQ\_ID and MOLECULE\_ID. They contain indices, for 322 322 each IF, pointing into tables with all of the frequency and rest-frequency 323 information for that integration. More on these below when we discuss 324 the \cmd{summary} function in the next subsection. 323 information for that integration. 325 324 326 325 There are of course many other columns which contain the actual spectra, … … 341 340 342 341 The summary function gives you a scan-based summary, presenting the 343 scantable as a cascading view od Beams and IFs. 342 scantable as a cascading view of Beams and IFs. Note that the output 343 of summary is redirected into your current pager specified by the 344 \$PAGER environment variable. If you find the screen is reset to the 345 original state when summary is finished (ie the output from summary 346 disappears), you may need to set the \$LESS environment variable to 347 include the \cmd{-X} option. 344 348 345 349 \subsection{Data Selection} -
trunk/python/__init__.py
r1044 r1054 455 455 set_linestyles - specify a set of linestyles to use if only 456 456 using one color 457 set_hist rogra,- plot in historam style457 set_histogram - plot in historam style 458 458 set_mask - set a plotting mask for a specific polarization 459 459
Note:
See TracChangeset
for help on using the changeset viewer.