source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @124   19 years mar637 added subplotting to plot(). Fixed verbose.
(edit) @123   19 years mar637 renamed set_verbose
(edit) @122   19 years mar637 renamed save to _save
(edit) @121   19 years mar637 added restfrequency selector
(edit) @120   19 years cal103 Added function register() to handle mouse events.
(edit) @119   19 years cal103 Added a histogram plotting function hist(); modified subplot() so that …
(edit) @118   19 years cal103 Added general control of the panel layout.
(edit) @117   19 years cal103 Changed from 1-relative to 0-relative as requested by Malte; …
(edit) @116   19 years mar637 Added SDFITS writing.
(edit) @115   19 years mar637 Aligned with asap v0.1a
(edit) @114   19 years mar637 Miscellaneous fixes.
(edit) @113   19 years mar637 version 0.1a
(edit) @112   19 years mar637 filling azimuth,elevation,parangle,refbeam,fieldname,tcal,tcaltime
(edit) @111   19 years cal103 Initial revision
(edit) @110   19 years mar637 filling azimuth,elevation,parangle,refbeam,fieldname,tcal,tcaltime …
(edit) @109   19 years cal103 Empty revision
(edit) @108   19 years mar637 added fixed parameters
(edit) @107   19 years mar637 added 'add' function
(edit) @106   19 years mar637 renaming of functions
(edit) @105   19 years mar637 added set/getCoordInfo, reworked summary, added columns for …
(edit) @104   19 years mar637 added azimuth,elevation,parangle,refbeam,fieldname,tcal,tcaltime
Note: See TracRevisionLog for help on using the revision log.