Directory branches/lsl-1.0.x/lsl/reader/

Total Files:
6
Deleted Files:
0
Lines of Code:
4617

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 32 (100.0%) 1906 (100.0%) 59.5
jdowell 31 (96.9%) 1900 (99.7%) 61.2
jayce 1 (3.1%) 6 (0.3%) 6.0

Most Recent Commits

jdowell 2015-10-13 07:22 Rev.: 1873

Small change to the DR spectrometer reader so that file aligment is not lost during a syncError.

1 lines of code changed in 2 files:

  • branches/lsl-1.0.x/lsl/reader: gofast.c (new)
jdowell 2015-03-17 13:58 Rev.: 1815

Looks like the change in r1814 missed the mark in terms of actually fixing things correctly. This should fix that fix. Still on the fence about this change.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/reader: ldp.py (+1 -1)
jdowell 2015-03-17 11:56 Rev.: 1814

The changes r1813 uncovered another problem when dealing with partial TBW files. This should fix that although I'm still not sure that all of this is a good idea.

3 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/reader: ldp.py (+3 -2)
jdowell 2015-03-17 11:41 Rev.: 1813

It looks like the changes to lsl.reader.ldp.TBWFile in r1812 doesn't work with partial TBW files. This change should fix it but I worry that it is a little too contrived.

28 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/reader: ldp.py (+28 -11)
jdowell 2015-03-17 11:26 Rev.: 1812

Small change to LDP to try and make sure that the time returned for a TBW capture is correct and not the time from some stale bits stuck in the data recorder. Will this actually work?

11 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/reader: ldp.py (+11 -4)
jayce 2015-01-30 11:58 Rev.: 1768

Fixed the testing failure that cropped up with r1767.

6 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/reader: ldp.py (+6 -4)
jdowell 2015-01-30 11:33 Rev.: 1767

Small change to the lsl.reader.ldp module to make sure that calling readFrame() doesn't kill the timetag checker.

15 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/reader: ldp.py (+15)
jdowell 2015-01-22 12:47 Rev.: 1765

Fixed a bug in lsl.reader.ldp.DRXFile that caused the tunings to be reported wrong and for tuning 2 to always have a frequency of zero.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/reader: ldp.py (+1 -1)
jdowell 2014-06-30 15:49 Rev.: 1687

Fixed another bug in the new LDP TBNFile object caused by some undefined variables.

2 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/reader: ldp.py (+2 -2)
jdowell 2014-06-27 17:24 Rev.: 1683

A few changes to LDP to better support old TBW files that have a lot of TBN in them.

79 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/reader: ldp.py (+79 -1)
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.

85 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/reader: drspec.py (+85 -18)
jdowell 2014-06-24 12:51 Rev.: 1670

Added a missing keyword call to lsl.reader.ldp.LWA1DataFile(). Added in an iPython notebook tutorial for LDP.

4 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/reader: ldp.py (+4 -4)
jdowell 2014-06-23 10:30 Rev.: 1668

A few small clean ups to the lsl.misc.beamformer module. Added a new 'iauConvention' keyword to the lsl.misc.beamformer.circularize() function to help keep track of the sign of V. Updated various scripts to use the new LDP module. Removed readTBN_buffered.py since it didn't do much.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/reader: ldp.py (+1)
jdowell 2014-06-19 20:18 Rev.: 1664

A few more cleanups to LDP on how to deal with the TBN/DRX buffers. Also fixed a few bugs in the LDP DR spectrometer class. Added a few things to the TBN, TBW, and DR spectrometer readers that should have been there from the start.

34 lines of code changed in 7 files:

  • branches/lsl-1.0.x/lsl/reader: drspec.py (+10 -2), ldp.py (+7 -1), tbn.py (+9 -2), tbw.py (+8 -1)
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.

16 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/reader: ldp.py (+16 -7)
jdowell 2014-06-17 17:21 Rev.: 1661

Several changes to LSL to clean up a few things. First, added pytz as a dependency since it is used by lsl.common.sdf. Second, switched setup.py over to using NumPy's internal facilities to identify and configure ATLAS. Also, updated LDP to clean up a few things with regards to timetag checking and TBW captures and fixed a small bug in the lsl.writer.tsfits module. Finally, removed a couple of debugging print statements from lsl.misc.dedispersion.

169 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/reader: ldp.py (+169 -31)
jdowell 2014-02-17 16:38 Rev.: 1573

Fixed another typo in the LDP method name for returning the number of remaining frames in a file.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/reader: ldp.py (+1 -1)
jdowell 2014-02-17 16:30 Rev.: 1572

Fixed a typo in the LDP method name for returning the number of remaining frames in a file.

5 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/reader: ldp.py (+5 -5)
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.

30 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/reader: ldp.py (+30 -10)
jdowell 2014-02-17 15:26 Rev.: 1570

Added a few 'catch' statements in lsl.imaging.utils.CorrelatedDataIDI to deal with LEDA64-NM data. Updated the offset methods in lsl.reader.ldp to update the metadata after a seek.

12 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/reader: ldp.py (+12 -6)
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.

88 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/reader: ldp.py (+88 -3)
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.

798 lines of code changed in 3 files:

  • branches/lsl-1.0.x/lsl/reader: buffer.py (+2 -2), ldp.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.

516 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/reader: buffer.py (new 516)
Generated by StatSVN 0.7.0