source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1743   14 years Malte Marquarding Cosmetics
(edit) @1742   14 years Malte Marquarding update to CHANGLOG entries
(edit) @1741   14 years Malte Marquarding Version update
(edit) @1740   14 years Malte Marquarding Tidy up of install targets and comman-line options
(edit) @1739   14 years Malte Marquarding Replace matplotlib.numerix with numpy
(edit) @1738   14 years Malte Marquarding Fix bug again where ipythonrc-asap isn't installed
(edit) @1737   14 years Malte Marquarding gcc-4.4 fix to include cstring
(edit) @1736   14 years Malte Marquarding gcc-4.4 fix to include cstring
(edit) @1735   14 years Malte Marquarding gcc-4.4 fix to include cstring
(edit) @1734   14 years Malte Marquarding gcc-4.4 fix to include cstring
(edit) @1733   14 years Malte Marquarding gcc-4.4 fix to include cstring
(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) @1728   14 years Malte Marquarding Ticket #181: got my logic reversed (again)
(edit) @1727   14 years Malte Marquarding Ticket #181: temporary fix for saving memory tables with selection. …
(edit) @1726   14 years Malte Marquarding fixed typos
(edit) @1725   14 years Malte Marquarding Finishing touches to opacity calculations, docs, plotting and model
(edit) @1722   14 years Malte Marquarding Adjusted skydip method after feedback from Kate Brooks
(edit) @1721   14 years Malte Marquarding remove doc for reader from commands
(edit) @1720   14 years Malte Marquarding Update from livedata CVS repository
(edit) @1718   14 years Max Voronkov updated documentation to reflect better interpretation of the pressure
(edit) @1716   14 years Max Voronkov commented out debug statement
(edit) @1715   14 years Max Voronkov changed pressure to the mean sea level to match miriad, bugfix, C++ …
(edit) @1713   14 years Max Voronkov added method to calculate opacity including refraction effects + …
(edit) @1712   14 years Max Voronkov added a method to calculate zenith opacity
(edit) @1711   14 years Max Voronkov added model of water vapour refractivity
(edit) @1710   14 years Max Voronkov added the code to calculate dry refractivity of the atmosphere
(edit) @1709   14 years Max Voronkov implemented hydrostatic model of the atmosphere
(edit) @1708   14 years Max Voronkov added a skeleton of the class for atmosphere opacity model
(edit) @1697   14 years Malte Marquarding Some minor tidy up and documentation
(edit) @1696   14 years Malte Marquarding Tidy up plotazel and plotpointing
(edit) @1695   14 years Malte Marquarding Use print_log_dec consistently
(edit) @1694   14 years Malte Marquarding Ticket #172: inverse scaling factor was used in coordinate resampling. …
(edit) @1692   14 years Malte Marquarding Empty test in getMask doesn't work
(edit) @1691   14 years Malte Marquarding Add compatibility.py for functools.wraps which doesn't exist in python <2.5
(edit) @1690   14 years Malte Marquarding Added compatibility.py for functools.wraps decorator in python <2.5
(edit) @1689   14 years Malte Marquarding Ticket #177: added skydip function to determine opacities. This …
(edit) @1688   14 years Malte Marquarding re-upcase flux unit name
(edit) @1687   14 years Malte Marquarding Don't use pyrap by default. remove AdCommonOptions?
(edit) @1670   14 years Max Voronkov increased robustness of the line detection algorithm by fixing a …
(edit) @1669   14 years Max Voronkov made the code more graceful in the case of missing flag table
(edit) @1665   14 years Malte Marquarding Added asap version 2 to 3 conversion program
(edit) @1664   14 years Malte Marquarding Ticket #111:Allow export of Stokes I only on sdfits
(edit) @1663   14 years Malte Marquarding Fix for Ticket #175: SRCTYPE is inserted into pksrec.obstype
(edit) @1648   15 years Max Voronkov Added a test of the full-blown line finder
(edit) @1647   15 years Max Voronkov slight modification of the output of the simple line finder test
(edit) @1646   15 years Max Voronkov Added a test of simple line finder
(edit) @1645   15 years Max Voronkov added a simplified version of the linefinder (largely to be used with …
(edit) @1644   15 years Max Voronkov line finder: added more options on how the noise is to be estimated. …
(edit) @1643   15 years Max Voronkov line finder: new noise estimation code has been resonably debugged and …
(edit) @1642   15 years Max Voronkov added a new helper class to the line finder (compilable, but not yet …
(edit) @1641   15 years Max Voronkov fixed ticket:174 - flagging information is now taken into account
(edit) @1638   15 years Malte Marquarding Forgot to add python wrapper for STCoordinate
(edit) @1636   15 years Malte Marquarding Added sphinx project for ASAP tutorials
(edit) @1635   15 years Malte Marquarding Update from livedata CVS
(edit) @1618   15 years Malte Marquarding updated gain eleveation coeeficients for Parkes. changed ord of …
(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) @1599   15 years Malte Marquarding Ticket #170: forgot to add this file - the real implementation.
(edit) @1598   15 years Malte Marquarding Ticket #170: added scantable.get_coordinate(row). Note that this …
(edit) @1597   15 years Malte Marquarding Added doc string
(edit) @1596   15 years Malte Marquarding Return self or other in case of union with empty selector
(edit) @1595   15 years Malte Marquarding Added scantable.parallactify
(edit) @1594   15 years Malte Marquarding More tidy up. factored out copy for localised selection
(edit) @1593   15 years Malte Marquarding tidy up
(edit) @1592   15 years Malte Marquarding More (unit) tests
(edit) @1591   15 years Malte Marquarding Removed deprecated function
(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) @1587   15 years Malte Marquarding Removed debug cout
(edit) @1586   15 years Malte Marquarding Ticket #165: have removed the hard-coding of parallactifying the data. …
(edit) @1585   15 years Malte Marquarding more verbose instructions
(edit) @1584   15 years Malte Marquarding Change default to MHz, doc update
(edit) @1583   15 years Malte Marquarding Some instructions via print, change behaviour to also just keep flags …
(edit) @1582   15 years Malte Marquarding Increased maxstack to 16; added simple selection to plotter (refer to #169)
(edit) @1581   15 years Malte Marquarding set ignore flags
(edit) @1580   15 years Malte Marquarding release updates
(edit) @1579   15 years Malte Marquarding Ticket #46; changed scnatable.lag_flag to handle a start/end value …
(edit) @1578   15 years Malte Marquarding Ticket #46; Added an interactive lag flagger. The output can be used …
(edit) @1577   15 years Malte Marquarding support otool
(edit) @1576   15 years Malte Marquarding Ticket #169: allow direct settings of selections
(edit) @1575   15 years Malte Marquarding Ticket #168; align data to convert frequency frame before export
(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) @1572   15 years Malte Marquarding Added gca/refresh for matplolib-like access
(edit) @1571   15 years Malte Marquarding Ticket #167: c++ part of running polynomial smoothing
(edit) @1570   15 years Malte Marquarding Ticket #167: c++ part of running polynomial smoothing
(edit) @1569   15 years Malte Marquarding Fix enum problem with WeightType? enum value already defined somewhere …
(edit) @1568   15 years Malte Marquarding Fix up error message
(edit) @1567   15 years Malte Marquarding Used index vale rather than value of the vector at index
(edit) @1565   15 years Malte Marquarding Fix for ticket #162: documentation of scantable.convert_pol didn't …
(edit) @1564   15 years Malte Marquarding fix for ticket #160: allow user to select the size of plotter and also …
(edit) @1563   15 years Malte Marquarding fix for ticket #160: allow user to select the size of plotter and also …
(edit) @1560   15 years Malte Marquarding minor doc fixes; fixed list_scans, which seems brokrn in latest …
(edit) @1559   15 years Malte Marquarding added forward for axes.annotate and added useful default plus …
(edit) @1558   15 years Malte Marquarding change tag version to trunk
(edit) @1557   15 years Malte Marquarding change tag version to trunk
(edit) @1556   15 years Malte Marquarding Fix for ticket #158; can' use rc parameters to set fonts dynamically
(edit) @1555   15 years Malte Marquarding handle timeouts and general None returns in ginput
Note: See TracRevisionLog for help on using the revision log.