source: trunk/python/scantable.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1875   14 years Malte Marquarding Added srctype enum handling
(edit) @1862   14 years Malte Marquarding renamed print_log_dec to more explicit asaplog_post_dec
(edit) @1861   14 years Malte Marquarding Got rid of redundant print_log. Use asaplog.post directly.
(edit) @1859   14 years Malte Marquarding Ticket #193: the rcParamsverbose? flag is only used in standard …
(edit) @1857   14 years Malte Marquarding auto_quotient is the first method to use @preserve_selection
(edit) @1856   14 years Malte Marquarding removed redundant print_log calls as the @print_log_dec handles them …
(edit) @1855   14 years Malte Marquarding Ticket #194: docstring changes. Play nicely with sphinx.
(edit) @1846   14 years Malte Marquarding Documentation update to play nicer with sphinx
(edit) @1845   14 years Malte Marquarding changed set_restfreqs to support use of the old behaviour. If list of …
(edit) @1843   14 years Malte Marquarding Ticket #192: enabling new filler. Get rid of unused asapreader.
(edit) @1824   14 years Malte Marquarding Refactoring of init.py. Moved functionality into separate modules. …
(edit) @1819   14 years Kana Sugimoto New Development: No JIRA Issue: No (merge alma branch to …
(edit) @1731   14 years Malte Marquarding Fixed wrong base class call in shift_refix
(edit) @1730   14 years Malte Marquarding Ticket #183: added get_weather to scantable. It returns a dicr or …
(edit) @1725   14 years Malte Marquarding Finishing touches to opacity calculations, docs, plotting and model
(edit) @1697   14 years Malte Marquarding Some minor tidy up and documentation
(edit) @1691   14 years Malte Marquarding Add compatibility.py for functools.wraps which doesn't exist in python <2.5
(edit) @1689   14 years Malte Marquarding Ticket #177: added skydip function to determine opacities. This …
(edit) @1617   15 years Malte Marquarding added help for parallactify
(edit) @1600   15 years Malte Marquarding Ticket #170: python derived class for nice access e.g. units and doc …
(edit) @1594   15 years Malte Marquarding More tidy up. factored out copy for localised selection
(edit) @1593   15 years Malte Marquarding tidy up
(edit) @1590   15 years Malte Marquarding Tidy up/factored out printin part of stats to _row_callback
(edit) @1589   15 years Malte Marquarding Introduced print_log_dec(orator)
(edit) @1588   15 years Malte Marquarding Added method get_row_selector, which returns a selection object for …
(edit) @1586   15 years Malte Marquarding Ticket #165: have removed the hard-coding of parallactifying the data. …
(edit) @1584   15 years Malte Marquarding Change default to MHz, doc update
(edit) @1579   15 years Malte Marquarding Ticket #46; changed scnatable.lag_flag to handle a start/end value …
(edit) @1576   15 years Malte Marquarding Ticket #169: allow direct settings of selections
(edit) @1574   15 years Malte Marquarding Ticket #167: python part of running polynomial smoothing
(edit) @1573   15 years Malte Marquarding Fix for Ticket #163: mixed up self and s instance
(edit) @1565   15 years Malte Marquarding Fix for ticket #162: documentation of scantable.convert_pol didn't …
(edit) @1554   15 years Malte Marquarding Support maks windows of style [channel]
(edit) @1545   15 years Malte Marquarding allow for (max,min) mask windows
(edit) @1536   15 years Malte Marquarding Fix for ticket #154: flagged data wasnrt honoured in any fitting …
(edit) @1512   15 years Malte Marquarding fixed typo in get_spectrum args
(edit) @1504   15 years Malte Marquarding Fix for ticket #151: added facilities to help with on/off scan …
(edit) @1502   15 years Malte Marquarding added function to set reference scans manually
(edit) @1483   15 years Malte Marquarding added flag_nans to help with possible non-flagged NaNs? in the data
(edit) @1471   15 years Malte Marquarding added publich get/set_spectrum functions
(edit) @1443   16 years Malte Marquarding Fix ticket #127; still have to add class header hack
(edit) @1435   16 years Malte Marquarding optionally suppress history
(edit) @1402   16 years Malte Marquarding implemented iterator to iterate through rows
(edit) @1395   17 years Malte Marquarding some minor documentation fixes
(edit) @1392   17 years Malte Marquarding didn't setup times in case of asdatetime
(edit) @1391   17 years Malte Marquarding merge from alma branch to get alma/GBT support. Commented out fluxUnit …
(edit) @1373   17 years mar637 Added running median to smooth. This addresses Ticket #115
(edit) @1370   17 years mar637 bug fix - left out a factor of ten in GHz definition
(edit) @1360   17 years mar637 enhancement #107; added scantable.shift_refpix
(edit) @1356   17 years mar637 fix to auto_quotient; the selector add_ operator ANDs the query …
(edit) @1348   17 years mar637 documentation clean up. added mode 'paired' as the default to …
(edit) @1338   17 years mar637 Added matched pair auto_quotient and made it the default 'mode'
(edit) @1322   17 years mar637 Fix for Ticket #101. set_restfreqs handles non-consecutive IFs now.
(edit) @1308   17 years mar637 re-enabled the scantable binary operators
(edit) @1295   18 years mar637 merge form Release2.1.1 branch
(edit) @1280   18 years mar637 Merge from Release2.1.1b tag
(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
Note: See TracRevisionLog for help on using the revision log.