December 2010 Commit Log

Number of Commits:
38
Number of Active Developers:
2
jdowell 2010-12-21 01:44 Rev.: 231

Added the new documentation for LSL 0.3.2 to trunk.

459 lines of code changed in 11 files:

jdowell 2010-12-16 15:33 Rev.: 230

Fixed the progress bar import in splitTBW.py

18 lines of code changed in 1 file:

jdowell 2010-12-16 15:21 Rev.: 229

Added in new splitTB[WN].py scripts to help select chunks of data from large files. Added a progress bar to LSL in lsl.common.progress. Updated the docs. for the new scripts.

440 lines of code changed in 5 files:

jdowell 2010-12-14 11:06 Rev.: 228

Added changes from r226 (lsl v0.3.1) back into the development version of LSL.

11 lines of code changed in 4 files:

jdowell 2010-12-10 17:07 Rev.: 225

Relabeled the trunk to version 0.4.dev and turned on tagging builds with the svn revision number.

8 lines of code changed in 2 files:

jdowell 2010-12-10 16:38 Rev.: 223

Small change to the REAME file and updated docs. Added a warning to SDFITS that lsl.writer.sdfits does not generate strictly compliant SDFITS files.

7 lines of code changed in 3 files:

jdowell 2010-12-07 18:06 Rev.: 222

Similar to testing TSFITS, the SDFITS tests always fail on test_tbw_single... *even when it works from the command line being run manually*. I've disabled this this now.

48 lines of code changed in 1 file:

jdowell 2010-12-07 17:55 Rev.: 221

Worked on writing a set of unit tests for the SDFITS writer and uncovered lots of problems in lsl.writer.sdfits. It seems to work now but I don't think that the files it creates as SDFITS compatiable.

529 lines of code changed in 3 files:

jdowell 2010-12-07 13:16 Rev.: 218

Added new unit tests for lsl.misc.beamformer, lsl.sim.dp, and lsl.sim.vis. Modified the beamformer to by multi-threaded if needed. Found a few errors in lsl.sim.drx while testing lsl.sim.dp. Made the aipy object extension in lsl.sim.vis more 'aipy-like' in their naming.

395 lines of code changed in 10 files:

jdowell 2010-12-06 18:10 Rev.: 217

Added a small module for unit testing lsl.sim.vis

1 lines of code changed in 1 file:

jdowell 2010-12-06 17:54 Rev.: 216

It doesn't seem to matter what parts of lsl.writer.tsfits I change, the test_tsfits test always fails when being run by bitten.

54 lines of code changed in 1 file:

jdowell 2010-12-06 16:28 Rev.: 215

Fix the stilly typos. in r214. I really need some kind of pre-commit hook to check syntax and tabs.

4 lines of code changed in 1 file:

jdowell 2010-12-06 15:13 Rev.: 214

Worked on getting the VDIF writer working. Added in a set of unit tests for VDIF. Worked on fixing a few problems in lsl.sim.vis that deal with the aipy.amp.Antenna object being a 'classic' object, rather than a 'new-style' object. More work on getting the lsl.sim.dp.pointSource function up and running.

239 lines of code changed in 6 files:

jdowell 2010-12-06 12:34 Rev.: 213

Of course... 'IndentationError: unindent does not match any outer indentation level'

3 lines of code changed in 1 file:

jdowell 2010-12-06 12:32 Rev.: 212

Make tsfits.__addSingle look more like tsfits.__addQueue to see if this will resolve this irritating issue. Also, tried to add some memory cleanup to fitsidi on write to overcome problems with long TBN correlations.

14 lines of code changed in 2 files:

jdowell 2010-12-06 12:18 Rev.: 211

I'm having trouble understanding why when I run test_tsfits.py it works and when bitten runs it, one test fails. I've added another print statement to test_tsfits to see what's going wrong with the polarizations.

5 lines of code changed in 3 files:

jdowell 2010-12-06 11:46 Rev.: 210

Ridiculous...

12 lines of code changed in 1 file:

jdowell 2010-12-06 11:43 Rev.: 209

More work to get the lingering TS-FITS problems cleared up. Also, added clean-up features to the various unit tests that write things to temporary files. This should keep /tmp cleaner after repeated testing.

63 lines of code changed in 4 files:

jdowell 2010-12-06 11:18 Rev.: 208

So many typos.

1 lines of code changed in 1 file:

jdowell 2010-12-06 11:17 Rev.: 207

More typos. uncovered with unit testing...

1 lines of code changed in 1 file:

jdowell 2010-12-06 11:13 Rev.: 206

Fixed a couple of typos. in the TBW and TBN readers. Added unit tests for lsl.statistics.robust and lsl.correlator.fx. More work on the TS-FITS writer.

218 lines of code changed in 8 files:

jdowell 2010-12-06 01:01 Rev.: 205

On second thought, we shouldn't be changing the value of queueLimit when we force the queue to empty. This should fix that. Also, added a new print statement to test_tsfits.py to try to figure out the polarization problem.

4 lines of code changed in 2 files:

jdowell 2010-12-06 00:44 Rev.: 204

There appeared to be a couple of problems with TS-FITS writer pretaining to partially empty queues and how the TBN I/Q data were being loaded. First, the __emtpyQueue method was adding in extra rows or data that just weren't there. So, queueLimit is updated for each stand set so that only the needed numbers of rows are added. Second, the I/Q data have a shape of (512,). When __makeAppendTable was called, it was adding in too many rows and throwing off where the data was being put. Now the data adders reshape the I/Q array to (1,512) to avoid this.

19 lines of code changed in 1 file:

jdowell 2010-12-06 00:06 Rev.: 203

Well, the problem wasn't with nec_util.py and there were not indentation problems in that module...

4 lines of code changed in 2 files:

jdowell 2010-12-05 23:48 Rev.: 202

Small changed to nec_util.py based on some of the new trace tests.

5 lines of code changed in 1 file:

jdowell 2010-12-03 18:34 Rev.: 199

Worked on trying to get a few of the test_tsfits errors cleared.

3 lines of code changed in 2 files:

jdowell 2010-12-03 17:27 Rev.: 198

Worked on adding in a unit test suite for the TSFITS writer. There seem to be some problems...

459 lines of code changed in 3 files:

root 2010-12-03 14:33 Rev.: 197

Added a unit test for FITS IDI.

354 lines of code changed in 3 files:

jdowell 2010-12-02 18:20 Rev.: 196

Final set of documentation changes for today.

1 lines of code changed in 1 file:

jdowell 2010-12-02 18:13 Rev.: 195

More minor changes to the documentation...

4 lines of code changed in 4 files:

jdowell 2010-12-02 18:06 Rev.: 194

Added a sphinx page for the scripts included with LSL. More work on cleaning up the documentation. This time: adding inter-package links.

218 lines of code changed in 11 files:

jdowell 2010-12-02 14:47 Rev.: 193

More progress on sphinx errors. 53 errors/warnings now.

21 lines of code changed in 2 files:

jdowell 2010-12-02 14:43 Rev.: 192

More progress on sphinx errors. Down to 54 now.

21 lines of code changed in 5 files:

jdowell 2010-12-02 14:35 Rev.: 191

That last batch of 'fixes' seemed to have caused more harm that good. Maybe this fixes part of that.

83 lines of code changed in 19 files:

jdowell 2010-12-02 14:14 Rev.: 190

More work on cleaning up some of the sphinix warnings and errors. It looks like most of the error are related to lsl.astro and some of the formating in there. astro is a beast and may take a while to clean up

58 lines of code changed in 14 files:

jdowell 2010-12-02 13:57 Rev.: 189

Worked on cleaning up some of the sphinix warnings and errors.

93 lines of code changed in 19 files:

jdowell 2010-12-02 12:58 Rev.: 188

Fixed indent error in the FITS IDI writer.

6 lines of code changed in 1 file:

jdowell 2010-12-02 12:35 Rev.: 187

Major changes to the documentation to make it cleaner and to add a sphinx-based documentation build system. Also, added the astrostatus.py script from lwa_user to the scripts directory. Added a ez_setup.py module to the top-level directory so that LSL can be installed without setuptools already installed. Switched to a setuptools-based installation.

2731 lines of code changed in 55 files:

November 2010 »

Generated by StatSVN 0.7.0