source: trunk/doc/CHANGELOG @ 1580

Last change on this file since 1580 was 1580, checked in by Malte Marquarding, 15 years ago

release updates

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 6.8 KB
Line 
1Changelog
2=========
3
4Release 2.4.0 []
5
6* Ticket #155 Better output filenames. Ignore non-existsing beams/pols/ifs/scans
7* Ticket #157 numpy >= 1.1 support
8* Ticket #158 fixed plotter.set_font
9* Ticket #160 Aspect ration of pplotter customisable
10* Ticket #162 - fill in
11* Ticket #163 fixed for scantable.set_sourcetype
12* Ticket #164 Upgrade note in wiki FAQ
13* Ticket #167 Added running polynomial filter to scantable.smooth
14* Ticket #168 Data exported vi scnatable.save now contains correct frequency
15  or velocity information
16* Ticket #169 Simplified selection of data
17* Ticket #46  Interactive lag flagging
18
19* Added OS X 10.5 Disk image installer
20* Interactive plotting annotations via optional argument interactive=True
21* Interactive creation of masks on the plotter - plotter.create_mask
22
23Release 2.3.1 [2009-03-25]
24
25* Ticket #154 Flagged data wasn't hnoured in fitting
26* Ticket #153 plotter.plot_lines fixed for matplotlib >= 0.98
27* Ticket #90  Support integer values for frequencies/errors/intensities
28
29Release 2.3.0 [2009-03-13]
30
31* Ticket #150 fix in casacore for frequency frame conversions
32* Ticket #151 added rc parameter and function set_sourcetype to identify on/off scans
33* Ticket #78/#112 Resolved the issue with random errors occuring under linux for large
34   data files, which corrupted the identifaction of off scans
35* Ticket #149 Fixed the bug causing spectral line search to go into an infinite loop
36   in some rare circumstances
37* Ticket #110 Added export to CLASS readable FITS files
38   scantable.save("myfile.fits", "CLASS")
39* Ticket #142 Fix of the frequency alignment for long observations
40* Ticket #133 allow supression of history in the scantable via rc parameters
41* Ticket #109 source direction for Hobart data
42* Ticket #115 added running median to scantable.(smooth(kernel='rmedian')
43* Ticket #148 opacity correction wasn't applied to TSYS
44* Ticket #135 quotient detection failure for specific source names
45* Ticket #140 NaN values not handled - added scantable.flag_nans to ensure
46   that the NaN are flagged
47* added python iterator access to scantable rows
48* made functions available to directly manipulate spectra
49   scantable.get/set_spectrum
50* upgrade to support ipython >= 0.8.1
51* support gcc-4.3
52* use scons >= 1.1.0
53* update to latest livedata I/O functions
54* add WCS info to the exported text files
55
56
57Release 2.2.0 [2007-05-02]
58
59* fix for losing flags in average_time
60* changed asap_update_data to contact ATNF ftp server directly
61* Documentation updates
62* changed to use casacore instead of aips++
63* auto_quotient uses on/off pair detection by default, 'time' the old mode can also
64  be accessed
65* Ticket #107 added function to shift reference pixel
66* Ticket #106 added  function to retrieve integration times
67* Ticket #105 added Parkes K-band gain curve
68* Ticket #102 fixed wrong polarisation type in case of 'circular'
69* Ticket #104/94 fixed segmentation fault for time average if all channels are flagged
70* Ticket #98  AIPSPATH is honoured if set
71* Ticket #101 fixed set_restfreqs not working for IFs not starting at 0
72* Ticket #97 fixed error in opacity calculation
73
74Minor Release 2.1.1 [2006-11-09]
75
76* fix for Ticket #88 - numpy masks
77* better TAB completion for ipython (handles quotes, don't list private members)
78* Fix for Ticket #81 = scanatble.stats output as list
79* ticket #64 - speed up of auto_poly_baseline
80* fix for ticket #89 - export of IF sub-selections
81* fix for Ticket #83 - export to ms2 crashed asap
82* added file suffix support for name.rpf.1 etc.
83
84Release Version 2.1.0 [2006-09-11]
85
86* Processing of Multibeam MX data
87* Line Catalogs for both plotting and setting rest frequencies
88* median averaging
89* support of circular polarisations
90* binaries for fedora (core 3/5), debian, ubuntu, OSX (ppc,intel)
91* text/arrow/line annonations for plotter
92* export of fit parameters to text file
93* disk based scantables for large data sets
94* re-introduced custom quotients
95* fixed major fitter bug
96* fft flagging
97* full support for MOPS data
98
99Release Version 2.0 [2006-04-28]
100
101* Major rework of internal data representation. Now supports IFs with
102  different number of spectral channels. This has minimal effect on the
103  user interface.
104* Creation of a "selector" object used for data selection. Allow slicing of
105  data in beam, IF, polarisation as well as selection via header values
106  (e.g. Tsys). set_cursor is now invalid use set_selection instead.
107* Scantables can be merged
108* scantable.lines() has been removed. Set rest frequencies by value
109  (This will change in 2.1)
110* Multiple data files (e.g. rpf) can be read into a single scantable
111* Polarmetric infrastructure improved to support most observing styles
112  (linear feeds only)
113* ability to convert to/store as Stokes
114* Plotter can now only plot from a single scantable (use merge if necessary)
115* ASCII (text) spectral output changed to be more usable
116* Can change the source position coordinate frame
117* Bug fixes
118* auto_quotient is doing "closest in time reference"
119* option auto-align in velocity when using average_time
120* flagging on a per channel base
121
122
123(Release 1.2.2)
124
125* channel based flagging
126* Added get_elevation, azimuth and parangle
127* Added swap_lineas & invert_phase
128* added allaxes arg to poly_baseline
129* Request: added pager throuput for history and summary
130* Request: Log meesage on auto_quotient()
131* Bug Fix: plotter -set_mode("s","i").
132* Bug fix: plotter -autoscale abcissa limits from all spectra for stacking.
133
134Release Version 1.2.1 [2005-12-06]
135
136* scantable.recalc_azel - recalcualte azimuth and elevation based on
137* pointing Bug fix: plotter - set_layout got overwritten byt plot; row
138  cursor not honoured in _plot_time
139
140
141Release Version 1.2 [2005-11-30]
142
143Code changes
144------------
145* frequency switching: scantable.freq_switch()
146* get a list of sourcenames: scantable.get_sourcename()
147* build quotients from matched _S/_R pairs or 1*_R/n*_S automatically
148* plotting control: plotter.set_colors(), plotter.set_linestyles(),
149  plotter.set_linewidth() all also  via .asaprc parameters
150* non-interactive (non-GUI) plotting
151* ASAP Online (Mopra) Monitor web interface (mini pipeline)
152* user control of multi-panel: plotter.set_layout()
153* histogram plotting: part of linestyles
154* plugins: via ~/.asap/userfuncs.py
155* plotter panel control: rcParams['plotter.ganged']
156* usability: reworked the whole asap startup scripts, now all user adjustable
157  through ~/.asap/
158
159Todos/pending
160--------------
161* documentation update: should be finished by 2005-11-25
162* cookbook
163* release 1.2:  2005-11-30
164
165Major non-targets, resulting from requirements/targets
166-----------------------------------------------------
167* asap logging, which can be turned on and off through .asaprc/rcParams
168 (from asapmon)
169* Data container v2 design study and document ( moved from cycle II )
170
171Not Addressed
172-------------
173
174(deferred to cycle II, as described in support document)
175
176* Flexible data selection
177* "Merging of spectra" (concatenating scantables)
178
179* public defect tracking system
Note: See TracBrowser for help on using the repository browser.