Changeset 1485 for trunk/doc


Ignore:
Timestamp:
01/20/09 20:13:21 (15 years ago)
Author:
Malte Marquarding
Message:

more updates for upcoming 2.3 release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/CHANGELOG

    r1474 r1485  
    44Release 2.3.0 [2009-01-??]
    55
     6* Ticket #110 Added export to CLASS readable FITS files
     7   scantable.save("myfile.fits", "CLASS")
     8* Ticket #133 allow supression of history in the scantable via rc parameters
     9* Ticket #109 source direction for Hobart data
     10* Ticket #115 added running median to scantable.(smooth(kernel='rmedian')
     11* Ticket #148 opacity correction wan't applied to TSYS
     12* Ticket #135 quotient detection failure for specific source names
     13* Ticket #140 NaN values not handled - added scantable.flag_nans to ensure
     14   that the NaN are flagged
     15* added python iterator access to scantable rows
    616* made functions available to directly manipulate spectra
    7   scantable.get/set_spectrum
    8 * Added export to CLASS readable FITS files
    9   scantable.save("myfile.fits", "CLASS")
     17   scantable.get/set_spectrum
    1018* upgrade to support ipython >= 0.8.1
    1119* support gcc-4.3
     
    1321* update to latest livedata I/O functions
    1422* add WCS info to the exported text files
    15 * allow supression of history in the scantable via rc parameters
    16 * source direction for Hobart data - Ticket #109
    17 * added running median to scantable.(smooth(kernel='rmedian')
    1823
    1924Release 2.2.0 [2007-05-02]
Note: See TracChangeset for help on using the changeset viewer.