#
# ChangeLog for trunk
#
# Generated by Trac 1.6
# 04/16/25 00:00:32

Fri, 21 Jan 2005 11:28:02 GMT mar637 [257]
	* trunk/python/asapplotter.py (modified)

	*renaming in scantable
	*added custom x/y axis labels


Fri, 21 Jan 2005 11:25:08 GMT mar637 [256]
	* trunk/python/scantable.py (modified)

	* rewrote save to avoid using empty filenames
	* rewrote stat,tsys ...


Fri, 21 Jan 2005 11:22:46 GMT mar637 [255]
	* trunk/python/__init__.py (modified)

	*lots of renaming
	* added list_rcparameters
	selection -> cursor
	* ...


Fri, 21 Jan 2005 08:03:53 GMT mar637 [254]
	* trunk/src/SDContainer.h (modified)

	added setLength to SDFreqTable


Fri, 21 Jan 2005 08:03:20 GMT mar637 [253]
	* trunk/src/SDTemplates.cc (modified)

	added tovector double template


Fri, 21 Jan 2005 08:02:59 GMT mar637 [252]
	* trunk/src/python_SDMemTable.cc (modified)

	renamed a lot to _* to hide it in the class


Fri, 21 Jan 2005 08:02:25 GMT mar637 [251]
	* trunk/src/SDMemTable.cc (modified)
	* trunk/src/SDMemTable.h (modified)
	* trunk/src/SDMemTableWrapper.h (modified)

	* added getRestFreqs
	* filled in some of getSDFreqTable - not fully ...


Fri, 21 Jan 2005 04:36:03 GMT kil064 [250]
	* trunk/src/python_SDMath.cc (modified)

	track change to SDMathWrapper funcitn names


Fri, 21 Jan 2005 04:35:44 GMT kil064 [249]
	* trunk/src/SDMathWrapper.cc (modified)
	* trunk/src/SDMathWrapper.h (modified)

	rename some functions.
	quotient now implemented via SDMath::binaryOperate


Fri, 21 Jan 2005 04:34:59 GMT kil064 [248]
	* trunk/src/SDMath.cc (modified)
	* trunk/src/SDMath.h (modified)

	remove function 'quotient' and put its functionality into
	function ...


Fri, 21 Jan 2005 04:09:39 GMT kil064 [247]
	* trunk/src/SDMath.cc (modified)

	fix error in nRow test in function quotient


Fri, 21 Jan 2005 03:06:18 GMT kil064 [246]
	* trunk/python/asapmath.py (modified)

	in 'quotient' describe that ref can have one row


Fri, 21 Jan 2005 02:28:15 GMT kil064 [245]
	* trunk/python/asapmath.py (modified)

	add arg. 'preserve' to quotient. also document algorithm


Fri, 21 Jan 2005 02:27:47 GMT kil064 [244]
	* trunk/src/SDMath.cc (modified)
	* trunk/src/SDMathWrapper.cc (modified)
	* trunk/src/SDMathWrapper.h (modified)

	Add arg 'preserve' to quotient method to preserve continuum (or not)


Fri, 21 Jan 2005 02:27:12 GMT kil064 [243]
	* trunk/src/SDTemplates.cc (modified)

	coupled more MA templates


Fri, 21 Jan 2005 01:31:45 GMT kil064 [242]
	* trunk/python/asapmath.py (modified)

	add b_operate
	    gain_el (polynomials)
	    opacity


Fri, 21 Jan 2005 01:30:33 GMT kil064 [241]
	* trunk/python/scantable.py (modified)

	modify stats function to pass row number arg to C++ statistics
	  ...


Fri, 21 Jan 2005 01:28:57 GMT kil064 [240]
	* trunk/python/__init__.py (modified)

	add set_instrument
	    set_fluxunit
	    b_operate
	    gain_el
	    ...


Fri, 21 Jan 2005 01:27:48 GMT kil064 [239]
	* trunk/src/SDTemplates.cc (modified)

	addd some MaskedArray templates


Fri, 21 Jan 2005 01:24:59 GMT kil064 [238]
	* trunk/src/SDMemTableWrapper.h (modified)
	* trunk/src/python_SDMemTable.cc (modified)

	add setInstrument


Fri, 21 Jan 2005 01:23:57 GMT kil064 [237]
	* trunk/src/python_SDMath.cc (modified)

	add binary operator
	    opacity


Fri, 21 Jan 2005 01:22:45 GMT kil064 [236]
	* trunk/src/SDMemTable.cc (modified)
	* trunk/src/SDMemTable.h (modified)

	add set_instrumenbt function
	and helper function convertInstrument


Fri, 21 Jan 2005 01:21:36 GMT kil064 [235]
	* trunk/src/SDMathWrapper.cc (modified)
	* trunk/src/SDMathWrapper.h (modified)

	Add binary table operator
	    opacity
	    gain elevation now ...


Fri, 21 Jan 2005 01:18:58 GMT kil064 [234]
	* trunk/src/SDMath.cc (modified)
	* trunk/src/SDMath.h (modified)

	add binary table operation
	add opacity
	rework gain-elevation to ...


Fri, 21 Jan 2005 01:12:48 GMT kil064 [233]
	* trunk/src/SDDefs.h (modified)

	add Instrument enum (will need to be revised in the future)


Thu, 20 Jan 2005 04:52:08 GMT mar637 [232]
	* trunk/src/SDMath.cc (modified)

	renamed Definitions.h -> SDDefs.h


Thu, 20 Jan 2005 04:46:30 GMT mar637 [231]
	* trunk/src/Definitions.h (deleted)

	Renamed to SDDefs.h


Thu, 20 Jan 2005 01:56:46 GMT kil064 [230]
	* trunk/src/SDMath.cc (modified)
	* trunk/src/SDMath.h (modified)

	use new MemomryTable version of readAsciiTable
	Restucture correction ...


Wed, 19 Jan 2005 08:33:30 GMT kil064 [229]
	* trunk/python/asapmath.py (modified)

	add gain-elevation correction functionality


Wed, 19 Jan 2005 08:32:15 GMT kil064 [228]
	* trunk/src/SDMathWrapper.h (modified)

	add gain-elevation correction functionmality


Wed, 19 Jan 2005 08:31:46 GMT kil064 [227]
	* trunk/src/SDMath.cc (modified)
	* trunk/src/SDMath.h (modified)
	* trunk/src/SDMathWrapper.cc (modified)
	* trunk/src/python_SDMath.cc (modified)

	add gain-elevation correction capability


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


Wed, 19 Jan 2005 06:11:53 GMT kil064 [225]
	* trunk/python/asapmath.py (modified)

	'convertflux' -> 'convert_flux'


Wed, 19 Jan 2005 06:08:47 GMT kil064 [224]
	* trunk/python/asapmath.py (modified)

	add function 'convertflux'


Wed, 19 Jan 2005 06:08:14 GMT kil064 [223]
	* trunk/src/python_SDMath.cc (modified)

	add 'convertFlux' functions


Wed, 19 Jan 2005 06:07:49 GMT kil064 [222]
	* trunk/src/SDMathWrapper.cc (modified)
	* trunk/src/SDMathWrapper.h (modified)

	add functions 'convertFluxInSitu' and 'convertFlux'


Wed, 19 Jan 2005 06:07:10 GMT kil064 [221]
	* trunk/src/SDMath.cc (modified)
	* trunk/src/SDMath.h (modified)

	add function 'convertFlux'


Wed, 19 Jan 2005 06:06:23 GMT kil064 [220]
	* trunk/src/SDMemTableWrapper.h (modified)

	add function 'setFLuxUnit'


Wed, 19 Jan 2005 06:05:52 GMT kil064 [219]
	* trunk/src/python_SDMemTable.cc (modified)

	add function 'set_fluxunit'


Wed, 19 Jan 2005 06:05:31 GMT kil064 [218]
	* trunk/src/SDMemTable.cc (modified)
	* trunk/src/SDMemTable.h (modified)

	add function 'setFluxUnit'


Wed, 19 Jan 2005 05:14:22 GMT mar637 [217]
	* trunk/bin (added)
	* trunk/bin/install.sh (added)

	A script to install the asap module into a specified path.


Wed, 19 Jan 2005 04:04:22 GMT mar637 [216]
	* trunk/src/Makefile (modified)

	added explicit boost include path
	added SDDefs to dependecy list


Wed, 19 Jan 2005 04:03:10 GMT mar637 [215]
	* trunk/src/SDAsciiWriter.cc (modified)
	* trunk/src/SDContainer.cc (modified)
	* trunk/src/SDFITSImageWriter.cc (modified)
	* trunk/src/SDMemTable.cc (modified)

	Update because of renaming Definitions.h -> SDDefs.h


Wed, 19 Jan 2005 04:02:09 GMT mar637 [214]
	* trunk/src/SDDefs.h (added)

	Gloabal asap Definitions, e.g. enums


Wed, 19 Jan 2005 02:27:04 GMT kil064 [213]
	* trunk/src/SDFITSImageWriter.cc (modified)

	use new functions SDMemTable::get{Direction,Time}Reference


Wed, 19 Jan 2005 02:26:20 GMT kil064 [212]
	* trunk/src/SDMemTable.cc (modified)
	* trunk/src/SDMemTable.h (modified)

	add function 'getDirectionReference' and 'getTimeReference' and
	use ...


Wed, 19 Jan 2005 01:36:04 GMT kil064 [211]
	* trunk/src/SDAsciiWriter.cc (modified)

	format vectors without [] and ,,,


Tue, 18 Jan 2005 06:48:30 GMT mar637 [210]
	* trunk/python/__init__.py (modified)

	Added more help on how to read commands output
	Added help on asapplotter


Tue, 18 Jan 2005 06:31:59 GMT mar637 [209]
	* trunk/src/MathUtils.cc (modified)
	* trunk/src/MathUtils2.cc (modified)
	* trunk/src/SDAsciiWriter.cc (modified)
	* trunk/src/SDAsciiWriter.h (modified)
	* trunk/src/SDFITSImageWriter.cc (modified)
	* trunk/src/SDFITSImageWriter.h (modified)
	* trunk/src/SDMath.cc (modified)
	* trunk/src/SDMathWrapper.cc (modified)
	* trunk/src/SDMathWrapper.h (modified)

	* now using asap::AxisNo enum instead of fixed axis indeces


Tue, 18 Jan 2005 06:31:15 GMT mar637 [208]
	* trunk/src/Definitions.h (added)

	various "global" asap definitions.


Tue, 18 Jan 2005 06:30:00 GMT mar637 [207]
	* trunk/src/SDMemTableWrapper.h (modified)
	* trunk/src/python_SDMemTable.cc (modified)

	* added method to retrieve flux unit


Tue, 18 Jan 2005 06:29:02 GMT mar637 [206]
	* trunk/src/SDMemTable.cc (modified)
	* trunk/src/SDMemTable.h (modified)

	* now using asap::AxisNo enum instead of fixed axis indeces
	* using ...


Tue, 18 Jan 2005 06:24:55 GMT mar637 [205]
	* trunk/src/SDReader.cc (modified)

	* added fluxunit, epoch
	* added restfrequencies
	* fixed "defect" ...


Tue, 18 Jan 2005 06:22:47 GMT mar637 [204]
	* trunk/src/SDContainer.cc (modified)
	* trunk/src/SDContainer.h (modified)

	* added fluxunit, epoch
	* added restfrequencies
	* added history
	* ...


Tue, 18 Jan 2005 06:16:35 GMT mar637 [203]
	* trunk/python/asapplotter.py (added)

	The "final" asap plotter user interface


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'