#
# ChangeLog for trunk
#
# Generated by Trac 1.6
# 04/13/25 04:29:29

Tue, 18 Jan 2005 06:15:27 GMT mar637 [202]
	* trunk/python/asaplot.py (modified)

	* removed internal self.frame1 to fix resizing bug.
	* removed ...


Fri, 14 Jan 2005 04:04:33 GMT kil064 [201]
	* trunk/src/Makefile (modified)

	add SDAsciiWriter


Fri, 14 Jan 2005 04:04:13 GMT kil064 [200]
	* trunk/python/scantable.py (modified)

	document ascii file save capability


Fri, 14 Jan 2005 04:03:57 GMT kil064 [199]
	* trunk/src/SDWriter.cc (modified)
	* trunk/src/SDWriter.h (modified)

	add ascii file capabilut via SDAsciiWriter


Fri, 14 Jan 2005 04:03:22 GMT kil064 [198]
	* trunk/src/SDAsciiWriter.cc (added)
	* trunk/src/SDAsciiWriter.h (added)

	class to save SDMemTable as ascii text file


Fri, 14 Jan 2005 03:15:33 GMT kil064 [197]
	* trunk/src/SDFITSImageWriter.cc (modified)

	rename a variable


Fri, 14 Jan 2005 02:41:21 GMT kil064 [196]
	* trunk/python/scantable.py (modified)

	imporve docs for function 'save'


Fri, 14 Jan 2005 02:40:10 GMT kil064 [195]
	* trunk/src/SDFITSImageWriter.cc (modified)

	use source name in output file name


Fri, 14 Jan 2005 00:07:22 GMT kil064 [194]
	* trunk/python/scantable.py (modified)

	allow FITS format in function 'save'


Fri, 14 Jan 2005 00:06:43 GMT kil064 [193]
	* trunk/src/Makefile (modified)

	add SDFITSImageWRiter
	use cfitsio_lfs.a (Large FIle Support)


Fri, 14 Jan 2005 00:06:15 GMT kil064 [192]
	* trunk/src/SDWriter.cc (modified)
	* trunk/src/SDWriter.h (modified)

	adjust to allow FITSImage writing (use SDFITSImageWriter)
	delete ...


Fri, 14 Jan 2005 00:05:40 GMT kil064 [191]
	* trunk/src/SDFITSImageWriter.cc (added)
	* trunk/src/SDFITSImageWriter.h (added)

	class to write out SDMemTable rows as FITS Images


Tue, 11 Jan 2005 02:19:35 GMT mar637 [190]
	* trunk/python/asapfitter.py (modified)

	Bug fix: Handling destruction of window via self._is_dead


Tue, 11 Jan 2005 01:32:02 GMT mar637 [189]
	* trunk/python/scantable.py (modified)

	*** empty log message ***


Tue, 11 Jan 2005 01:31:17 GMT mar637 [188]
	* trunk/python/__init__.py (modified)

	create_mask is be default now returning a mask OUTSIDE the specified ...


Tue, 11 Jan 2005 01:27:24 GMT mar637 [187]
	* trunk/python/asaplot.py (modified)

	Bug fix: Handling destruction of window via self._is_dead


Mon, 10 Jan 2005 06:53:03 GMT mar637 [186]
	* trunk/src/SDMemTableWrapper.h (modified)

	added pattern selection for source name


Mon, 10 Jan 2005 06:00:45 GMT mar637 [185]
	* trunk/src/SDMath.cc (modified)

	cosmetics


Mon, 10 Jan 2005 05:45:34 GMT mar637 [184]
	* trunk/src/SDMath.cc (modified)

	Bug fix: scanAv wasn't working properly, as 'nPts' wasn't rest after ...


Fri, 07 Jan 2005 02:43:27 GMT kil064 [183]
	* trunk/src/SDMath.cc (modified)
	* trunk/src/SDMath.h (modified)

	add destructor


Fri, 07 Jan 2005 00:49:53 GMT mar637 [182]
	* trunk/python/__init__.py (modified)

	moved reader to the end, as it's behaviour can be emulated with the ...


Fri, 07 Jan 2005 00:49:09 GMT mar637 [181]
	* trunk/python/scantable.py (modified)

	Added a constructor from foreign types (e.g. rpfits)
	Reworked output ...


Fri, 07 Jan 2005 00:20:21 GMT kil064 [180]
	* trunk/python/asapmath.py (modified)

	add function 'smooth' and remove function 'hanning'


Fri, 07 Jan 2005 00:19:50 GMT kil064 [179]
	* trunk/python/__init__.py (modified)

	replace 'hanning' by 'smooth'


Fri, 07 Jan 2005 00:19:31 GMT kil064 [178]
	* trunk/src/SDMathWrapper.cc (modified)
	* trunk/src/SDMathWrapper.h (modified)
	* trunk/src/python_SDMath.cc (modified)

	remove 'hanning' functions and add 'smooth' functions


Fri, 07 Jan 2005 00:18:33 GMT kil064 [177]
	* trunk/src/SDMath.cc (modified)
	* trunk/src/SDMath.h (modified)

	remove function 'hanning'
	add function 'smooth' (includes hanning)


Fri, 07 Jan 2005 00:18:03 GMT kil064 [176]
	* trunk/src/MathUtils.cc (modified)
	* trunk/src/MathUtils.h (modified)

	add function 'replaceMaskByZero'
	change interface for function ...


Thu, 06 Jan 2005 05:40:42 GMT kil064 [175]
	* trunk/src/SDMath.cc (modified)
	* trunk/src/SDMath.h (modified)
	* trunk/src/SDMathWrapper.cc (modified)
	* trunk/src/SDMathWrapper.h (modified)

	Add cursor selection to function 'hanning' (arg. 'all')


Thu, 06 Jan 2005 05:40:01 GMT kil064 [174]
	* trunk/python/asapmath.py (modified)

	add cursor selection to function 'hanning'


Thu, 06 Jan 2005 03:20:56 GMT kil064 [173]
	* trunk/src/python_SDMath.cc (modified)

	add insitu binding for hanning


Thu, 06 Jan 2005 03:20:34 GMT kil064 [172]
	* trunk/python/asapmath.py (modified)

	add insitu vinding to function hanning
	fix up some inconsietnt docs.


Thu, 06 Jan 2005 03:05:54 GMT kil064 [171]
	* trunk/src/SDMath.cc (modified)
	* trunk/src/SDMath.h (modified)
	* trunk/src/SDMathWrapper.cc (modified)
	* trunk/src/SDMathWrapper.h (modified)

	implement insitu version of Hanning smoothing


Thu, 06 Jan 2005 02:52:30 GMT kil064 [170]
	* trunk/src/SDMath.cc (modified)
	* trunk/src/SDMath.h (modified)
	* trunk/src/SDMathWrapper.cc (modified)
	* trunk/src/SDMathWrapper.h (modified)
	* trunk/src/python_SDMath.cc (modified)

	Modify SDMath to be a class rather than just a namespace


Thu, 06 Jan 2005 02:09:19 GMT kil064 [169]
	* trunk/src/SDMath.cc (modified)
	* trunk/src/SDMath.h (modified)
	* trunk/src/SDMathWrapper.cc (added)
	* trunk/src/SDMathWrapper.h (modified)

	moev functionality from SDMath to SDMathWrapper (adding ...


Thu, 06 Jan 2005 02:08:06 GMT kil064 [168]
	* trunk/src/Makefile (modified)

	add SDMathWrapper.o (now has cc file)


Mon, 27 Dec 2004 11:14:55 GMT kil064 [167]
	* trunk/python/asapmath.py (modified)
	* trunk/src/SDMath.cc (modified)
	* trunk/src/SDMath.h (modified)
	* trunk/src/SDMathWrapper.h (modified)
	* trunk/src/python_SDMath.cc (modified)

	Reimplement 'bin' with insitu version as well


Mon, 27 Dec 2004 09:32:00 GMT kil064 [166]
	* trunk/python/asapmath.py (modified)

	function 'average_pol' now has insitu version as well


Mon, 27 Dec 2004 09:31:36 GMT kil064 [165]
	* trunk/src/SDMath.cc (modified)
	* trunk/src/SDMath.h (modified)
	* trunk/src/SDMathWrapper.h (modified)
	* trunk/src/python_SDMath.cc (modified)

	Reimplement 'average_pol' with both insitu and 'outsit' versions


Mon, 27 Dec 2004 09:10:59 GMT kil064 [164]
	* trunk/src/SDMemTable.cc (modified)
	* trunk/src/SDMemTable.h (modified)

	make a few more functions 'const'


Mon, 27 Dec 2004 05:23:10 GMT kil064 [163]
	* trunk/src/SDMath.cc (modified)

	consolidate code in 'private' functions
	rerwork function ...


Mon, 27 Dec 2004 05:22:34 GMT kil064 [162]
	* trunk/src/SDMath.h (modified)

	add more 'private' functions


Mon, 27 Dec 2004 04:36:23 GMT kil064 [161]
	* trunk/src/SDMemTable.h (modified)

	docuiment copy semantiocs for copy constructor and assignment


Sun, 26 Dec 2004 11:43:15 GMT kil064 [160]
	* trunk/python/asapmath.py (modified)

	document that poly_baseline now operates on all rows in the scan


Sun, 26 Dec 2004 11:42:54 GMT kil064 [159]
	* trunk/python/asapfitter.py (modified)

	function auto_fit now loops over all rows in the scan


Sun, 26 Dec 2004 10:57:09 GMT kil064 [158]
	* trunk/python/asapfitter.py (modified)
	* trunk/python/scantable.py (modified)
	* trunk/src/SDMemTable.cc (modified)
	* trunk/src/SDMemTable.h (modified)
	* trunk/src/SDMemTableWrapper.h (modified)
	* trunk/src/python_SDMemTable.cc (modified)

	Correct spelling 'abscissa' -> 'abcissa'


Sun, 26 Dec 2004 10:45:06 GMT kil064 [157]
	* trunk/src/SDMemTableWrapper.h (modified)
	* trunk/src/python_SDMemTable.cc (modified)

	function 'get_tsys' now returns a vector looping over all rows
	in table


Sun, 26 Dec 2004 10:42:04 GMT kil064 [156]
	* trunk/python/scantable.py (modified)

	comment out print statements for function 'get_tsys'
	as now returns ...


Sun, 26 Dec 2004 09:55:07 GMT kil064 [155]
	* trunk/src/SDMath.cc (modified)
	* trunk/src/SDMath.h (modified)

	doc cxhanges
	previous entry should also have said that added ...


Sun, 26 Dec 2004 09:53:03 GMT kil064 [154]
	* trunk/src/SDMemTable.h (modified)

	make the get{IF,POl,Beam} functions const


Sun, 26 Dec 2004 09:52:22 GMT kil064 [153]
	* trunk/src/python_SDMath.cc (modified)

	add function 'add_insitu'


Sun, 26 Dec 2004 09:51:14 GMT kil064 [152]
	* trunk/src/SDMath.cc (modified)
	* trunk/src/SDMath.h (modified)

	function 'add' and 'multiply' now take arg. doAll to
	indicate ...


Sun, 26 Dec 2004 09:50:11 GMT kil064 [151]
	* trunk/src/SDMathWrapper.h (modified)

	function 'add' and 'multiply' now take arg. doAll to
	indicate ...


Sun, 26 Dec 2004 09:48:59 GMT kil064 [150]
	* trunk/python/asapmath.py (modified)

	add arg. 'all' to functions 'scale' and 'add' to apply
	to either ...


Sun, 26 Dec 2004 07:38:07 GMT kil064 [149]
	* trunk/python/__init__.py (modified)

	add 'add'


Sun, 26 Dec 2004 03:58:22 GMT kil064 [148]
	* trunk/src/SDMemTable.cc (modified)

	check this !=&other in assignment operator
	assign all state in ...


Sun, 26 Dec 2004 03:57:46 GMT kil064 [147]
	* trunk/src/SDMemTable.h (modified)

	add defualt value False to arg. clear in copy constrcutor


Sun, 26 Dec 2004 03:56:06 GMT kil064 [146]
	* trunk/src/SDMath.cc (modified)
	* trunk/src/SDMath.h (modified)

	rework 'multiply' and 'multiplyInSitu' to use one common ...


Fri, 24 Dec 2004 13:28:13 GMT kil064 [145]
	* trunk/src/SDMathWrapper.h (modified)
	* trunk/src/python_SDMath.cc (modified)

	cahneg inertface so that function 'averages' and 'average' are ...


Fri, 24 Dec 2004 13:27:23 GMT kil064 [144]
	* trunk/src/SDMath.cc (modified)
	* trunk/src/SDMath.h (modified)

	merge functions 'average' and 'averages' into one that averages
	in ...


Fri, 24 Dec 2004 12:36:34 GMT kil064 [143]
	* trunk/python/asapmath.py (modified)

	rework binding to 'average_time'. Now invokes just one
	C++ function. ...


Fri, 24 Dec 2004 12:04:21 GMT kil064 [142]
	* trunk/python/__init__.py (modified)

	modift doc for function 'average_time' to track change to
	functionaloity


Fri, 24 Dec 2004 02:23:03 GMT mar637 [141]
	* trunk/python/asapmath.py (modified)

	added insitu to scale.


Fri, 24 Dec 2004 02:21:57 GMT mar637 [140]
	* trunk/src/python_SDMath.cc (modified)

	added scale_insitu


Fri, 24 Dec 2004 02:21:30 GMT mar637 [139]
	* trunk/src/SDMath.cc (modified)
	* trunk/src/SDMath.h (modified)
	* trunk/src/SDMathWrapper.h (modified)

	Added inSitu version of multiply/scale


Fri, 24 Dec 2004 02:20:38 GMT mar637 [138]
	* trunk/src/SDMemTable.cc (modified)
	* trunk/src/SDMemTable.h (modified)
	* trunk/src/SDMemTableWrapper.h (modified)

	Added assignment operator.
	Changed const casa::Table& table() to be ...


Thu, 23 Dec 2004 04:57:26 GMT kil064 [137]
	* trunk/src/Makefile (modified)
	* trunk/src/MathUtils.cc (modified)
	* trunk/src/MathUtils2.cc (added)
	* trunk/src/SDTemplates.cc (modified)

	split MathUtils::hanning function into MathUtils2.cc as the
	new ...


Thu, 23 Dec 2004 02:58:08 GMT kil064 [136]
	* trunk/src/MathUtils.cc (modified)
	* trunk/src/MathUtils.h (modified)

	add function statistics


Mon, 20 Dec 2004 04:53:55 GMT kil064 [135]
	* trunk/python/scantable.py (modified)

	add function 'stats'
	function 'rms' -> 'stddev'


Mon, 20 Dec 2004 04:48:41 GMT kil064 [134]
	* trunk/src/Makefile (modified)

	remove libimages.a from link list


Mon, 20 Dec 2004 04:47:55 GMT kil064 [133]
	* trunk/src/python_SDMath.cc (modified)

	function 'rms' -> 'stats'


Mon, 20 Dec 2004 04:46:54 GMT kil064 [132]
	* trunk/src/SDTemplates.cc (modified)

	remove ImageUtil include
	add LatticeUtil include
	add new ...


Mon, 20 Dec 2004 04:45:19 GMT kil064 [131]
	* trunk/src/SDMathWrapper.h (modified)

	replace function 'rms' with function 'statsitic'


Mon, 20 Dec 2004 04:44:42 GMT kil064 [130]
	* trunk/src/SDMath.cc (modified)
	* trunk/src/SDMath.h (modified)

	Rewrite pretty much all of it to
	 - use iterators rather than ...


Mon, 20 Dec 2004 04:37:25 GMT kil064 [129]
	* trunk/python/asapmath.py (modified)

	average_scans -> average_time


Mon, 20 Dec 2004 04:36:48 GMT kil064 [128]
	* trunk/python/__init__.py (modified)

	function 'rms' -> 'stddev'
	add function 'stats'
	average_scan -> ...


Mon, 13 Dec 2004 03:20:26 GMT kil064 [127]
	* trunk/python/asapreader.py (modified)

	intergations -> integrations


Fri, 10 Dec 2004 06:48:19 GMT mar637 [126]
	* trunk/python/scantable.py (modified)

	fixed bug in _verbose. Test length first.


Fri, 10 Dec 2004 03:54:54 GMT mar637 [125]
	* trunk/src/MathUtils.cc (modified)
	* trunk/src/MathUtils.h (modified)
	* trunk/src/SDContainer.cc (modified)
	* trunk/src/SDContainer.h (modified)
	* trunk/src/SDFitter.cc (modified)
	* trunk/src/SDFitter.h (modified)
	* trunk/src/SDMath.cc (modified)
	* trunk/src/SDMath.h (modified)
	* trunk/src/SDMathWrapper.h (modified)
	* trunk/src/SDMemTable.cc (modified)
	* trunk/src/SDMemTable.h (modified)
	* trunk/src/SDMemTableWrapper.h (modified)
	* trunk/src/SDReader.cc (modified)
	* trunk/src/SDReader.h (modified)
	* trunk/src/SDReaderWrapper.h (modified)
	* trunk/src/SDTemplates.cc (modified)
	* trunk/src/SDWriter.cc (modified)
	* trunk/src/SDWriter.h (modified)
	* trunk/src/SDWriterWrapper.h (modified)
	* trunk/src/python_SD.cc (modified)
	* trunk/src/python_SD.h (modified)
	* trunk/src/python_SDFitter.cc (modified)
	* trunk/src/python_SDMath.cc (modified)
	* trunk/src/python_SDMemTable.cc (modified)
	* trunk/src/python_SDReader.cc (modified)
	* trunk/src/python_SDWriter.cc (modified)

	Moved to casa namespace.
	Adjusted the copyright to be ATNF.


Fri, 10 Dec 2004 01:16:37 GMT mar637 [124]
	* trunk/python/scantable.py (modified)

	added subplotting to plot(). Fixed verbose.


Fri, 10 Dec 2004 01:09:07 GMT mar637 [123]
	* trunk/python/asapfitter.py (modified)

	renamed set_verbose


Fri, 10 Dec 2004 01:08:10 GMT mar637 [122]
	* trunk/src/python_SDMemTable.cc (modified)

	renamed save to _save


Thu, 09 Dec 2004 05:27:52 GMT mar637 [121]
	* trunk/src/SDMemTable.cc (modified)

	added restfrequency selector


Wed, 08 Dec 2004 07:10:09 GMT cal103 [120]
	* trunk/python/asaplot.py (modified)

	Added function register() to handle mouse events.


Wed, 08 Dec 2004 01:17:15 GMT cal103 [119]
	* trunk/python/asaplot.py (modified)

	Added a histogram plotting function hist(); modified subplot() so ...


Fri, 03 Dec 2004 05:38:12 GMT cal103 [118]
	* trunk/python/asaplot.py (modified)

	Added general control of the panel layout.


Thu, 02 Dec 2004 05:29:49 GMT cal103 [117]
	* trunk/python/asaplot.py (modified)

	Changed from 1-relative to 0-relative as requested by Malte; ...


Wed, 01 Dec 2004 02:47:09 GMT mar637 [116]
	* trunk/python/__init__.py (modified)
	* trunk/python/scantable.py (modified)

	Added SDFITS writing.


Wed, 01 Dec 2004 01:30:51 GMT mar637 [115]
	* trunk/examples/test.py (modified)

	Aligned with asap v0.1a


Wed, 01 Dec 2004 00:29:39 GMT mar637 [114]
	* trunk/python/asaplot.py (modified)

	Miscellaneous fixes.


Wed, 01 Dec 2004 00:29:39 GMT mar637 [113]
	* trunk/python/__init__.py (modified)
	* trunk/python/asapfitter.py (added)
	* trunk/python/asapmath.py (modified)
	* trunk/python/asapreader.py (modified)
	* trunk/python/scantable.py (modified)

	version 0.1a


Wed, 01 Dec 2004 00:00:23 GMT mar637 [112]
	* trunk/src/SDWriter.cc (modified)

	filling  azimuth,elevation,parangle,refbeam,fieldname,tcal,tcaltime


Wed, 01 Dec 2004 00:00:00 GMT cal103 [111]
	* trunk/python/asaplot.py (modified)

	Initial revision


Wed, 01 Dec 2004 00:00:00 GMT mar637 [110]
	* trunk/src/SDReader.cc (modified)

	filling  azimuth,elevation,parangle,refbeam,fieldname,tcal,tcaltime ...


Tue, 30 Nov 2004 23:59:59 GMT cal103 [109]
	* trunk/python/asaplot.py (added)

	Empty revision


Tue, 30 Nov 2004 23:59:21 GMT mar637 [108]
	* trunk/src/SDFitter.cc (modified)

	added fixed parameters


Tue, 30 Nov 2004 23:58:27 GMT mar637 [107]
	* trunk/src/SDMath.cc (modified)
	* trunk/src/SDMath.h (modified)
	* trunk/src/SDMathWrapper.h (modified)
	* trunk/src/python_SDMath.cc (modified)

	added 'add' function


Tue, 30 Nov 2004 23:57:32 GMT mar637 [106]
	* trunk/src/python_SDMemTable.cc (modified)

	renaming of functions


Tue, 30 Nov 2004 23:57:15 GMT mar637 [105]
	* trunk/src/SDMemTable.cc (modified)
	* trunk/src/SDMemTable.h (modified)
	* trunk/src/SDMemTableWrapper.h (modified)

	added set/getCoordInfo, reworked summary, added columns for ...


Tue, 30 Nov 2004 23:56:53 GMT mar637 [104]
	* trunk/src/SDContainer.cc (modified)
	* trunk/src/SDContainer.h (modified)

	added azimuth,elevation,parangle,refbeam,fieldname,tcal,tcaltime


Sun, 14 Nov 2004 23:59:40 GMT mar637 [103]
	* trunk/python/asapreader.py (added)

	initial revision of the python asap reader class