# # ChangeLog for trunk/python/asapplotter.py # # Generated by Trac 1.2.3 # 05/23/24 12:19:32 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 ... Tue, 04 May 2010 02:42:40 GMT Malte Marquarding [1739] * trunk/python/__init__.py (modified) * trunk/python/asapfitter.py (modified) * trunk/python/asaplotbase.py (modified) * trunk/python/asapplotter.py (modified) Replace matplotlib.numerix with numpy Thu, 11 Feb 2010 00:45:38 GMT Malte Marquarding [1696] * trunk/python/asapplotter.py (modified) Tidy up plotazel and plotpointing Wed, 10 Feb 2010 22:56:55 GMT Malte Marquarding [1695] * trunk/python/asapplotter.py (modified) * trunk/python/asapreader.py (modified) Use print_log_dec consistently Mon, 06 Jul 2009 01:17:40 GMT Malte Marquarding [1597] * trunk/python/asapplotter.py (modified) Added doc string Mon, 29 Jun 2009 05:45:19 GMT Malte Marquarding [1582] * trunk/python/asapplotter.py (modified) Increased maxstack to 16; added simple selection to plotter (refer to ... Mon, 29 Jun 2009 02:09:04 GMT Malte Marquarding [1572] * trunk/python/asapplotter.py (modified) Added gca/refresh for matplolib-like access Wed, 22 Apr 2009 06:10:06 GMT Malte Marquarding [1563] * trunk/python/asaplotbase.py (modified) * trunk/python/asaplotgui.py (modified) * trunk/python/asaplotgui_gtk.py (modified) * trunk/python/asapplotter.py (modified) fix for ticket #160: allow user to select the size of plotter and ... Mon, 30 Mar 2009 06:03:01 GMT Malte Marquarding [1559] * trunk/python/asapplotter.py (modified) added forward for axes.annotate and added useful default plus ... Mon, 30 Mar 2009 03:40:55 GMT Malte Marquarding [1556] * trunk/python/asapplotter.py (modified) Fix for ticket #158; can' use rc parameters to set fonts dynamically Mon, 30 Mar 2009 02:50:19 GMT Malte Marquarding [1555] * trunk/python/asapplotter.py (modified) handle timeouts and general None returns in ginput Fri, 27 Mar 2009 05:24:57 GMT Malte Marquarding [1551] * trunk/python/asapplotter.py (modified) Add some instuctions to the plot Fri, 27 Mar 2009 05:19:31 GMT Malte Marquarding [1550] * trunk/python/asapplotter.py (modified) add alittle bit of room, so masks can be created past the first/last ... Fri, 27 Mar 2009 05:13:51 GMT Malte Marquarding [1549] * trunk/python/asapplotter.py (modified) add alittle bit of room, so masks can be created past the first/last ... Fri, 27 Mar 2009 05:09:36 GMT Malte Marquarding [1548] * trunk/python/asapplotter.py (modified) add interactive annotation capability. Also allow creation of masks ... Fri, 27 Mar 2009 04:59:45 GMT Malte Marquarding [1547] * trunk/python/asapplotter.py (modified) add interactive annotation capability. Also allow creation of masks ... Mon, 30 Jul 2007 01:59:36 GMT Malte Marquarding [1391] * trunk/python/asapfitter.py (modified) * trunk/python/asapmath.py (modified) * trunk/python/asapplotter.py (modified) * trunk/python/scantable.py (modified) * trunk/src/STAttr.cpp (modified) * trunk/src/STDefs.h (modified) * trunk/src/STFiller.cpp (modified) * trunk/src/STFiller.h (modified) * trunk/src/STFitter.cpp (modified) * trunk/src/STFitter.h (modified) * trunk/src/STMath.cpp (modified) * trunk/src/STMath.h (modified) * trunk/src/STMathWrapper.h (modified) * trunk/src/STSelector.cpp (modified) * trunk/src/STTcal.cpp (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/python_Fitter.cpp (modified) * trunk/src/python_STMath.cpp (modified) * trunk/src/python_Scantable.cpp (modified) merge from alma branch to get alma/GBT support. Commented out ... Fri, 27 Apr 2007 00:54:03 GMT mar637 [1358] * trunk/python/asapplotter.py (modified) fixed whitespce in mpl doc references Wed, 07 Feb 2007 04:11:57 GMT mar637 [1317] * trunk/python/asapplotter.py (modified) fixed deprecated import of sre Mon, 06 Nov 2006 11:22:03 GMT mar637 [1295] * trunk/Doxyfile (copied) * trunk/Makefile (modified) * trunk/doc/CHANGELOG (modified) * trunk/monitor/cgi-bin/asapmon.py (modified) * trunk/monitor/cgi-bin/filelist.py (modified) * trunk/python/__init__.py (modified) * trunk/python/asapfitter.py (modified) * trunk/python/asapplotter.py (modified) * trunk/python/scantable.py (modified) * trunk/scons/casa.py (modified) * trunk/share/ipythonrc-asap (modified) * trunk/src/LineCatalog.h (modified) * trunk/src/Makefile (modified) * trunk/src/RowAccumulator.h (modified) * trunk/src/STAsciiWriter.cpp (modified) * trunk/src/STMath.h (modified) * trunk/src/STWriter.cpp (modified) * trunk/src/Scantable.h (modified) * trunk/web/index.html (modified) merge form Release2.1.1 branch Mon, 11 Sep 2006 05:10:05 GMT mar637 [1259] * trunk/SConstruct (modified) * trunk/admin/reqmatrix.sxc (modified) * trunk/doc/CHANGELOG (modified) * trunk/doc/SConscript (copied) * trunk/doc/userguide.tex (modified) * trunk/python/__init__.py (modified) * trunk/python/asaplotbase.py (modified) * trunk/python/asapplotter.py (modified) * trunk/python/linecatalog.py (modified) * trunk/python/scantable.py (modified) * trunk/src/LineCatalog.cpp (modified) * trunk/src/LineCatalog.h (modified) * trunk/src/Makefile (modified) * trunk/src/STMath.cpp (modified) * trunk/src/STPolCircular.cpp (modified) * trunk/src/STWriter.cpp (modified) * trunk/src/python_Scantable.cpp (modified) * trunk/test/file-io.py (modified) * trunk/web/commands.html (modified) * trunk/web/images/logo.png (copied) * trunk/web/images/logo.xcf (copied) * trunk/web/index.html (modified) Merge from Release2.1.0b tag Fri, 01 Sep 2006 03:14:11 GMT mar637 [1232] * trunk/SConstruct (modified) * trunk/bin/install (modified) * trunk/python/asapfit.py (modified) * trunk/python/asapfitter.py (modified) * trunk/python/asapmath.py (modified) * trunk/python/asapplotter.py (modified) * trunk/src/STFitter.cpp (modified) * trunk/src/STMath.cpp (modified) Merge from Release2.1.0b tag Wed, 30 Aug 2006 03:29:25 GMT mar637 [1217] * trunk/doc/userguide.tex (modified) * trunk/external/casa_asap/configure.sh (modified) * trunk/python/asapfitter.py (modified) * trunk/python/asapplotter.py (modified) * trunk/python/scantable.py (modified) Merge from Release2.1.0b tag Wed, 23 Aug 2006 03:15:32 GMT mar637 [1175] * trunk/python/__init__.py (modified) * trunk/python/asapplotter.py (modified) * trunk/python/scantable.py (modified) various changes to support the pylab plotter 'xyplotter' Wed, 23 Aug 2006 01:11:20 GMT mar637 [1174] * trunk/python/asapplotter.py (modified) fixed incorrect doppler shift. Tue, 22 Aug 2006 03:01:30 GMT mar637 [1169] * trunk/python/asapplotter.py (modified) have to actually change the argument name doppler for it to work. Tue, 22 Aug 2006 02:57:12 GMT mar637 [1168] * trunk/python/asapplotter.py (modified) fixed docs for plot_lines Tue, 22 Aug 2006 02:55:01 GMT mar637 [1167] * trunk/python/asapplotter.py (modified) had to use line._y instead of line._y_orig Tue, 22 Aug 2006 02:53:28 GMT mar637 [1166] * trunk/python/asapplotter.py (modified) revoded debug print Tue, 22 Aug 2006 02:52:53 GMT mar637 [1165] * trunk/python/asapplotter.py (modified) added auto location on peak>ymax. changed argument offset to doppler ... Tue, 22 Aug 2006 01:31:51 GMT mar637 [1164] * trunk/python/asapplotter.py (modified) fix in plot_lines. have to ignore line when channel is masked Mon, 21 Aug 2006 06:33:11 GMT mar637 [1158] * trunk/python/asapplotter.py (modified) help for plot_lines Mon, 21 Aug 2006 06:27:55 GMT mar637 [1157] * trunk/python/asapplotter.py (modified) * trunk/python/scantable.py (modified) more argument types for scanatble.set_restfreqs; tidying. Mon, 21 Aug 2006 00:48:45 GMT mar637 [1153] * trunk/python/asaplotbase.py (modified) * trunk/python/asaplotgui.py (modified) * trunk/python/asaplotgui_gtk.py (modified) * trunk/python/asapplotter.py (modified) * trunk/python/linecatalog.py (modified) * trunk/python/scantable.py (modified) lots of changes to support soft refresh, for things like text ... Wed, 16 Aug 2006 03:14:25 GMT mar637 [1148] * trunk/python/asapplotter.py (modified) * trunk/src/Scantable.cpp (modified) use get*nos instead of n* (* can be scan, beam etc.). This showed a ... Wed, 16 Aug 2006 01:35:42 GMT mar637 [1146] * trunk/python/asapplotter.py (modified) added linecatalog plotting; fixed numarray imports Fri, 04 Aug 2006 06:27:27 GMT mar637 [1116] * trunk/python/asapfitter.py (modified) * trunk/python/asapplotter.py (modified) fixed up import of MaskedArray to make it usable with numpy and numarray Tue, 01 Aug 2006 23:35:30 GMT mar637 [1101] * trunk/python/asapplotter.py (modified) added default legend font size; added proper raise for wrong ... Mon, 31 Jul 2006 02:20:00 GMT mar637 [1096] * trunk/python/asapplotter.py (modified) added legend placing/disable to set_legend. Changed decimate from ... Thu, 27 Jul 2006 04:39:36 GMT mar637 [1087] * trunk/python/asapplotter.py (modified) use MA instead of homemade masking; This probably breaks old (woody) ... Wed, 26 Apr 2006 03:53:27 GMT mar637 [1034] * trunk/python/asapplotter.py (modified) Removed debug print Wed, 19 Apr 2006 01:43:15 GMT mar637 [1023] * trunk/python/asaplotbase.py (modified) * trunk/python/asapplotter.py (modified) The previous histogram plot was mutually exclusive with linestyle, ... Wed, 19 Apr 2006 01:03:02 GMT mar637 [1021] * trunk/python/asapplotter.py (modified) decimate threshold 1024 -> 2048; added histogram plotting; function ... Tue, 18 Apr 2006 05:54:44 GMT mar637 [1018] * trunk/python/asapplotter.py (modified) added yrange synch in 'ganged' mode. Thu, 06 Apr 2006 23:42:06 GMT mar637 [1002] * trunk/python/asapplotter.py (modified) reverted back to looping over all rows in plot() Thu, 06 Apr 2006 06:12:07 GMT mar637 [998] * trunk/python/asapplotter.py (modified) fixed bug, where too many spectra where plotted when the plotter was ... Fri, 31 Mar 2006 06:17:17 GMT mar637 [964] * trunk/python/asapplotter.py (modified) removed type prefix for polarisation labels Thu, 30 Mar 2006 04:40:17 GMT mar637 [947] * trunk/python/asapplotter.py (modified) made use of selector class, added sort order to _plot command Mon, 27 Mar 2006 08:33:48 GMT mar637 [935] * trunk/python/asapplotter.py (modified) re-introduced re-plot Wed, 22 Mar 2006 10:45:31 GMT mar637 [920] * trunk/python/asapplotter.py (modified) asap2 migration of plotter Fri, 09 Dec 2005 03:50:59 GMT mar637 [794] * trunk/doc/cookbook.tex (modified) * trunk/doc/release-checklist.txt (modified) * trunk/python/__init__.py (modified) * trunk/python/asapfitter.py (modified) * trunk/python/asapplotter.py (modified) * trunk/python/scantable.py (modified) * trunk/src/Makefile (modified) * trunk/src/SDMemTable.cc (modified) * trunk/src/SDMemTable.h (modified) * trunk/src/SDMemTableWrapper.h (modified) * trunk/src/SDTemplates.cc (modified) * trunk/src/python_SDMemTable.cc (modified) * trunk/test/tid.py (modified) * trunk/web/commands.html (modified) * trunk/web/index.html (modified) update from Release12 Wed, 30 Nov 2005 03:37:54 GMT mar637 [762] * trunk/admin/sourcerelease.sh (added) * trunk/python/asapplotter.py (modified) * trunk/python/scantable.py (modified) * trunk/web/commands.html (modified) * trunk/web/index.html (modified) merge from Release12 branch Tue, 29 Nov 2005 01:06:57 GMT mar637 [753] * trunk/python/asapplotter.py (modified) Bug fix: plot_other with panelling==p didn't work with cursor ... Thu, 24 Nov 2005 03:13:19 GMT mar637 [734] * trunk/python/asapplotter.py (modified) doc update make use of rcParam['plotter.gui'] Thu, 10 Nov 2005 23:01:49 GMT mar637 [710] * trunk/python/__init__.py (modified) * trunk/python/asaplotbase.py (modified) * trunk/python/asapmath.py (modified) * trunk/python/asapplotter.py (modified) * trunk/python/scantable.py (modified) create_mask now also handles args[0]=list. auto_quotient checks for ... Wed, 02 Nov 2005 02:26:04 GMT mar637 [709] * trunk/python/asapplotter.py (modified) changes to reflect change in asaplot Thu, 20 Oct 2005 06:56:42 GMT mar637 [702] * trunk/python/__init__.py (modified) * trunk/python/asaplot.py (modified) * trunk/python/asapplotter.py (modified) merges from Release-2-fixes Thu, 20 Oct 2005 06:44:18 GMT mar637 [700] * trunk/python/__init__.py (modified) * trunk/python/asapplotter.py (modified) merger from Release-1-fixes Wed, 22 Jun 2005 05:54:38 GMT mar637 [652] * trunk/python/asapfitter.py (modified) * trunk/python/asaplot.py (modified) * trunk/python/asapplotter.py (modified) removed color loading as mpl now supports named colors. some minor ... Thu, 05 May 2005 02:30:37 GMT mar637 [626] * trunk/python/asapfitter.py (modified) * trunk/python/asapplotter.py (modified) * trunk/python/scantable.py (modified) fix for asap0019 from Release-1 Sun, 01 May 2005 23:43:35 GMT mar637 [607] * trunk/python/asapplotter.py (modified) Fix for asap0016 Sun, 01 May 2005 23:24:47 GMT mar637 [603] * trunk/python/asapplotter.py (modified) Fix for asap0015 Fri, 29 Apr 2005 04:03:37 GMT mar637 [600] * trunk/python/asapplotter.py (modified) Fixed asap0008 and asap0014 Thu, 10 Mar 2005 05:15:32 GMT mar637 [557] * trunk/python/asapplotter.py (modified) bug fix in mode == 'p' indexing Thu, 10 Mar 2005 05:09:21 GMT mar637 [556] * trunk/python/asapplotter.py (modified) remove debug lines Thu, 10 Mar 2005 04:44:29 GMT mar637 [554] * trunk/python/asapplotter.py (modified) Fixed asaprc set_mode issues. Fixed set_cursor range detection Tue, 08 Mar 2005 04:29:17 GMT mar637 [541] * trunk/python/asapplotter.py (modified) * enabled plotting of circular pols. * major bug fix on recursive ... Tue, 01 Mar 2005 03:17:19 GMT mar637 [525] * trunk/python/asapplotter.py (modified) added handling of stokes!!! Sun, 20 Feb 2005 21:25:39 GMT mar637 [485] * trunk/python/asapplotter.py (modified) minor bug fixes Mon, 07 Feb 2005 22:22:34 GMT mar637 [377] * trunk/python/asapplotter.py (modified) * added user controlled set_layout * added save * added help for ... Mon, 24 Jan 2005 06:14:07 GMT mar637 [282] * trunk/python/asapplotter.py (modified) removed comment on j=i Fri, 21 Jan 2005 11:28:02 GMT mar637 [257] * trunk/python/asapplotter.py (modified) *renaming in scantable *added custom x/y axis labels Wed, 19 Jan 2005 07:24:16 GMT mar637 [226] * trunk/python/__init__.py (modified) * trunk/python/asaplot.py (modified) * trunk/python/asapplotter.py (modified) * trunk/python/scantable.py (modified) added rcParams to support rc style default parameters, read from .asaprc Tue, 18 Jan 2005 06:16:35 GMT mar637 [203] * trunk/python/asapplotter.py (added) The "final" asap plotter user interface