source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1863   14 years Malte Marquarding Added logger test. It is skipped under casapy as it compares stdout logs.
(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) @1860   14 years Malte Marquarding more documentation on 'verbose' rcParam
(edit) @1859   14 years Malte Marquarding Ticket #193: the rcParamsverbose? flag is only used in standard …
(edit) @1858   14 years Malte Marquarding Adde more API documentation
(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) @1854   14 years Malte Marquarding Ticket #194: Added more description of the scantable
(edit) @1853   14 years Takeshi Nakazato Quite primitive and trivial test for NROFiller.
(edit) @1852   14 years Malte Marquarding Added skeleton for and initial text for sphinx-based developer …
(edit) @1851   14 years Takeshi Nakazato Add test data for NROFiller.
(edit) @1850   14 years Takeshi Nakazato remove test commit
(edit) @1849   14 years Takeshi Nakazato remove test commit except for env.py
(edit) @1848   14 years Takeshi Nakazato test commit
(edit) @1847   14 years Malte Marquarding Add parallactify flag
(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) @1844   14 years Malte Marquarding added some comments
(edit) @1843   14 years Malte Marquarding Ticket #192: enabling new filler. Get rid of unused asapreader.
(edit) @1842   14 years Malte Marquarding use generator to also test all masked stats
(edit) @1841   14 years Takeshi Nakazato New Development: No JIRA Issue: No Ready for Test: …
(edit) @1840   14 years Malte Marquarding movde to nose based testing
(edit) @1839   14 years Malte Marquarding initial check-in of 'nose' based test for the asapplotter
(edit) @1838   14 years Malte Marquarding update mopra test script
(edit) @1837   14 years Takeshi Nakazato New Development: No JIRA Issue: No Ready for Test: …
(edit) @1836   14 years Takeshi Nakazato asaplotbase should import print_log.
(edit) @1835   14 years Malte Marquarding remove reader and make parameters import third in line
(edit) @1834   14 years Malte Marquarding Can't use logging here as that would be a cyclic dependency\!\!\!
(edit) @1833   14 years Malte Marquarding import asap.parameters
(edit) @1832   14 years Malte Marquarding use default 'antenna' value of '0'
(edit) @1831   14 years Malte Marquarding Bug fix: had wrong order of setIndex arguments - attempt number three.
(edit) @1830   14 years Malte Marquarding Bug fix: had wrong order of setIndex arguments
(edit) @1829   14 years Malte Marquarding Don't post message if logger is disabled
(edit) @1828   14 years Malte Marquarding Bug fix: had wrong order of setIndex arguments
(edit) @1827   14 years Malte Marquarding fixed type in import name
(edit) @1826   14 years Malte Marquarding Tidy up of imports (now imported from asap.). Also fixed some …
(edit) @1825   14 years Malte Marquarding Added svn 'externals' for (lib)pyrap
(edit) @1824   14 years Malte Marquarding Refactoring of init.py. Moved functionality into separate modules. …
(edit) @1823   14 years Kana Sugimoto New Development: No JIRA Issue: No (merge: recover logs) …
(edit) @1822   14 years Kana Sugimoto Recreating the branch for recover testing
(edit) @1821   14 years Kana Sugimoto Removing branch for replacing
(edit) @1820   14 years Malte Marquarding The last revision of trunk before the alma brnach got merged into it.
(edit) @1819   14 years Kana Sugimoto New Development: No JIRA Issue: No (merge alma branch to …
(edit) @1818   14 years Kana Sugimoto New Development: Yes JIRA Issue: No (merge) Ready …
(edit) @1817   14 years Takeshi Nakazato Changed handling of reader_ attribute.
(edit) @1816   14 years Malte Marquarding added setScanrate. some more logging. added setFlagrow
(edit) @1815   14 years Malte Marquarding Eradicte raw pointer use.
(edit) @1814   14 years Malte Marquarding Use casa::String instead as it is derived from std::string but also …
(edit) @1813   14 years Malte Marquarding Check for existing file here
(edit) @1812   14 years Takeshi Nakazato Makefile is updated to be able to compile codes using make. Fixed a …
(edit) @1811   14 years Malte Marquarding disable default, copy ctor and assignment op
(edit) @1810   14 years Malte Marquarding fix nchan handling. pksrec.nchan not implemented in MB reader
(edit) @1809   14 years Malte Marquarding mixed up mjd and interval args
(edit) @1808   14 years Malte Marquarding forgot to add wraps_dec import
(edit) @1807   14 years Malte Marquarding build the renamed external-alma
(edit) @1806   14 years Malte Marquarding enable PKSFiller
(edit) @1805   14 years Malte Marquarding Use nchan directly from spectrum
(edit) @1804   14 years Malte Marquarding set FLAGROW column default value to 0
(edit) @1803   14 years Malte Marquarding Added setFlagrow; removed virtual on all setXYZ methods.
(edit) @1802   14 years Takeshi Nakazato Removed PKSrecord.nchan
(edit) @1801   14 years Malte Marquarding use both filler implementations
(edit) @1800   14 years Malte Marquarding use protected table_ instead
(edit) @1799   14 years Takeshi Nakazato Removed getTable() since we have direct access to table_ attribute.
(edit) @1798   14 years Malte Marquarding merge -r1774:1797 from alma to newfiller
(edit) @1797   14 years Malte Marquarding Ticket #193: added new logging class. Also factored out environment …
(edit) @1796   14 years Malte Marquarding add new filler to python
(edit) @1795   14 years Malte Marquarding First Working version of the PKSFiller
(edit) @1794   14 years Takeshi Nakazato Uncommented include NROFiller
(edit) @1793   14 years Malte Marquarding Added setHeader implementation and getReferenceRegex
(edit) @1792   14 years Takeshi Nakazato 1. Bug fixes on NROFiller. 2. Makefile is updated to compile …
(edit) @1791   14 years Takeshi Nakazato Added NROFiller.
(edit) @1790   14 years Kana Sugimoto Committing getsvnrev.sh and Makefile copied from alma branch.
(edit) @1789   14 years Kana Sugimoto Merged the all developments from alma branch. copied external-alma.
(edit) @1788   14 years Malte Marquarding Added omitted elements OPACITY and TSYS
(edit) @1787   14 years Malte Marquarding Make python wrapper noncopyable
(edit) @1786   14 years Malte Marquarding Added Wrapper and python binding for Filler
(edit) @1785   14 years Kana Sugimoto Created new mergetest branch from trunk for testing merge from alma
(edit) @1784   14 years Kana Sugimoto Removed current mergetest branch for another test.
(edit) @1783   14 years Kana Sugimoto New Development: No JIRA Issue: No (merge) Ready …
(edit) @1782   14 years Kana Sugimoto New Development: Yes JIRA Issue: No (merge) Ready …
(edit) @1781   14 years Malte Marquarding Fix for handling multiple restfrequencies. list of list didn't work …
(edit) @1780   14 years Malte Marquarding make filler code compile
(edit) @1779   14 years Kana Sugimoto New Development: Yes JIRA Issue: No (test merging alma …
(edit) @1778   14 years Malte Marquarding Initial untested Filler rewrite
(edit) @1777   14 years Malte Marquarding Created branch to test alma merge back into trunk
(edit) @1776   14 years Malte Marquarding Wrong way around
(edit) @1775   14 years Malte Marquarding Created branch to test alma merge back into trunk
(edit) @1774   14 years Malte Marquarding Created branch to do Filler redesign
(edit) @1773   14 years Malte Marquarding merge from HEAD
(edit) @1772   14 years Malte Marquarding Create temporary testing tag
(edit) @1771   14 years Kana Sugimoto New Development: No JIRA Issue: No Ready for Test: …
(edit) @1770   14 years Kana Sugimoto New Development: Yes JIRA Issue: No (to merge the alma …
(edit) @1769   14 years Malte Marquarding testing commit
(edit) @1768   14 years Kana Sugimoto New Development: No JIRA Issue: No Ready for Test: …
(edit) @1767   14 years Kana Sugimoto New Development: No JIRA Issue: No (no effect) …
(edit) @1766   14 years Kana Sugimoto New Development: No JIRA Issue: No (a bug fix) …
(edit) @1765   14 years Kana Sugimoto New Development: No JIRA Issue: No (bug fixes) …
(edit) @1764   14 years Kana Sugimoto New Development: No JIRA Issue: No (a bug fix) …
Note: See TracRevisionLog for help on using the revision log.