source: trunk/python/scantable.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1268   18 years vor010 chan_avg_limit parameter has been added to auto_poly_baseline method. …
(edit) @1259   18 years mar637 Merge from Release2.1.0b tag
(edit) @1217   18 years mar637 Merge from Release2.1.0b tag
(edit) @1203   18 years mar637 Using FFTServer::fft0 now, don't know what the difference is. Adde …
(edit) @1200   18 years mar637 Merge from Release2.1.0b tag
(edit) @1192   18 years mar637 added lag_flag - flagging of frequencies in fft space
(edit) @1190   18 years mar637 added set_feedtype (Ticket #61)
(edit) @1175   18 years mar637 various changes to support the pylab plotter 'xyplotter'
(edit) @1157   18 years mar637 more argument types for scanatble.set_restfreqs; tidying.
(edit) @1153   18 years mar637 lots of changes to support soft refresh, for things like text …
(edit) @1145   18 years mar637 added average_beam which is part of Ticket #45
(edit) @1143   18 years mar637 Implemented Ticket #45 as scantable.mx_quotient.
(edit) @1141   18 years mar637 added stub for mx_quotient
(edit) @1134   18 years mar637 added numpy/numarray detection
(edit) @1118   18 years mar637 fixes for pylint reported violations
(edit) @1115   18 years mar637 added patch from Tak, so the constructor works with ms directories.
(edit) @1099   18 years mar637 moved average_channel into average_time as an addition weight
(edit) @1093   18 years mar637 removed FITS output, added drop_scan function
(edit) @1079   18 years mar637 make storage rcparam casa-insensitive
(edit) @1073   18 years mar637 Ticket #48 - enable disk based scantable. added scan averaging to …
(edit) @1070   18 years mar637 enhancement ticket #35. median scantable; also added get_column
(edit) @1061   18 years mar637 Added feature Ticket #42; The user can now plot the fits adn reject them.
(edit) @1033   18 years mar637 Fix for Ticket #33; was confusing mask and flag again. == flag svn …
(edit) @1024   18 years mar637 Fixed create_mask to use start and end point. Added example
(edit) @1010   18 years mar637 Fix to Ticket #17 - average_pol not working.
(edit) @1006   18 years mar637 removed function body for deprecated functions
(edit) @1005   18 years mar637 added doc for get/set_selection. added default argument to set_selection
(edit) @1003   18 years mar637 added column_names()
(edit) @1001   18 years mar637 added flagging
(edit) @992   18 years mar637 added function to convert between polarisation types
(edit) @989   18 years mar637 reactivated scantable.save as in Ticket #4. added …
(edit) @981   18 years mar637 Removed align option from average in c++ as it is buggy. python is now …
(edit) @976   18 years mar637 Ticket #12 - read of multiple rpf files into one scantable.
(edit) @946   18 years mar637 re-enabled average_pol; made use of selector class
(edit) @936   18 years mar637 fixed self.stm to self._math
(edit) @931   18 years mar637 added align arg to average_time; fixed auto_poly_baseline to be …
(edit) @919   18 years mar637 fixed indentation error left by Maxim's last check-in
(edit) @914   18 years mar637 Stokes polarimetry handling and conversion bug fix: forgot self on …
(edit) @909   18 years vor010 RuntimeError? -> ValueError?
(edit) @907   18 years vor010 LineFinder? & auto_poly_baseline: a support of new scantable format …
(edit) @889   18 years mar637 fixed _check_ifs()
(edit) @880   18 years mar637 added linefinder
(edit) @876   18 years mar637 move to asap2 container
(edit) @794   18 years mar637 update from Release12
(edit) @780   18 years mar637 merge from Release12
(edit) @762   18 years mar637 merge from Release12 branch
(edit) @742   18 years mar637 removed old fitter._verbose call
(edit) @721   19 years mar637 more asaplog changes
(edit) @718   19 years mar637 more asaplog migration
(edit) @714   19 years mar637 updated logging; added public get_sourcename
(edit) @710   19 years mar637 create_mask now also handles args[0]=list. auto_quotient checks for …
(edit) @670   19 years mar637 fixed typo in import rotate_xyphase (from release-2), added auto-quotient
(edit) @626   19 years mar637 fix for asap0019 from Release-1
(edit) @596   19 years mar637 Fixed asap0007
(edit) @591   19 years mar637 Fix for asap0004
(edit) @582   19 years mar637 fix for asap0003
(edit) @579   19 years mar637 bug fix asap0005
(edit) @558   19 years mar637 Changed default for scanav in average_time to False
(edit) @553   19 years mar637 Fixed theif/IF consistency issues
(edit) @535   19 years kil064 add 'tintsys' weighting to average_time
(edit) @532   19 years kil064 add Tsys weighting to average_pol
(edit) @530   19 years mar637 *added get_fit * added more commands()
(edit) @524   19 years kil064 make 'tint' weigting the default for average_time
(edit) @523   19 years kil064 update avergae_time docs
(edit) @516   19 years vor010 LineFinder?/automatic baseline fitter: a bug related to multiple-row …
(edit) @513   19 years mar637 *Moved most asapmath functions to scantable member functions. Only …
(edit) @497   19 years kil064 document ascii output format better
(edit) @489   19 years mar637 * added history to all functions, which modify the data
(edit) @484   19 years mar637 * added history * added contructor argument for (auto) averaging * tidying
(edit) @474   19 years kil064 change doc for function save as Stokes now savable for SFITS and MS
(edit) @458   19 years kil064 move scantable.rotate_xyphase to asapmath.py
(edit) @451   19 years kil064 make default for stokes=False in function save make format cas …
(edit) @445   19 years kil064 add stokes conversion arg. to function 'save'
(edit) @436   19 years kil064 arg. 'all' -> 'allaxes' to be consistent with asapmath.py use same …
(edit) @432   19 years kil064 add rotate_xyphase
(edit) @415   19 years mar637 Made note about reader limitation on rpfits. fixed up summary (again)
(edit) @413   19 years mar637 Added catch for illegal filenames in summary to file.
(edit) @411   19 years mar637 Added handling of environment variables throughout.
(edit) @407   19 years mar637 Minor fixes around asapreader/sdreader
(edit) @402   19 years kil064 add lines arg to funciton set_restfreqs
(edit) @393   19 years kil064 merge set_restfreqs and select_restfreqs into 1
(edit) @391   19 years kil064 add function select_restfreq
(edit) @381   19 years mar637 * added verbose flag for scantable.summary * enabled get_scan(list)
(edit) @358   19 years kil064 add binding to function set_instrument (instead of direct pythin binding)
(edit) @346   19 years kil064 finally fix scantable constructor for 'unit' handling. i really must …
(edit) @345   19 years kil064 remve 'unit' from reader constructor
(edit) @341   19 years kil064 handle user specified unit (reader/constructor) at python level now not C++
(edit) @340   19 years kil064 add unit arg to constructor to take advantage of new reader feature
(edit) @334   19 years kil064 track change to asapreader interface
(edit) @283   19 years mar637 Added deafult filename warning. Added warning to internal plotter.
(edit) @280   19 years kil064 document function 'save' better for 'image fits' output
(edit) @276   19 years kil064 add set_doppler
(edit) @256   19 years mar637 * rewrote save to avoid using empty filenames * rewrote stat,tsys …
(edit) @241   19 years kil064 modify stats function to pass row number arg to C++ statistics …
(edit) @226   19 years mar637 added rcParams to support rc style default parameters, read from .asaprc
(edit) @200   19 years kil064 document ascii file save capability
(edit) @196   19 years kil064 imporve docs for function 'save'
(edit) @194   19 years kil064 allow FITS format in function 'save'
(edit) @189   19 years mar637 * empty log message *
(edit) @181   19 years mar637 Added a constructor from foreign types (e.g. rpfits) Reworked output …
Note: See TracRevisionLog for help on using the revision log.