the LSL development trunk Developers: jayce

Login name:
jayce
Total Commits:
224 (2.7%)
Lines of Code:
6,533 (1.3%)
Most Recent Commit:
2019-10-27 09:34

Activity by Clock Time

Activity by Hour of Day for jayce

Activity by Day of Week for jayce

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 224 (100.0%) 6533 (100.0%) 29.1
trunk/lsl/lsl/correlator/ 19 (8.5%) 1379 (21.1%) 72.5
trunk/lsl/lsl/reader/ 34 (15.2%) 1353 (20.7%) 39.7
trunk/lsl/lsl/ 5 (2.2%) 1100 (16.8%) 220.0
trunk/lsl/lsl/common/ 38 (17.0%) 806 (12.3%) 21.2
trunk/lsl/tests/ 23 (10.3%) 705 (10.8%) 30.6
trunk/lsl/lsl/writer/ 21 (9.4%) 348 (5.3%) 16.5
trunk/lsl/lsl/imaging/ 5 (2.2%) 275 (4.2%) 55.0
trunk/lsl/lsl/misc/ 13 (5.8%) 148 (2.3%) 11.3
trunk/lsl/ 24 (10.7%) 137 (2.1%) 5.7
trunk/lsl/lsl/scripts/ 1 (0.4%) 98 (1.5%) 98.0
trunk/lsl/lsl/sim/ 12 (5.4%) 68 (1.0%) 5.6
trunk/lsl/lsl/tests/ 3 (1.3%) 45 (0.7%) 15.0
trunk/lsl/scripts/ 13 (5.8%) 42 (0.6%) 3.2
trunk/lsl/doc/ 2 (0.9%) 13 (0.2%) 6.5
trunk/lsl/lsl/data/tests/ 6 (2.7%) 11 (0.2%) 1.8
trunk/lsl/doc/source/ 4 (1.8%) 5 (0.1%) 1.2
trunk/lsl/lsl/data/astro/ 1 (0.4%) 0 (0.0%) 0.0

Activity of jayce

Most Recent Commits

jayce 2019-10-27 09:34 Rev.: 3010

Worked on cleaning up the test failures that are related to the recent changes to the idf.py and sdf.py/sdfADP.py modules.

13 lines of code changed in 3 files:

  • trunk/lsl/tests: test_idf.py (+1 -1), test_sdf.py (+6 -6), test_sdf_adp.py (+6 -6)
jayce 2019-10-25 20:59 Rev.: 3009

More style changes in the sdf modules.

120 lines of code changed in 2 files:

  • trunk/lsl/lsl/common: sdf.py (+60 -60), sdfADP.py (+60 -60)
jayce 2019-10-25 20:37 Rev.: 3008

Cleaned up the style a little in idf.py.

43 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: idf.py (+43 -37)
jayce 2019-10-25 20:16 Rev.: 3007

More style cleanups.

105 lines of code changed in 5 files:

  • trunk/lsl/lsl/common: mcsADP.py (+5 -5), metabundle.py (+17 -17), metabundleADP.py (+17 -17), sdm.py (+33 -33), sdmADP.py (+33 -33)
jayce 2019-10-21 09:07 Rev.: 3004

Cleaned up some more style things.

27 lines of code changed in 4 files:

  • trunk/lsl/lsl: skymap.py (+12 -12)
  • trunk/lsl/lsl/misc: ionosphere.py (+2 -2)
  • trunk/lsl/lsl/sim: vis.py (+5 -5)
  • trunk/lsl/lsl/writer: fitsidi.py (+8 -8)
jayce 2019-10-21 07:19 Rev.: 3003

Fixed a few problems with the new SplitFileWrapper class and added unit tests for it.

226 lines of code changed in 4 files:

  • trunk/lsl/lsl/reader: base.py (-3), buffer.py (+15 -15), utils.py (+25 -20)
  • trunk/lsl/tests: test_ldp.py (+186)
jayce 2019-10-18 09:50 Rev.: 3001

Fixed a typo in lsl.reader.base.

1 lines of code changed in 1 file:

  • trunk/lsl/lsl/reader: base.py (+1 -1)
jayce 2019-10-18 09:43 Rev.: 3000

Removed the explicit comparison methods in drspec. Added a new FilePositionSaver class to lsl.reader.base to make it easier to check a few frames in a file and then go back to where we started.

310 lines of code changed in 8 files:

  • trunk/lsl/lsl/reader: base.py (+28 -1), cor.py (+15 -20), drspec.py (+32 -176), drx.py (+32 -47), tbf.py (+44 -59), tbn.py (+57 -67), tbw.py (+28 -38), vdif.py (+74 -94)
jayce 2019-10-17 20:17 Rev.: 2999

Actually fixed the problem with the lsl.sim module.

36 lines of code changed in 3 files:

  • trunk/lsl/lsl/sim: dp.py (+32 -32), drx.py (+2 -2), tbn.py (+2 -2)
jayce 2019-10-17 19:28 Rev.: 2998

Cleaned up a a few things in the lsl.sim module to get rid of iq there as well. Also, fixed a few tests that were missed in r2995.

31 lines of code changed in 6 files:

  • trunk/lsl/lsl/reader: drspec.py (+3 -1)
  • trunk/lsl/lsl/sim: drx.py (+3 -3), tbn.py (+3 -3)
  • trunk/lsl/tests: test_fakedata.py (+10 -10), test_reader.py (+8 -5), test_vdif.py (+4 -4)
jayce 2019-10-15 18:57 Rev.: 2986

Fixed another hashing problem with the lsl.common.stations.LWAStation class.

3 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: stations.py (+3 -2)
jayce 2019-10-14 09:03 Rev.: 2975

Some work on getting the non-'setup.py test' test suite (python test_lsl.py) working under both Python2 and 3 again.

43 lines of code changed in 2 files:

  • trunk/lsl/tests: __init__.py (+3), test_lsl.py (+40 -40)
jayce 2019-10-11 14:19 Rev.: 2973

Small change to the VDIF buffer to get it working with the ARO files we have.

2 lines of code changed in 1 file:

  • trunk/lsl/lsl/reader: buffer.py (+2 -2)
jayce 2019-10-11 14:12 Rev.: 2972

Looks like factorial moved from scipy.misc to scipy.special.

4 lines of code changed in 1 file:

  • trunk/lsl/lsl/misc: ionosphere.py (+4 -1)
jayce 2019-10-11 14:07 Rev.: 2971

Removed a lingering 'long' from fitsidi.py.

1 lines of code changed in 1 file:

  • trunk/lsl/lsl/writer: fitsidi.py (+1 -1)
jayce 2019-10-11 14:03 Rev.: 2970

Removed an extra 'r' from urllib.parse.

1 lines of code changed in 1 file:

  • trunk/lsl/lsl/misc: telemetry.py (+1 -1)
jayce 2019-08-22 14:44 Rev.: 2905

Updated the minimum version of SciPy required to 0.19. Updated the CHANGELOG to reflect changes in the dependencies.

3 lines of code changed in 2 files:

  • trunk/lsl: CHANGELOG (+2 -1), setup.py (+1 -1)
jayce 2019-08-21 18:37 Rev.: 2902

Fixed a couple of problems in lsl.misc.parser related to hours and degrees.

2 lines of code changed in 1 file:

  • trunk/lsl/lsl/misc: parser.py (+2 -2)
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:

  • trunk/lsl/lsl/sim: vis.py (+1 -2)
jayce 2019-03-26 09:50 Rev.: 2863

Added support for proper motion to the IDF format.

128 lines of code changed in 5 files:

  • trunk/lsl: CHANGELOG (+1)
  • trunk/lsl/lsl/common: idf.py (+84 -18), sdf.py (+2 -2), sdfADP.py (+2 -2)
  • trunk/lsl/tests: test_idf.py (+39)

(52 more)

Generated by StatSVN 0.7.0