# # ChangeLog for trunk # # Generated by Trac 1.2.3 # 07/01/24 03:20:47 Thu, 05 Aug 2010 04:40:38 GMT Malte Marquarding [1859] * trunk/python/__init__.py (modified) * trunk/python/asapfitter.py (modified) * trunk/python/asapmath.py (modified) * trunk/python/asapplotter.py (modified) * trunk/python/env.py (modified) * trunk/python/linecatalog.py (modified) * trunk/python/logging.py (modified) * trunk/python/opacity.py (modified) * trunk/python/scantable.py (modified) * trunk/python/utils.py (modified) * trunk/src/AsapLogSink.cpp (modified) * trunk/src/AsapLogSink.h (modified) * trunk/src/python_LogSink.cpp (modified) Ticket #193: the rcParams['verbose'] flag is only used in standard ... Thu, 05 Aug 2010 01:46:40 GMT Malte Marquarding [1858] * trunk/doc/source/api.rst (modified) * trunk/doc/source/conf.py (modified) * trunk/doc/source/developer/index.rst (modified) * trunk/doc/source/developer/scantable.rst (modified) * trunk/python/asapplotter.py (modified) * trunk/python/env.py (modified) * trunk/python/logging.py (modified) * trunk/python/parameters.py (modified) Adde more API documentation Thu, 05 Aug 2010 01:45:38 GMT Malte Marquarding [1857] * trunk/python/scantable.py (modified) auto_quotient is the first method to use @preserve_selection Thu, 05 Aug 2010 00:24:41 GMT Malte Marquarding [1856] * trunk/python/scantable.py (modified) removed redundant print_log calls as the @print_log_dec handles them ... Wed, 04 Aug 2010 08:29:19 GMT Malte Marquarding [1855] * trunk/python/scantable.py (modified) Ticket #194: docstring changes. Play nicely with sphinx. Wed, 04 Aug 2010 08:28:06 GMT Malte Marquarding [1854] * trunk/doc/source/developer/scantable.rst (modified) Ticket #194: Added more description of the scantable Wed, 04 Aug 2010 08:19:20 GMT Takeshi Nakazato [1853] * trunk/test/test_nrofiller.py (added) Quite primitive and trivial test for NROFiller. Wed, 04 Aug 2010 06:26:15 GMT Malte Marquarding [1852] * trunk/doc/Makefile (added) * trunk/doc/source (added) * trunk/doc/source/_static (added) * trunk/doc/source/_templates (added) * trunk/doc/source/api.rst (added) * trunk/doc/source/conf.py (added) * trunk/doc/source/developer (added) * trunk/doc/source/developer/index.rst (added) * trunk/doc/source/developer/scantable.rst (added) * trunk/doc/source/index.rst (added) Added skeleton for and initial text for sphinx-based developer ... Wed, 04 Aug 2010 05:28:31 GMT Takeshi Nakazato [1851] * trunk/test/data/B68test.nro (added) Add test data for NROFiller. Wed, 04 Aug 2010 05:18:48 GMT Takeshi Nakazato [1850] * trunk/src/Makefile (modified) remove test commit Wed, 04 Aug 2010 05:06:45 GMT Takeshi Nakazato [1849] * trunk/INSTALL (modified) * trunk/Makefile (modified) remove test commit except for env.py Wed, 04 Aug 2010 05:03:35 GMT Takeshi Nakazato [1848] * trunk/INSTALL (modified) * trunk/Makefile (modified) * trunk/python/env.py (modified) * trunk/src/Makefile (modified) test commit Wed, 04 Aug 2010 04:53:56 GMT Malte Marquarding [1847] * trunk/test/parkes-pol.py (modified) Add parallactify flag Wed, 04 Aug 2010 04:52:53 GMT Malte Marquarding [1846] * trunk/python/scantable.py (modified) Documentation update to play nicer with sphinx Wed, 04 Aug 2010 02:36:57 GMT Malte Marquarding [1845] * trunk/python/scantable.py (modified) changed set_restfreqs to support use of the old behaviour. If list of ... Wed, 04 Aug 2010 02:35:08 GMT Malte Marquarding [1844] * trunk/test/test_scantable.py (modified) added some comments Wed, 04 Aug 2010 02:31:09 GMT Malte Marquarding [1843] * trunk/python/asapreader.py (deleted) * trunk/python/scantable.py (modified) Ticket #192: enabling new filler. Get rid of unused asapreader. Tue, 03 Aug 2010 08:56:51 GMT Malte Marquarding [1842] * trunk/test/test_scantable.py (modified) use generator to also test all masked stats Tue, 03 Aug 2010 08:54:13 GMT Takeshi Nakazato [1841] * trunk/src/STFiller.cpp (modified) New Development: No JIRA Issue: No Ready for ... Tue, 03 Aug 2010 08:34:32 GMT Malte Marquarding [1840] * trunk/test/test_scantable.py (modified) movde to nose based testing Tue, 03 Aug 2010 07:38:34 GMT Malte Marquarding [1839] * trunk/test/test_plotter.py (added) initial check-in of 'nose' based test for the asapplotter Tue, 03 Aug 2010 06:49:55 GMT Malte Marquarding [1838] * trunk/test/mopra.py (modified) update mopra test script Tue, 03 Aug 2010 05:52:36 GMT Takeshi Nakazato [1837] * trunk/src/STFiller.cpp (modified) New Development: No JIRA Issue: No Ready for ... Tue, 03 Aug 2010 05:24:36 GMT Takeshi Nakazato [1836] * trunk/python/asaplotbase.py (modified) asaplotbase should import print_log. Tue, 03 Aug 2010 05:08:49 GMT Malte Marquarding [1835] * trunk/python/__init__.py (modified) remove reader and make parameters import third in line Tue, 03 Aug 2010 05:07:58 GMT Malte Marquarding [1834] * trunk/python/parameters.py (modified) Can't use logging here as that would be a cyclic dependency\!\!\! Tue, 03 Aug 2010 05:07:09 GMT Malte Marquarding [1833] * trunk/python/logging.py (modified) import asap.parameters Tue, 03 Aug 2010 05:06:38 GMT Malte Marquarding [1832] * trunk/src/PKSFiller.cpp (modified) use default 'antenna' value of '0' Tue, 03 Aug 2010 04:34:28 GMT Malte Marquarding [1831] * trunk/src/PKSFiller.cpp (modified) Bug fix: had wrong order of setIndex arguments - attempt number three. Tue, 03 Aug 2010 04:32:50 GMT Malte Marquarding [1830] * trunk/src/PKSFiller.cpp (modified) Bug fix: had wrong order of setIndex arguments Tue, 03 Aug 2010 04:16:33 GMT Malte Marquarding [1829] * trunk/python/logging.py (modified) Don't post message if logger is disabled Tue, 03 Aug 2010 04:11:33 GMT Malte Marquarding [1828] * trunk/src/PKSFiller.cpp (modified) Bug fix: had wrong order of setIndex arguments Tue, 03 Aug 2010 04:06:20 GMT Malte Marquarding [1827] * trunk/python/asapmath.py (modified) fixed type in import name Tue, 03 Aug 2010 01:41:13 GMT Malte Marquarding [1826] * trunk/python/asapfit.py (modified) * trunk/python/asapfitter.py (modified) * trunk/python/asaplinefind.py (modified) * trunk/python/asaplot.py (modified) * trunk/python/asaplotbase.py (modified) * trunk/python/asaplotgui.py (modified) * trunk/python/asapmath.py (modified) * trunk/python/asapreader.py (modified) * trunk/python/casatoolbar.py (modified) * trunk/python/interactivemask.py (modified) * trunk/python/lagflagger.py (modified) * trunk/python/linecatalog.py (modified) * trunk/python/opacity.py (modified) * trunk/python/selector.py (modified) * trunk/python/simplelinefinder.py (modified) Tidy up of imports (now imported from asap.). Also fixed some ... Tue, 03 Aug 2010 00:38:57 GMT Malte Marquarding [1825] * trunk/external/libpyrap (added) Added svn 'externals' for (lib)pyrap Mon, 02 Aug 2010 09:40:09 GMT Malte Marquarding [1824] * trunk/python/__init__.py (modified) * trunk/python/asapplotter.py (modified) * trunk/python/ipysupport.py (added) * trunk/python/logging.py (modified) * trunk/python/parameters.py (added) * trunk/python/scantable.py (modified) * trunk/python/utils.py (added) * trunk/test/test_scantable.py (modified) Refactoring of __init__.py. Moved functionality into separate ... Mon, 02 Aug 2010 09:28:09 GMT Kana Sugimoto [1823] * trunk/python/compatibility.py (copied) * trunk/python/coordinate.py (copied) * trunk/python/lagflagger.py (copied) * trunk/python/opacity.py (copied) * trunk/python/simplelinefinder.py (copied) * trunk/src/IndexedCompare.h (copied) * trunk/src/STAtmosphere.cpp (copied) * trunk/src/STAtmosphere.h (copied) * trunk/src/STCoordinate.h (copied) * trunk/src/STFITSImageWriter.cpp (copied) * trunk/src/STFITSImageWriter.h (copied) * trunk/src/python_STAtmosphere.cpp (copied) * trunk/src/python_STCoordinate.cpp (copied) New Development: No JIRA Issue: No (merge: recover logs) ... Mon, 02 Aug 2010 07:28:20 GMT Kana Sugimoto [1819] * trunk/Makefile (copied) * trunk/SConstruct (modified) * trunk/apps (modified) * trunk/apps/Makefile (copied) * trunk/apps/asap2to3.cpp (modified) * trunk/external-alma (copied) * trunk/getsvnrev.sh (copied) * trunk/python (modified) * trunk/python/__init__.py (modified) * trunk/python/asapfitter.py (modified) * trunk/python/asaplot.py (modified) * trunk/python/asaplotbase.py (modified) * trunk/python/asaplotgui.py (modified) * trunk/python/asaplotgui_gtk.py (modified) * trunk/python/asaplotgui_qt4.py (copied) * trunk/python/asapmath.py (modified) * trunk/python/asapplotter.py (modified) * trunk/python/asapreader.py (modified) * trunk/python/casatoolbar.py (copied) * trunk/python/compatibility.py (copied) * trunk/python/coordinate.py (copied) * trunk/python/env.py (copied) * trunk/python/interactivemask.py (copied) * trunk/python/lagflagger.py (copied) * trunk/python/linecatalog.py (modified) * trunk/python/logging.py (copied) * trunk/python/opacity.py (copied) * trunk/python/scantable.py (modified) * trunk/python/selector.py (modified) * trunk/python/simplelinefinder.py (copied) * trunk/src (modified) * trunk/src/AsapLogSink.cpp (copied) * trunk/src/AsapLogSink.h (copied) * trunk/src/FillerBase.cpp (copied) * trunk/src/FillerBase.h (copied) * trunk/src/FillerWrapper.h (copied) * trunk/src/IndexedCompare.h (copied) * trunk/src/Lorentzian1D.h (copied) * trunk/src/Lorentzian1D.tcc (copied) * trunk/src/Lorentzian1D2.tcc (copied) * trunk/src/Lorentzian1DParam.h (copied) * trunk/src/Lorentzian1DParam.tcc (copied) * trunk/src/Makefile (copied) * trunk/src/MathUtils.cpp (modified) * trunk/src/MathUtils.h (modified) * trunk/src/NROFiller.cpp (copied) * trunk/src/NROFiller.h (copied) * trunk/src/PKSFiller.cpp (copied) * trunk/src/PKSFiller.h (copied) * trunk/src/RowAccumulator.cpp (modified) * trunk/src/RowAccumulator.h (modified) * trunk/src/SConscript (modified) * trunk/src/STAsciiWriter.cpp (modified) * trunk/src/STAtmosphere.cpp (copied) * trunk/src/STAtmosphere.h (copied) * trunk/src/STCoordinate.h (copied) * trunk/src/STFITSImageWriter.cpp (copied) * trunk/src/STFITSImageWriter.h (copied) * trunk/src/STFiller.cpp (modified) * trunk/src/STFiller.h (modified) * trunk/src/STFitter.cpp (modified) * trunk/src/STFrequencies.cpp (modified) * trunk/src/STFrequencies.h (modified) * trunk/src/STHeader.cpp (modified) * trunk/src/STMath.cpp (modified) * trunk/src/STMath.h (modified) * trunk/src/STMathWrapper.h (modified) * trunk/src/STMolecules.cpp (modified) * trunk/src/STMolecules.h (modified) * trunk/src/STSelector.cpp (modified) * trunk/src/STSelector.h (modified) * trunk/src/STWriter.cpp (modified) * trunk/src/STWriter.h (modified) * trunk/src/Scantable.cpp (modified) * trunk/src/Scantable.h (modified) * trunk/src/ScantableWrapper.h (modified) * trunk/src/Templates.cpp (copied) * trunk/src/python_Filler.cpp (copied) * trunk/src/python_LogSink.cpp (copied) * trunk/src/python_STAtmosphere.cpp (copied) * trunk/src/python_STCoordinate.cpp (copied) * trunk/src/python_STMath.cpp (modified) * trunk/src/python_STSelector.cpp (modified) * trunk/src/python_Scantable.cpp (modified) * trunk/src/python_SrcType.cpp (copied) * trunk/src/python_asap.cpp (modified) * trunk/src/python_asap.h (modified) New Development: No JIRA Issue: No (merge alma branch to ... Thu, 06 May 2010 02:05:29 GMT Malte Marquarding [1752] * tags/asap-3.0.0 (modified) * tags/asap-3.0.0/apps/SConscript (modified) * tags/asap-3.0.0/bin/install (modified) * trunk (modified) * trunk/apps/SConscript (modified) * trunk/bin/install (modified) Merge from release branch to fix binary installer not including asap2to3 Thu, 06 May 2010 01:14:01 GMT Malte Marquarding [1749] * tags/asap-3.0.0 (modified) * tags/asap-3.0.0/apps/SConscript (modified) * tags/asap-3.0.0/apps/test.cpp (deleted) * trunk (modified) * trunk/apps/SConscript (modified) * trunk/apps/test.cpp (deleted) Merged fix from release branch