[772] | 1 | Changelog
|
---|
[803] | 2 | =========
|
---|
[1285] | 3 |
|
---|
[1301] | 4 | Minor Release 2.1.1 [2006-11-09]
|
---|
[1285] | 5 |
|
---|
[1294] | 6 | * fix for Ticket #88 - numpy masks
|
---|
| 7 | * better TAB completion for ipython (handles quotes, don't list private members)
|
---|
| 8 | * Fix for Ticket #81 = scanatble.stats output as list
|
---|
| 9 | * ticket #64 - speed up of auto_poly_baseline
|
---|
| 10 | * fix for ticket #89 - export of IF sub-selections
|
---|
[1297] | 11 | * fix for Ticket #83 - export to ms2 crashed asap
|
---|
| 12 | * added file suffix support for name.rpf.1 etc.
|
---|
[1285] | 13 |
|
---|
[1294] | 14 | Release Version 2.1.0 [2006-09-11]
|
---|
[772] | 15 |
|
---|
[1259] | 16 | * Processing of Multibeam MX data
|
---|
| 17 | * Line Catalogs for both plotting and setting rest frequencies
|
---|
| 18 | * median averaging
|
---|
| 19 | * support of circular polarisations
|
---|
| 20 | * binaries for fedora (core 3/5), debian, ubuntu, OSX (ppc,intel)
|
---|
| 21 | * text/arrow/line annonations for plotter
|
---|
| 22 | * export of fit parameters to text file
|
---|
| 23 | * disk based scantables for large data sets
|
---|
| 24 | * re-introduced custom quotients
|
---|
| 25 | * fixed major fitter bug
|
---|
| 26 | * fft flagging
|
---|
| 27 | * full support for MOPS data
|
---|
| 28 |
|
---|
[1054] | 29 | Release Version 2.0 [2006-04-28]
|
---|
| 30 |
|
---|
| 31 | * Major rework of internal data representation. Now supports IFs with
|
---|
| 32 | different number of spectral channels. This has minimal effect on the
|
---|
| 33 | user interface.
|
---|
| 34 | * Creation of a "selector" object used for data selection. Allow slicing of
|
---|
[1259] | 35 | data in beam, IF, polarisation as well as selection via header values
|
---|
[1054] | 36 | (e.g. Tsys). set_cursor is now invalid use set_selection instead.
|
---|
| 37 | * Scantables can be merged
|
---|
| 38 | * scantable.lines() has been removed. Set rest frequencies by value
|
---|
| 39 | (This will change in 2.1)
|
---|
| 40 | * Multiple data files (e.g. rpf) can be read into a single scantable
|
---|
| 41 | * Polarmetric infrastructure improved to support most observing styles
|
---|
| 42 | (linear feeds only)
|
---|
| 43 | * ability to convert to/store as Stokes
|
---|
| 44 | * Plotter can now only plot from a single scantable (use merge if necessary)
|
---|
| 45 | * ASCII (text) spectral output changed to be more usable
|
---|
| 46 | * Can change the source position coordinate frame
|
---|
| 47 | * Bug fixes
|
---|
| 48 | * auto_quotient is doing "closest in time reference"
|
---|
| 49 | * option auto-align in velocity when using average_time
|
---|
| 50 | * flagging on a per channel base
|
---|
| 51 |
|
---|
| 52 |
|
---|
[803] | 53 | (Release 1.2.2)
|
---|
| 54 |
|
---|
| 55 | * channel based flagging
|
---|
| 56 | * Added get_elevation, azimuth and parangle
|
---|
[1054] | 57 | * Added swap_lineas & invert_phase
|
---|
[803] | 58 | * added allaxes arg to poly_baseline
|
---|
| 59 | * Request: added pager throuput for history and summary
|
---|
| 60 | * Request: Log meesage on auto_quotient()
|
---|
| 61 | * Bug Fix: plotter -set_mode("s","i").
|
---|
| 62 | * Bug fix: plotter -autoscale abcissa limits from all spectra for stacking.
|
---|
| 63 |
|
---|
| 64 | Release Version 1.2.1 [2005-12-06]
|
---|
| 65 |
|
---|
| 66 | * scantable.recalc_azel - recalcualte azimuth and elevation based on
|
---|
| 67 | * pointing Bug fix: plotter - set_layout got overwritten byt plot; row
|
---|
| 68 | cursor not honoured in _plot_time
|
---|
| 69 |
|
---|
| 70 |
|
---|
[772] | 71 | Release Version 1.2 [2005-11-30]
|
---|
| 72 |
|
---|
| 73 | Code changes
|
---|
| 74 | ------------
|
---|
| 75 | * frequency switching: scantable.freq_switch()
|
---|
| 76 | * get a list of sourcenames: scantable.get_sourcename()
|
---|
| 77 | * build quotients from matched _S/_R pairs or 1*_R/n*_S automatically
|
---|
[803] | 78 | * plotting control: plotter.set_colors(), plotter.set_linestyles(),
|
---|
[772] | 79 | plotter.set_linewidth() all also via .asaprc parameters
|
---|
| 80 | * non-interactive (non-GUI) plotting
|
---|
| 81 | * ASAP Online (Mopra) Monitor web interface (mini pipeline)
|
---|
| 82 | * user control of multi-panel: plotter.set_layout()
|
---|
| 83 | * histogram plotting: part of linestyles
|
---|
| 84 | * plugins: via ~/.asap/userfuncs.py
|
---|
| 85 | * plotter panel control: rcParams['plotter.ganged']
|
---|
[803] | 86 | * usability: reworked the whole asap startup scripts, now all user adjustable
|
---|
[772] | 87 | through ~/.asap/
|
---|
| 88 |
|
---|
| 89 | Todos/pending
|
---|
| 90 | --------------
|
---|
| 91 | * documentation update: should be finished by 2005-11-25
|
---|
[803] | 92 | * cookbook
|
---|
[772] | 93 | * release 1.2: 2005-11-30
|
---|
| 94 |
|
---|
| 95 | Major non-targets, resulting from requirements/targets
|
---|
| 96 | -----------------------------------------------------
|
---|
| 97 | * asap logging, which can be turned on and off through .asaprc/rcParams
|
---|
| 98 | (from asapmon)
|
---|
| 99 | * Data container v2 design study and document ( moved from cycle II )
|
---|
| 100 |
|
---|
| 101 | Not Addressed
|
---|
| 102 | -------------
|
---|
| 103 |
|
---|
| 104 | (deferred to cycle II, as described in support document)
|
---|
| 105 |
|
---|
| 106 | * Flexible data selection
|
---|
| 107 | * "Merging of spectra" (concatenating scantables)
|
---|
| 108 |
|
---|
| 109 | * public defect tracking system
|
---|