# # ChangeLog for trunk/src # # Generated by Trac 1.2.3 # 06/20/24 21:28:01 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 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: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 03:20:56 GMT kil064 [173] * trunk/src/python_SDMath.cc (modified) add insitu binding for hanning 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: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 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 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 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 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: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 ... 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: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, 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 mar637 [110] * trunk/src/SDReader.cc (modified) filling azimuth,elevation,parangle,refbeam,fieldname,tcal,tcaltime ... 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 Fri, 12 Nov 2004 02:43:28 GMT mar637 [99] * trunk/src/Makefile (modified) added fitter Fri, 12 Nov 2004 02:42:00 GMT mar637 [98] * trunk/src/python_SDFitter.cc (added) pyhton wrapper for SDFitter Fri, 12 Nov 2004 02:41:23 GMT mar637 [97] * trunk/src/python_SDReader.cc (modified) enabled reset. disabled close Fri, 12 Nov 2004 02:39:08 GMT mar637 [96] * trunk/src/python_SDMemTable.cc (modified) disbaled default constructor added copy function naming changes Fri, 12 Nov 2004 02:37:20 GMT mar637 [95] * trunk/src/python_SD.cc (modified) added exception handling Fri, 12 Nov 2004 01:19:59 GMT mar637 [94] * trunk/src/SDWriter.cc (modified) chnaged nRows to nRow Fri, 12 Nov 2004 01:19:06 GMT mar637 [93] * trunk/src/SDTemplates.cc (modified) added new tamplates Fri, 12 Nov 2004 01:18:19 GMT mar637 [92] * trunk/src/python_SD.h (modified) added fitter added exceptions Fri, 12 Nov 2004 01:17:51 GMT mar637 [91] * trunk/src/SDFitter.cc (added) * trunk/src/SDFitter.h (added) New Fitter class for ASAP. Fri, 12 Nov 2004 01:16:44 GMT mar637 [90] * trunk/src/SDMemTableWrapper.h (modified) added copy function renaming and update according to SDMemTable changes Fri, 12 Nov 2004 01:14:41 GMT mar637 [89] * trunk/src/SDMemTable.cc (modified) changes summary to return std::string comment out unused getMask ... Fri, 12 Nov 2004 01:11:13 GMT mar637 [88] * trunk/src/SDMemTable.h (modified) changes summary to return std::string comment out unused getMask ... Fri, 12 Nov 2004 01:08:27 GMT mar637 [87] * trunk/src/SDReader.cc (modified) chnged cerr's to throws, added rest function. Fri, 12 Nov 2004 01:05:49 GMT mar637 [86] * trunk/src/SDMathWrapper.h (modified) * trunk/src/python_SDMath.cc (modified) renamed multiply to scale. Fri, 12 Nov 2004 01:03:40 GMT mar637 [85] * trunk/src/SDMath.cc (modified) bin function now bins all rows in the table. ALso fixed a couple of bugs. Tue, 07 Sep 2004 01:31:02 GMT mar637 [83] * trunk/src/Makefile (modified) * trunk/src/SDContainer.cc (modified) * trunk/src/SDContainer.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_SDMath.cc (modified) * trunk/src/python_SDMemTable.cc (modified) * trunk/src/python_SDReader.cc (modified) * trunk/src/python_SDWriter.cc (modified) chnaged namesapce form "atnf_sd" to "asap" Tue, 07 Sep 2004 01:19:07 GMT mar637 [82] * trunk/src/Makefile (modified) a) Move to CASA form AIPS. b) stricter error checking Tue, 07 Sep 2004 01:03:26 GMT mar637 [81] * trunk/src/MathUtils.cc (modified) * trunk/src/MathUtils.h (modified) * trunk/src/SDContainer.cc (modified) * trunk/src/SDContainer.h (modified) * trunk/src/SDMath.cc (modified) * trunk/src/SDMath.h (modified) * trunk/src/SDMathWrapper.h (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.h (modified) updated to use CASA include paths and .h guards. Tue, 07 Sep 2004 00:56:27 GMT mar637 [80] * trunk/src/SDMemTable.cc (modified) * trunk/src/SDMemTable.h (modified) * trunk/src/SDMemTableWrapper.h (modified) * trunk/src/python_SDMemTable.cc (modified) a) Changed interface to "taql" to allow for source name seraches. b) ... Tue, 10 Aug 2004 06:26:33 GMT mar637 [79] * trunk/src/SDContainer.cc (modified) * trunk/src/SDContainer.h (modified) * trunk/src/SDMemTableWrapper.h (modified) * trunk/src/SDReader.cc (modified) * trunk/src/SDWriter.cc (modified) * trunk/src/python_SDMemTable.cc (modified) Added support of source direction. Tue, 10 Aug 2004 06:23:15 GMT mar637 [78] * trunk/src/SDMemTable.cc (modified) * trunk/src/SDMemTable.h (modified) Added support of source direction. This is reflected in the ... Mon, 09 Aug 2004 00:08:37 GMT mar637 [77] * trunk/src/Makefile (modified) Update to use python 2.3. Mon, 26 Jul 2004 08:19:34 GMT mcalabre [75] * trunk/src/SDWriter.cc (modified) Fixed the argument list in the call to PKSwriter::write(). Thu, 22 Jul 2004 05:10:01 GMT mcalabre [74] * trunk/src/SDWriter.cc (modified) Added restFreq to the argument list for PKSwriter::write(). Thu, 22 Jul 2004 05:09:39 GMT mcalabre [73] * trunk/src/SDReader.cc (modified) Added restFreq to the argument list for PKSreader::read(). Mon, 19 Jul 2004 04:30:29 GMT mmarquar [72] * trunk/src/Makefile (modified) moved cfitsio into one block Mon, 19 Jul 2004 02:19:34 GMT mmarquar [71] * trunk/src/Makefile (modified) Statically linking libwcs. Removed -w option. Mon, 19 Jul 2004 01:37:31 GMT mmarquar [70] * trunk/src/SDTemplates.cc (modified) Removed duplicate template. Mon, 19 Jul 2004 01:35:39 GMT mmarquar [69] * trunk/src/SDMathWrapper.h (modified) * trunk/src/python_SDMath.cc (modified) Removedd class and replaces with namespace. Mon, 19 Jul 2004 00:59:31 GMT mmarquar [68] * trunk/src/SDMemTable.cc (modified) * trunk/src/SDMemTable.h (modified) Fixed vaious warnings arising when compiled without warning suprssion. Mon, 19 Jul 2004 00:58:42 GMT mmarquar [67] * trunk/src/SDContainer.cc (modified) * trunk/src/SDContainer.h (modified) Fixed various errors arising when compiled without warning suppression. Mon, 19 Jul 2004 00:57:50 GMT mmarquar [66] * trunk/src/SDMath.cc (modified) * trunk/src/SDMath.h (modified) Replaced class and statics with a namespace. Functions now global in ... Fri, 16 Jul 2004 05:30:44 GMT mcalabre [65] * trunk/src/Makefile (modified) Removed Glish libraries from the link list after restructuring ... Fri, 16 Jul 2004 05:27:15 GMT mcalabre [64] * trunk/src/SDTemplates.cc (modified) Removed duplicate instantiation of template void ... Fri, 16 Jul 2004 04:57:38 GMT mcalabre [62] * trunk/src/SDWriter.cc (modified) Removed default initializers from function definitions. Thu, 15 Jul 2004 06:11:53 GMT mmarquar [61] * trunk/src/Makefile (modified) statically linked all the "external" libraries. Hardly adds any size ... Thu, 15 Jul 2004 06:09:24 GMT mmarquar [60] * trunk/src/SDWriter.cc (modified) changed includes from <> to "" Thu, 15 Jul 2004 06:08:46 GMT mmarquar [59] * trunk/src/SDTemplates.cc (modified) Added all the new templates needed. Thu, 15 Jul 2004 06:08:13 GMT mmarquar [58] * trunk/src/python_SDWriter.cc (modified) Changed the include to reflect the changes to SDWriter.h Thu, 15 Jul 2004 06:07:17 GMT mmarquar [57] * trunk/src/python_SDReader.cc (modified) Changes to reflect split up of SDMemTableWrapper.h. Added new ... Thu, 15 Jul 2004 06:05:25 GMT mmarquar [56] * trunk/src/python_SDMemTable.cc (modified) Added a few default args and wrapper for nScans(). Thu, 15 Jul 2004 06:04:14 GMT mmarquar [55] * trunk/src/python_SDMath.cc (modified) Added wrappers for all the new functions. Changed the file to reflect ... Thu, 15 Jul 2004 06:02:12 GMT mmarquar [54] * trunk/src/SDWriterWrapper.h (added) Moved the class from SDWriter.h to here. Thu, 15 Jul 2004 06:01:42 GMT mmarquar [53] * trunk/src/SDWriter.h (modified) Moved the wrapper class inot own file. Thu, 15 Jul 2004 06:00:28 GMT mmarquar [52] * trunk/src/SDReaderWrapper.h (added) Split up SDMemTableWrapper into the various classes in contained. Thu, 15 Jul 2004 05:59:46 GMT mmarquar [51] * trunk/src/SDMemTableWrapper.h (modified) Removed other Wrapper classes and put them into their own files. ... Thu, 15 Jul 2004 05:58:02 GMT mmarquar [50] * trunk/src/SDMemTable.cc (modified) * trunk/src/SDMemTable.h (modified) Removed name_ related fields and functions. Changed getTime to ... Thu, 15 Jul 2004 05:50:08 GMT mmarquar [49] * trunk/src/SDMathWrapper.h (added) Split up SDMemTableWrapper into the various classes in conaitned.