source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @224   19 years kil064 add function 'convertflux'
(edit) @223   19 years kil064 add 'convertFlux' functions
(edit) @222   19 years kil064 add functions 'convertFluxInSitu' and 'convertFlux'
(edit) @221   19 years kil064 add function 'convertFlux'
(edit) @220   19 years kil064 add function 'setFLuxUnit'
(edit) @219   19 years kil064 add function 'set_fluxunit'
(edit) @218   19 years kil064 add function 'setFluxUnit'
(edit) @217   19 years mar637 A script to install the asap module into a specified path.
(edit) @216   19 years mar637 added explicit boost include path added SDDefs to dependecy list
(edit) @215   19 years mar637 Update because of renaming Definitions.h -> SDDefs.h
(edit) @214   19 years mar637 Gloabal asap Definitions, e.g. enums
(edit) @213   19 years kil064 use new functions SDMemTable::get{Direction,Time}Reference
(edit) @212   19 years kil064 add function 'getDirectionReference' and 'getTimeReference' and use …
(edit) @211   19 years kil064 format vectors without [] and ,
(edit) @210   19 years mar637 Added more help on how to read commands output Added help on asapplotter
(edit) @209   19 years mar637 * now using asap::AxisNo? enum instead of fixed axis indeces
(edit) @208   19 years mar637 various "global" asap definitions.
(edit) @207   19 years mar637 * added method to retrieve flux unit
(edit) @206   19 years mar637 * now using asap::AxisNo? enum instead of fixed axis indeces * using …
(edit) @205   19 years mar637 * added fluxunit, epoch * added restfrequencies * fixed "defect" which …
(edit) @204   19 years mar637 * added fluxunit, epoch * added restfrequencies * added history * now …
(edit) @203   19 years mar637 The "final" asap plotter user interface
(edit) @202   19 years mar637 * removed internal self.frame1 to fix resizing bug. * removed 'white' …
(edit) @201   19 years kil064 add SDAsciiWriter
(edit) @200   19 years kil064 document ascii file save capability
(edit) @199   19 years kil064 add ascii file capabilut via SDAsciiWriter
(edit) @198   19 years kil064 class to save SDMemTable as ascii text file
(edit) @197   19 years kil064 rename a variable
(edit) @196   19 years kil064 imporve docs for function 'save'
(edit) @195   19 years kil064 use source name in output file name
(edit) @194   19 years kil064 allow FITS format in function 'save'
(edit) @193   19 years kil064 add SDFITSImageWRiter use cfitsio_lfs.a (Large FIle Support)
(edit) @192   19 years kil064 adjust to allow FITSImage writing (use SDFITSImageWriter) delete …
(edit) @191   19 years kil064 class to write out SDMemTable rows as FITS Images
(edit) @190   19 years mar637 Bug fix: Handling destruction of window via self._is_dead
(edit) @189   19 years mar637 * empty log message *
(edit) @188   19 years mar637 create_mask is be default now returning a mask OUTSIDE the specified …
(edit) @187   19 years mar637 Bug fix: Handling destruction of window via self._is_dead
(edit) @186   19 years mar637 added pattern selection for source name
(edit) @185   19 years mar637 cosmetics
(edit) @184   19 years mar637 Bug fix: scanAv wasn't working properly, as 'nPts' wasn't rest after …
(edit) @183   19 years kil064 add destructor
(edit) @182   19 years mar637 moved reader to the end, as it's behaviour can be emulated with the …
(edit) @181   19 years mar637 Added a constructor from foreign types (e.g. rpfits) Reworked output …
(edit) @180   19 years kil064 add function 'smooth' and remove function 'hanning'
(edit) @179   19 years kil064 replace 'hanning' by 'smooth'
(edit) @178   19 years kil064 remove 'hanning' functions and add 'smooth' functions
(edit) @177   19 years kil064 remove function 'hanning' add function 'smooth' (includes hanning)
(edit) @176   19 years kil064 add function 'replaceMaskByZero' change interface for function …
(edit) @175   19 years kil064 Add cursor selection to function 'hanning' (arg. 'all')
(edit) @174   19 years kil064 add cursor selection to function 'hanning'
(edit) @173   19 years kil064 add insitu binding for hanning
(edit) @172   19 years kil064 add insitu vinding to function hanning fix up some inconsietnt docs.
(edit) @171   19 years kil064 implement insitu version of Hanning smoothing
(edit) @170   19 years kil064 Modify SDMath to be a class rather than just a namespace
(edit) @169   19 years kil064 moev functionality from SDMath to SDMathWrapper (adding …
(edit) @168   19 years kil064 add SDMathWrapper.o (now has cc file)
(edit) @167   19 years kil064 Reimplement 'bin' with insitu version as well
(edit) @166   19 years kil064 function 'average_pol' now has insitu version as well
(edit) @165   19 years kil064 Reimplement 'average_pol' with both insitu and 'outsit' versions
(edit) @164   19 years kil064 make a few more functions 'const'
(edit) @163   19 years kil064 consolidate code in 'private' functions rerwork function 'avergae_pol' …
(edit) @162   19 years kil064 add more 'private' functions
(edit) @161   19 years kil064 docuiment copy semantiocs for copy constructor and assignment
(edit) @160   19 years kil064 document that poly_baseline now operates on all rows in the scan
(edit) @159   19 years kil064 function auto_fit now loops over all rows in the scan
(edit) @158   19 years kil064 Correct spelling 'abscissa' -> 'abcissa'
(edit) @157   19 years kil064 function 'get_tsys' now returns a vector looping over all rows in table
(edit) @156   19 years kil064 comment out print statements for function 'get_tsys' as now returns a …
(edit) @155   19 years kil064 doc cxhanges previous entry should also have said that added 'insitu' …
(edit) @154   19 years kil064 make the get{IF,POl,Beam} functions const
(edit) @153   19 years kil064 add function 'add_insitu'
(edit) @152   19 years kil064 function 'add' and 'multiply' now take arg. doAll to indicate whether …
(edit) @151   19 years kil064 function 'add' and 'multiply' now take arg. doAll to indicate whether …
(edit) @150   19 years kil064 add arg. 'all' to functions 'scale' and 'add' to apply to either …
(edit) @149   19 years kil064 add 'add'
(edit) @148   19 years kil064 check this !=&other in assignment operator assign all state in …
(edit) @147   19 years kil064 add defualt value False to arg. clear in copy constrcutor
(edit) @146   19 years kil064 rework 'multiply' and 'multiplyInSitu' to use one common …
(edit) @145   19 years kil064 cahneg inertface so that function 'averages' and 'average' are …
(edit) @144   19 years kil064 merge functions 'average' and 'averages' into one that averages in …
(edit) @143   19 years kil064 rework binding to 'average_time'. Now invokes just one C++ function. …
(edit) @142   19 years kil064 modift doc for function 'average_time' to track change to functionaloity
(edit) @141   19 years mar637 added insitu to scale.
(edit) @140   19 years mar637 added scale_insitu
(edit) @139   19 years mar637 Added inSitu version of multiply/scale
(edit) @138   19 years mar637 Added assignment operator. Changed const casa::Table& table() to be …
(edit) @137   19 years kil064 split MathUtils::hanning function into MathUtils2.cc as the new …
(edit) @136   19 years kil064 add function statistics
(edit) @135   19 years kil064 add function 'stats' function 'rms' -> 'stddev'
(edit) @134   19 years kil064 remove libimages.a from link list
(edit) @133   19 years kil064 function 'rms' -> 'stats'
(edit) @132   19 years kil064 remove ImageUtil? include add LatticeUtil? include add new MaskedArray?
(edit) @131   19 years kil064 replace function 'rms' with function 'statsitic'
(edit) @130   19 years kil064 Rewrite pretty much all of it to - use iterators rather than indexed …
(edit) @129   19 years kil064 average_scans -> average_time
(edit) @128   19 years kil064 function 'rms' -> 'stddev' add function 'stats' average_scan -> …
(edit) @127   19 years kil064 intergations -> integrations
(edit) @126   19 years mar637 fixed bug in _verbose. Test length first.
(edit) @125   19 years mar637 Moved to casa namespace. Adjusted the copyright to be ATNF.
Note: See TracRevisionLog for help on using the revision log.