Changeset 1054


Ignore:
Timestamp:
04/28/06 15:39:52 (18 years ago)
Author:
mar637
Message:

merge from branches/Release2.0

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r755 r1054  
    5353        make datadist
    5454        @cp -f doc/README $(DISTDIR)/
     55        @cp -f doc/CHANGELOG $(DISTDIR)/
    5556        @cp -f bin/install.sh $(DISTDIR)/bin/
    5657        @echo "Creating compressed archive..."
  • trunk/doc/CHANGELOG

    r803 r1054  
    11Changelog
    22=========
     3
     4Release 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
    327
    428(Release 1.2.2)
     
    630* channel based flagging
    731* Added get_elevation, azimuth and parangle
    8 * Added swap_pol & invert_phase
     32* Added swap_lineas & invert_phase
    933* added allaxes arg to poly_baseline
    1034* Request: added pager throuput for history and summary
  • trunk/doc/userguide.tex

    r1011 r1054  
    1313\setlength{\parskip}{1ex}
    1414
    15 \title{ATNF Spectral Analysis Package\\User Guide  v2.0beta }
     15\title{ATNF Spectral Analysis Package\\User Guide v2.0 }
    1616\author{Chris Phillips}
    1717
     
    321321These columns are called FREQ\_ID and MOLECULE\_ID.  They contain indices, for
    322322each 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.
     323information for that integration.
    325324
    326325There are of course many other columns which contain the actual spectra,
     
    341340
    342341The summary function gives you a scan-based summary, presenting the
    343 scantable as a cascading view od Beams and IFs.
     342scantable as a cascading view of Beams and IFs. Note that the output
     343of summary is redirected into your current pager specified by the
     344\$PAGER environment variable. If you find the screen is reset to the
     345original state when summary is finished (ie the output from summary
     346disappears), you may need to set the \$LESS environment variable to
     347include the \cmd{-X} option.
    344348
    345349\subsection{Data Selection}
  • trunk/python/__init__.py

    r1044 r1054  
    455455            set_linestyles  - specify a set of linestyles to use if only
    456456                              using one color
    457             set_histrogra,  - plot in historam style
     457            set_histogram   - plot in historam style
    458458            set_mask        - set a plotting mask for a specific polarization
    459459
Note: See TracChangeset for help on using the changeset viewer.