source: trunk/python

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @413   20 years mar637 Added catch for illegal filenames in summary to file.
(edit) @411   20 years mar637 Added handling of environment variables throughout.
(edit) @409   20 years mar637 Removed (public) reset until I fix the cursor. read() now auto-resets …
(edit) @408   20 years mar637 added missing """ on reset help
(edit) @407   20 years mar637 Minor fixes around asapreader/sdreader
(edit) @406   20 years mar637 added rest function, reflect changes in function names in python_SDReader.
(edit) @403   20 years kil064 add function lines
(edit) @402   20 years kil064 add lines arg to funciton set_restfreqs
(edit) @399   20 years kil064 add perif arg., to freq_align
(edit) @393   20 years kil064 merge set_restfreqs and select_restfreqs into 1
(edit) @391   20 years kil064 add function select_restfreq
(edit) @381   20 years mar637 * added verbose flag for scantable.summary * enabled get_scan(list)
(edit) @379   20 years mar637 cleanup
(edit) @378   20 years mar637 * tracking plotter changes (set_layout,save) * minor cosmetics
(edit) @377   20 years mar637 * added user controlled set_layout * added save * added help for set_mode
(edit) @376   20 years mar637 * Added argument nplots to set_panels to support user setting of …
(edit) @371   20 years vor010 LineFinder/baseline fitter full functionality auto_poly_baseline can …
(edit) @370   20 years vor010 LineFinder: help is improved. Initial code for automatic baseline …
(edit) @369   20 years vor010 SDLineFinder: bug corrections, setOption method has been added + …
(edit) @360   20 years kil064 fix summary function binding
(edit) @359   20 years kil064 change interface to convert_flux
(edit) @358   20 years kil064 add binding to function set_instrument (instead of direct pythin binding)
(edit) @346   20 years kil064 finally fix scantable constructor for 'unit' handling. i really must …
(edit) @345   20 years kil064 remve 'unit' from reader constructor
(edit) @341   20 years kil064 handle user specified unit (reader/constructor) at python level now not C++
(edit) @340   20 years kil064 add unit arg to constructor to take advantage of new reader feature
(edit) @339   20 years kil064 add unit to constructor
(edit) @334   20 years kil064 track change to asapreader interface
(edit) @333   20 years kil064 allow IF and beam selection
(edit) @331   20 years vor010 Line searching algorithm is now in the separate class LFRunningMean. …
(edit) @319   20 years kil064 function 'freq_align' now takes interpolation method string
(edit) @316   20 years kil064 add arg. 'weight' to function average_pol
(edit) @313   20 years kil064 replace velocity alignment bvy fredquemncy alignment function
(edit) @305   20 years kil064 document when cursor reset to 0 on output scan
(edit) @302   20 years kil064 getmask -> _getmask
(edit) @301   20 years kil064 add function resample
(edit) @298   20 years kil064 fix typo
(edit) @297   20 years vor010 SDLineFinder: C++ class and python binder have been added. This is an …
(edit) @296   20 years kil064 add arg. 'tsys' to simple_math and scale (optioanl application to Tsys)
(edit) @285   20 years mar637 added test for $DISPLAY env variable.
(edit) @283   20 years mar637 Added deafult filename warning. Added warning to internal plotter.
(edit) @282   20 years mar637 removed comment on j=i
(edit) @280   20 years kil064 document function 'save' better for 'image fits' output
(edit) @278   20 years kil064 another place the version string is set
(edit) @277   20 years kil064 change version number to 0.2 (previous change lost somehow)
(edit) @276   20 years kil064 add set_doppler
(edit) @274   20 years mar637 minor cosmetic changes. version no++
(edit) @273   20 years kil064 add arg. 'reftime' to function 'align'
(edit) @271   20 years kil064 document function 'align' more fully
(edit) @269   20 years kil064 add function 'align'
(edit) @259   20 years mar637 *renaming in scantable
(edit) @258   20 years mar637 *renaming all -> allaxes * added rcParams
(edit) @257   20 years mar637 *renaming in scantable *added custom x/y axis labels
(edit) @256   20 years mar637 * rewrote save to avoid using empty filenames * rewrote stat,tsys …
(edit) @255   20 years mar637 *lots of renaming * added list_rcparameters selection -> cursor * …
(edit) @246   20 years kil064 in 'quotient' describe that ref can have one row
(edit) @245   20 years kil064 add arg. 'preserve' to quotient. also document algorithm
(edit) @242   20 years kil064 add b_operate gain_el (polynomials) opacity
(edit) @241   20 years kil064 modify stats function to pass row number arg to C++ statistics …
(edit) @240   20 years kil064 add set_instrument set_fluxunit b_operate gain_el …
(edit) @229   20 years kil064 add gain-elevation correction functionality
(edit) @226   20 years mar637 added rcParams to support rc style default parameters, read from .asaprc
(edit) @225   20 years kil064 'convertflux' -> 'convert_flux'
(edit) @224   20 years kil064 add function 'convertflux'
(edit) @210   20 years mar637 Added more help on how to read commands output Added help on asapplotter
(edit) @203   20 years mar637 The "final" asap plotter user interface
(edit) @202   20 years mar637 * removed internal self.frame1 to fix resizing bug. * removed 'white' …
(edit) @200   20 years kil064 document ascii file save capability
(edit) @196   20 years kil064 imporve docs for function 'save'
(edit) @194   20 years kil064 allow FITS format in function 'save'
(edit) @190   20 years mar637 Bug fix: Handling destruction of window via self._is_dead
(edit) @189   20 years mar637 * empty log message *
(edit) @188   20 years mar637 create_mask is be default now returning a mask OUTSIDE the specified …
(edit) @187   20 years mar637 Bug fix: Handling destruction of window via self._is_dead
(edit) @182   20 years mar637 moved reader to the end, as it's behaviour can be emulated with the …
(edit) @181   20 years mar637 Added a constructor from foreign types (e.g. rpfits) Reworked output …
(edit) @180   20 years kil064 add function 'smooth' and remove function 'hanning'
(edit) @179   20 years kil064 replace 'hanning' by 'smooth'
(edit) @174   20 years kil064 add cursor selection to function 'hanning'
(edit) @172   20 years kil064 add insitu vinding to function hanning fix up some inconsietnt docs.
(edit) @167   20 years kil064 Reimplement 'bin' with insitu version as well
(edit) @166   20 years kil064 function 'average_pol' now has insitu version as well
(edit) @160   20 years kil064 document that poly_baseline now operates on all rows in the scan
(edit) @159   20 years kil064 function auto_fit now loops over all rows in the scan
(edit) @158   20 years kil064 Correct spelling 'abscissa' -> 'abcissa'
(edit) @156   20 years kil064 comment out print statements for function 'get_tsys' as now returns a …
(edit) @150   20 years kil064 add arg. 'all' to functions 'scale' and 'add' to apply to either …
(edit) @149   20 years kil064 add 'add'
(edit) @143   20 years kil064 rework binding to 'average_time'. Now invokes just one C++ function. …
(edit) @142   20 years kil064 modift doc for function 'average_time' to track change to functionaloity
(edit) @141   20 years mar637 added insitu to scale.
(edit) @135   20 years kil064 add function 'stats' function 'rms' -> 'stddev'
(edit) @129   20 years kil064 average_scans -> average_time
(edit) @128   20 years kil064 function 'rms' -> 'stddev' add function 'stats' average_scan -> …
(edit) @127   20 years kil064 intergations -> integrations
(edit) @126   20 years mar637 fixed bug in _verbose. Test length first.
(edit) @124   20 years mar637 added subplotting to plot(). Fixed verbose.
(edit) @123   20 years mar637 renamed set_verbose
(edit) @120   20 years cal103 Added function register() to handle mouse events.
(edit) @119   20 years cal103 Added a histogram plotting function hist(); modified subplot() so that …
Note: See TracRevisionLog for help on using the revision log.