Directory branches/lsl-1.2.x/lsl/sim/

Total Files:
13
Deleted Files:
0
Lines of Code:
4429

[root]/branches/lsl-1.2.x/lsl/sim

Lines of Code

branches/lsl-1.2.x/lsl/sim/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 51 (100.0%) 3187 (100.0%) 62.4
jdowell 50 (98.0%) 3186 (100.0%) 63.7
jayce 1 (2.0%) 1 (0.0%) 1.0

Most Recent Commits

jdowell 2019-08-26 11:34 Rev.: 2908

Various fixes for Python3 support. I still need to figure out what is going on with the lsl.misc.total_sorting module.

5 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/sim: drx.py (+5)
jayce 2019-07-30 20:10 Rev.: 2888

Use our own constants for the speed of light.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/sim: vis.py (+1 -2)
jdowell 2018-10-16 08:19 Rev.: 2544

Fixed the lsl.sim.tbn bug introduced in r2543.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/sim: tbn.py (+1)
jdowell 2018-10-16 07:12 Rev.: 2543

Small change to lsl.sim.tbn to try and make it faster for writing out a SimFrame.

7 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/sim: tbn.py (+7 -11)
jdowell 2018-09-21 13:42 Rev.: 2505

Updated the lsl.common.stations.ARX class and the associated .npz files to put the ASP filters in the right order with the right numeric codes to match what ASP does. Added catches for the 'split@3MHz' and 'full@3MHz' filters for Sevilleta (coming soon). Also, updated the lsl.sim.vis.AntennaArray class to mention the new filters.

6 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/sim: vis.py (+6)
jdowell 2018-08-02 10:12 Rev.: 2467

More work getting LSL ready for Python3. lsl.sim module changes.

6 lines of code changed in 3 files:

  • branches/lsl-1.2.x/lsl/sim: dp.py (+2 -1), drx.py (+2 -1), vis.py (+2 -1)
jdowell 2018-07-23 16:38 Rev.: 2455

Worked on getting ready to remove lsl.sim.tbw since both stations cannot generate it.

4 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/sim: tbw.py (+4)
jdowell 2018-06-18 19:26 Rev.: 2386

Even more work on getting LSL to PEP8. Now it is lsl.sim.

2617 lines of code changed in 7 files:

  • branches/lsl-1.2.x/lsl/sim: dp.py (+400 -400), drx.py (+208 -208), errors.py (+98 -98), nec_util.py (+325 -324), tbn.py (+180 -180), tbw.py (+192 -192), vis.py (+1214 -1215)
jdowell 2018-06-12 11:03 Rev.: 2371

Missed a file in r2370.

98 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/sim: nec_util.py (+98 -98)
jdowell 2018-06-12 10:18 Rev.: 2367

Removed ob.next() in favor of next(ob) throughout LSL. Removed float_ and complex_ in favor of float32 and complex64.

3 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/sim: nec_util.py (+3 -3)
jdowell 2018-06-07 15:05 Rev.: 2360

More work on the various extensions in LSL to get them to compile *and* import under Python3.

4 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/sim: simfast.c (+4 -4)
jdowell 2018-06-06 19:21 Rev.: 2352

Worked on getting the various C extensions ready for Python3.

34 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/sim: simfast.c (+34 -2)
jdowell 2018-03-14 14:02 Rev.: 2260

Cleaned up a few messages in various places. Also, changed lsl.statistics.robust to raise ValueError when a problem happens.

2 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/sim: vis.py (+2 -1)
jdowell 2017-09-08 13:10 Rev.: 2168

Tweaked the allowed frequency limits in lsl.common.sdfADP to match what ADP can do. Updated the various C extensions so that a 'OMP_SCHEDULER' macro is used to control the OpenMP scheduler used in each module.

6 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/sim: simfast.c (+6 -1)
jdowell 2017-09-07 09:55 Rev.: 2163

Changed the OpenMP scheduling method in simfast.c to dynamic.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/sim: simfast.c (+1 -1)
jdowell 2017-09-06 12:53 Rev.: 2161

Improved the error handling in various C extensions to LSL.

5 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/sim: simfast.c (+5 -5)
jdowell 2017-09-06 11:50 Rev.: 2159

Added in a missing include statement that is needed to define NPY_PI.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/sim: simfast.c (+1)
jdowell 2017-09-06 11:31 Rev.: 2157

Worked on moving the C extensions into agreement with version 1.7 of the NumPy C API.

56 lines of code changed in 2 files:

  • branches/lsl-1.2.x/lsl/sim: simfast.c (+56 -91)
jdowell 2017-09-05 13:59 Rev.: 2155

Some work on cleaning up some of the compiler warnings. Particularly, the NPY_NO_DEPRECATED_API one.

4 lines of code changed in 4 files:

  • branches/lsl-1.2.x/lsl/sim: j1.c (new), mconf.h (new)
jdowell 2017-08-31 15:54 Rev.: 2150

Removed a few lingering relative imports inside LSL. Added auto-copy support to lsl.common.sdf*. Added a new 'interface' attribute to lsl.common.stations to help make station compatability more clear. Beefed up the SDF and metadata tests.

3 lines of code changed in 3 files:

  • branches/lsl-1.2.x/lsl/sim: drx.py (+1 -1), tbn.py (+1 -1), tbw.py (+1 -1)
jdowell 2017-08-31 10:41 Rev.: 2148

A few small changes to the sdf*.py modules to better detected problems with custom beamforming. Ran pylint on the lsl.sim module.

122 lines of code changed in 14 files:

  • branches/lsl-1.2.x/lsl/sim: dp.py (+17 -13), drx.py (new), errors.py (new), nec_util.py (+40 -39), tbn.py (new), tbw.py (+2 -4), vis.py (new)
jdowell 2017-08-24 10:55 Rev.: 2132

Worked on getting ready for LSL version 1.2.0.

201 lines of code changed in 3 files:

  • branches/lsl-1.2.x/lsl/sim: mtherr.c (new 105), sf_error.c (new 65), sf_error.h (new 31)
Generated by StatSVN 0.7.0