Ignore:
Timestamp:
06/09/10 19:03:06 (14 years ago)
Author:
Kana Sugimoto
Message:

New Development: Yes

JIRA Issue: Yes (CAS-2211)

Ready for Test: Yes

Interface Changes: Yes

What Interface Changed: ASAP 3.0.0 interface changes

Test Programs:

Put in Release Notes: Yes

Module(s): all the CASA sd tools and tasks are affected.

Description: Merged ATNF-ASAP 3.0.0 developments to CASA (alma) branch.

Note you also need to update casa/code/atnf.


Location:
branches/alma
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/alma

  • branches/alma/doc/CHANGELOG

    r1381 r1757  
    22=========
    33
    4 Release 2.2.1 [2007-??-??]
     4Release 3.0.0 [2010-05-06]
    55
    6 * source direction for Hobart data - Ticket #109
    7 * added running median to scantable.(smooth(kernel='rmedian')
     6* BEWARE: added asap2to3 which converts '.asap' files from version 2 to
     7          version 3
     8* Ticket #183 Added scantable.get_weather
     9* Ticket #181 Added work-around for casacore bug in saving tables with
     10              selection
     11* Ticket #178 Added opacity_model based on  miriad's atmospheric model
     12* Ticket #177 Added function skydip to determine opacities.
     13* Ticket #172 Fixed non-working scantable.resample
     14* Ticket #155 Better output filenames. Ignore non-existsing
     15              beams/pols/ifs/scans
     16* Ticket #157 numpy >= 1.1 support
     17* Ticket #158 fixed plotter.set_font
     18* Ticket #160 Aspect ratio of plotter is customisable now
     19* Ticket #163 fixed for scantable.set_sourcetype
     20* Ticket #164 Upgrade note in wiki FAQ
     21* Ticket #165 Handle non-parallactified polarimtery data (if supported in
     22              rpfits)
     23* Ticket #167 Added running polynomial filter to scantable.smooth
     24* Ticket #168 Data exported via scantable.save now contains correct frequency
     25              or velocity information
     26* Ticket #169 Simplified selection of data
     27* Ticket #46  Interactive lag flagging
     28* Ticket #170 Provided access to frequency coordinate information via
     29              scantable.get_coordinate
     30* Added OS X 10.5 Disk image installer
     31* Added support for OS X 10.6
     32* Interactive plotting annotations via optional argument interactive=True
     33* Interactive creation of masks on the plotter - plotter.create_mask
     34* Tidy up date range in asapplotter.plotazel/plotpointings
     35* support for gcc-4.4
     36
     37Release 2.3.1 [2009-03-25]
     38
     39* Ticket #154 Flagged data wasn't hnoured in fitting
     40* Ticket #153 plotter.plot_lines fixed for matplotlib >= 0.98
     41* Ticket #90  Support integer values for frequencies/errors/intensities
     42
     43Release 2.3.0 [2009-03-13]
     44
     45* Ticket #150 fix in casacore for frequency frame conversions
     46* Ticket #151 added rc parameter and function set_sourcetype to identify
     47              on/off scans
     48* Ticket #78/#112 Resolved the issue with random errors occuring under linux
     49                  for large
     50   data files, which corrupted the identifaction of off scans
     51* Ticket #149 Fixed the bug causing spectral line search to go into an
     52              infinite loop in some rare circumstances
     53* Ticket #110 Added export to CLASS readable FITS files
     54   scantable.save("myfile.fits", "CLASS")
     55* Ticket #142 Fix of the frequency alignment for long observations
     56* Ticket #133 allow supression of history in the scantable via rc parameters
     57* Ticket #109 source direction for Hobart data
     58* Ticket #115 added running median to scantable.(smooth(kernel='rmedian')
     59* Ticket #148 opacity correction wasn't applied to TSYS
     60* Ticket #135 quotient detection failure for specific source names
     61* Ticket #140 NaN values not handled - added scantable.flag_nans to ensure
     62              that the NaN are flagged
     63* added python iterator access to scantable rows
     64* made functions available to directly manipulate spectra
     65  scantable.get/set_spectrum
     66* upgrade to support ipython >= 0.8.1
     67* support gcc-4.3
     68* use scons >= 1.1.0
     69* update to latest livedata I/O functions
     70* add WCS info to the exported text files
     71
    872
    973Release 2.2.0 [2007-05-02]
     
    2892* fix for Ticket #88 - numpy masks
    2993* better TAB completion for ipython (handles quotes, don't list private members)
    30 * Fix for Ticket #81 = scanatble.stats output as list 
     94* Fix for Ticket #81 = scanatble.stats output as list
    3195* ticket #64 - speed up of auto_poly_baseline
    3296* fix for ticket #89 - export of IF sub-selections
Note: See TracChangeset for help on using the changeset viewer.