Directory branches/lsl-1.0.x/tests/

Total Files:
17
Deleted Files:
0
Lines of Code:
7219

[root]/branches/lsl-1.0.x/tests

Lines of Code

branches/lsl-1.0.x/tests/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
jdowell 36 (100.0%) 5568 (100.0%) 154.6

Most Recent Commits

jdowell 2014-09-10 09:45 Rev.: 1722

First pass at adding in new functions to lsl.sim.vis to make it easy to add in baseline noise that is related to the system performance and setup.

76 lines of code changed in 1 file:

  • branches/lsl-1.0.x/tests: test_simvis.py (+76 -43)
jdowell 2014-06-25 14:52 Rev.: 1675

Added a few new convenience functions to the lsl.reader.drspec module to make it easier to determine the integration time.

86 lines of code changed in 1 file:

  • branches/lsl-1.0.x/tests: test_reader.py (+86 -67)
jdowell 2014-06-18 05:06 Rev.: 1662

Fixed a few bugs in LDP related to the time tag checker and calling reset(). reset() now resets the buffer and time tag checker states as well as the file state. Also, added in tests for the LDP instances where 'ignoreTimeTagErrors' is set to True.

111 lines of code changed in 1 file:

  • branches/lsl-1.0.x/tests: test_ldp.py (+111 -1)
jdowell 2014-04-17 10:56 Rev.: 1639

More work on the new simfast module to include source resolution effects. Source can now be modeled by as either point sources or as uniformly illuminated disks (similar to AIPY). This change involves moving in some of the cephes code from the SciPy repository and repackaging it in a stand alone fashion. Also, there have been several bug fixes in lsl.sim.vis and lsl.imaging.utils to work with data dictionaries that have only a single frequency channel.

137 lines of code changed in 2 files:

  • branches/lsl-1.0.x/tests: test_simvis.py (+137)
jdowell 2014-03-26 13:39 Rev.: 1613

A few fixes/updates to address the testing problems in r1612.

13 lines of code changed in 2 files:

  • branches/lsl-1.0.x/tests: test_meta.py (+13 -13)
jdowell 2014-03-20 12:03 Rev.: 1603

Updated the lsl.imaging.utils module to better deal with sparse FITS IDI/UVFITS files. The problem was that files that didn't contain all N*(N+1)/2 baselines had the number of integrations determined incorrectly by possm.py/imageIDI.py. This update adds a new attribute 'integrationCount' to the CorrelatedData* instances to contain that information. The integrationCount is based on the number of unique JDs found in the file's data table.

4 lines of code changed in 1 file:

  • branches/lsl-1.0.x/tests: test_imaging.py (+4)
jdowell 2014-03-11 17:16 Rev.: 1592

It looks like the sharing of the stations.lwa1 instance throughout the test suite is causing problems. This fixes that and switches back over to assertTrue instead of assertLess so that Python 2.6 installations can actually run the tests.

39 lines of code changed in 1 file:

  • branches/lsl-1.0.x/tests: test_fx.py (+39 -37)
jdowell 2014-03-11 16:47 Rev.: 1590

Added a little more non-DC power to some of the test_fx tests.

6 lines of code changed in 1 file:

  • branches/lsl-1.0.x/tests: test_fx.py (+6 -6)
jdowell 2014-03-11 16:41 Rev.: 1589

Various fixes in spec.c and stokes.c to deal with a problem computing the number of overlapped FFTs to run. Fixed a bug in core.c that caused the last FFT window not to make it in to the integration and the same 'overlapped FFTs' bug as spec.c. Removed the lsl.correlatore.fx.SpecMasterP function and the associated functions in spec.c. Updated the test_fx.py test suite to make sure that things are being computed correctly. This should help with addressing Ticket #51.

467 lines of code changed in 2 files:

  • branches/lsl-1.0.x/tests: test_fx.py (new)
jdowell 2014-02-17 16:53 Rev.: 1574

Looks like I neglected the timetag alignment part of the DRX _readyFile method.

3 lines of code changed in 1 file:

  • branches/lsl-1.0.x/tests: test_ldp.py (+3 -2)
jdowell 2014-02-17 16:26 Rev.: 1571

Part of r1570 went the wrong way with LDP. This commit adds a new 'getRemainingFramesCount' method to the LDPFileBase class to help figue out how much data is left in the file.

12 lines of code changed in 1 file:

  • branches/lsl-1.0.x/tests: test_ldp.py (+12)
jdowell 2014-02-14 15:38 Rev.: 1566

Look like the file used in test_CorrelatedDataUV is wrong.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x/tests: test_imaging.py (+1 -1)
jdowell 2014-02-14 15:29 Rev.: 1565

Added a function to the LDP module that tries to figure out what the correct LDPFileBase sub-class to use for a file. Fixed a long standing (and secret) bug in the lsl.sim.drx module that caused some I/Q values to be packed incorrectly. Improved the coverage of the test_fakedata.py test suites. Another attempt at tweaking test_imaging.py to improve the coverage of the lsl.imaging.utils module.

147 lines of code changed in 4 files:

  • branches/lsl-1.0.x/tests: test_fakedata.py (+111 -87), test_imaging.py (+3 -3), test_ldp.py (+33 -6)
jdowell 2014-02-14 13:39 Rev.: 1563

Several major changes here. First, added test cases for the DRXFrameBuffer class. Next, retooled the lsl.reader.ldp module to make it friendlier. Third, improved the gaussparams function for 2-D fits, Finally, removed the requirement for a BANDPASS table in the CorrelatedDataIDI class.

373 lines of code changed in 6 files:

  • branches/lsl-1.0.x/tests: test_buffer.py (new), test_ldp.py (new 146), test_lsl.py (+2), test_reader.py (+12 -12)
jdowell 2014-01-30 15:48 Rev.: 1547

Updated the test_filterbank.py module to better test the PyFFTW-related code in lsl.correlator.filterbank.

0 lines of code changed in 2 files:

  • branches/lsl-1.0.x/tests: test_filterbank.py (new)
jdowell 2013-11-22 14:46 Rev.: 1498

Created a new branch for LSL 1.0.x and incremented the version on the development trunk.

4093 lines of code changed in 9 files:

  • branches/lsl-1.0.x/tests: test_astro.py (new 1428), test_busy.py (new 48), test_fitsidi.py (new 697), test_geodesy.py (new 76), test_imaging.py (new 447), test_lsl.py (new 113), test_sdf.py (new 826), test_transform.py (new 220), test_uvfits.py (new 238)
Generated by StatSVN 0.7.0