source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100   20 years mar637 The asap module file
(edit) @99   20 years mar637 added fitter
(edit) @98   20 years mar637 pyhton wrapper for SDFitter
(edit) @97   20 years mar637 enabled reset. disabled close
(edit) @96   20 years mar637 disbaled default constructor added copy function naming changes
(edit) @95   20 years mar637 added exception handling
(edit) @94   20 years mar637 chnaged nRows to nRow
(edit) @93   20 years mar637 added new tamplates
(edit) @92   20 years mar637 added fitter added exceptions
(edit) @91   20 years mar637 New Fitter class for ASAP.
(edit) @90   20 years mar637 added copy function renaming and update according to SDMemTable changes
(edit) @89   20 years mar637 changes summary to return std::string comment out unused getMask …
(edit) @88   20 years mar637 changes summary to return std::string comment out unused getMask …
(edit) @87   20 years mar637 chnged cerr's to throws, added rest function.
(edit) @86   20 years mar637 renamed multiply to scale.
(edit) @85   20 years mar637 bin function now bins all rows in the table. ALso fixed a couple of bugs.
(edit) @84   20 years mar637 changes module name form "atnf_sd" to "asap"
(edit) @83   20 years mar637 chnaged namesapce form "atnf_sd" to "asap"
(edit) @82   20 years mar637 a) Move to CASA form AIPS. b) stricter error checking
(edit) @81   20 years mar637 updated to use CASA include paths and .h guards.
(edit) @80   20 years mar637 a) Changed interface to "taql" to allow for source name seraches. b) …
(edit) @79   20 years mar637 Added support of source direction.
(edit) @78   20 years mar637 Added support of source direction. This is reflected in the …
(edit) @77   20 years mar637 Update to use python 2.3.
(edit) @76   20 years mmarquar Fixed up getscan, which is now 0-based. Added removal of output files.
(edit) @75   20 years mcalabre Fixed the argument list in the call to PKSwriter::write().
(edit) @74   20 years mcalabre Added restFreq to the argument list for PKSwriter::write().
(edit) @73   20 years mcalabre Added restFreq to the argument list for PKSreader::read().
(edit) @72   20 years mmarquar moved cfitsio into one block
(edit) @71   20 years mmarquar Statically linking libwcs. Removed -w option.
(edit) @70   20 years mmarquar Removed duplicate template.
(edit) @69   20 years mmarquar Removedd class and replaces with namespace.
(edit) @68   20 years mmarquar Fixed vaious warnings arising when compiled without warning suprssion.
(edit) @67   20 years mmarquar Fixed various errors arising when compiled without warning suppression.
(edit) @66   20 years mmarquar Replaced class and statics with a namespace. Functions now global in …
(edit) @65   20 years mcalabre Removed Glish libraries from the link list after restructuring …
(edit) @64   20 years mcalabre Removed duplicate instantiation of template void …
(edit) @63   20 years mcalabre sdreader.gettable() renamed to sdreader.getdata().
(edit) @62   20 years mcalabre Removed default initializers from function definitions.
(edit) @61   20 years mmarquar statically linked all the "external" libraries. Hardly adds any size …
(edit) @60   20 years mmarquar changed includes from <> to ""
(edit) @59   20 years mmarquar Added all the new templates needed.
(edit) @58   20 years mmarquar Changed the include to reflect the changes to SDWriter.h
(edit) @57   20 years mmarquar Changes to reflect split up of SDMemTableWrapper.h. Added new function …
(edit) @56   20 years mmarquar Added a few default args and wrapper for nScans().
(edit) @55   20 years mmarquar Added wrappers for all the new functions. Changed the file to reflect …
(edit) @54   20 years mmarquar Moved the class from SDWriter.h to here.
(edit) @53   20 years mmarquar Moved the wrapper class inot own file.
(edit) @52   20 years mmarquar Split up SDMemTableWrapper into the various classes in contained.
(edit) @51   20 years mmarquar Removed other Wrapper classes and put them into their own files. …
(edit) @50   20 years mmarquar Removed name_ related fields and functions. Changed getTime to sprint …
(edit) @49   20 years mmarquar Split up SDMemTableWrapper into the various classes in conaitned.
(edit) @48   20 years mmarquar Fixed various defects. Added averaging of multiple scans, rms, and …
(edit) @47   20 years mmarquar Added resize function.
(edit) @46   20 years mmarquar Minor edits to verbose info. added empty close function. Switched …
(edit) @45   20 years mmarquar Added MathUtils?, and -lwcs
(edit) @44   20 years mmarquar added default args and getabscissa
(edit) @43   20 years mmarquar added hanning,baseline
(edit) @42   20 years mmarquar Added python wrappers for type double
(edit) @41   20 years mmarquar Added wrappers for baseline,hanning and getAbscissa.
(edit) @40   20 years mmarquar Added templates for hanning, and vector conversions
(edit) @39   20 years mmarquar Added handling of frequencies, SpectralCoordinate? and an abscissa …
(edit) @38   20 years mmarquar Added baseline and hanning functions. Also added copying of scanid and …
(edit) @37   20 years mmarquar Various Vector functions not present in aips++. Maybe move them there …
(edit) @36   20 years mmarquar Added std:: scope to string.
(edit) @35   20 years mmarquar Added scope std:: to string.
(edit) @34   20 years mmarquar Added frequency information handling.
(edit) @33   20 years mmarquar Added reading of frequency information. Also added the getAll flag to …
(edit) @32   20 years mcalabre Added sdwriter tests.
(edit) @31   20 years mcalabre Added support for SDWriter.
(edit) @30   20 years mcalabre Added python_SDWriter().
(edit) @29   20 years mcalabre Python binding to C++ SDWriter class.
(edit) @28   20 years mcalabre ASAP class to write out single dish spectra.
(edit) @27   20 years mcalabre Added new member functions: Array<Float> getSpectrum(uInt …
(edit) @26   20 years mmarquar Changed scanid member from uInt to Int
(edit) @25   20 years mmarquar commented out debugging info. Removed temprary scanid replacement …
(edit) @24   20 years mmarquar Removed name function.
(edit) @23   20 years mmarquar Removed name function. Add default args to getspectrum/getmask.
(edit) @22   20 years mmarquar Removed irrelevantr member function "name". Added function to return …
(edit) @21   20 years mmarquar Added retrieval functions for SDHeader and SDContainer.
(edit) @20   20 years mmarquar A small test program for the asap package.
(edit) @19   20 years mmarquar Added documentation.
(edit) @18   20 years mmarquar Moved SDHeader from SDReader to SDConatiner. Added header to …
(edit) @17   20 years mmarquar Changed pksredaer->read() to refelct the changes in the aips++/atnf …
(edit) @16   20 years mmarquar Updated data container. Changed the axis order in the spectrum/flag …
(edit) @15   20 years mmarquar Added multiply function.
(edit) @14   20 years mmarquar I am now using ArrayIterators? everywhere. This gives an ENORMOUS …
(edit) @13   20 years mmarquar Fixed uop quotinet function. Now multiplied by T_sys_off instead of …
(edit) @12   20 years mmarquar Added sdmath.quotient.
(edit) @11   20 years mmarquar Added templates for more MAskedArray operations in SDMath.
(edit) @10   20 years mmarquar Added 'quotient' to Math wrapper.
(edit) @9   20 years mmarquar Added flags to the computation. Also added function 'quotient' with …
(edit) @8   20 years mmarquar Added default selector for channels in Tsys according to the changes …
(edit) @7   20 years mmarquar Changed Tsys vector to be of the same dimensionality as the spectrum. …
(edit) @6   20 years mmarquar Just a test of CVS
(edit) @5   20 years (none) This commit was manufactured by cvs2svn to create tag 'start'.
(edit) @4   20 years mmarquar New asap module
(edit) @3   20 years (none) This commit was manufactured by cvs2svn to create branch 'atnf'.
(edit) @2   20 years mmarquar Initial revision
(add) @1   20 years (none) New repository initialized by cvs2svn.
Note: See TracRevisionLog for help on using the revision log.