source: trunk/CHANGELOG @ 2531

Last change on this file since 2531 was 2531, checked in by Malte Marquarding, 12 years ago

Issue #265: Support multiple chains in IF in summary

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