the LSL Toolkits Developers: jdowell

Login name:
jdowell
Total Commits:
304 (95.9%)
Lines of Code:
18,875 (99.5%)
Most Recent Commit:
2020-03-20 14:53

Activity by Clock Time

Activity by Hour of Day for jdowell

Activity by Day of Week for jdowell

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 304 (100.0%) 18875 (100.0%) 62.0
branches/lsl_toolkits/USRP/scripts/ 57 (18.8%) 4933 (26.1%) 86.5
branches/lsl_toolkits/OldDRSU/lsl_toolkits/OldDRSU/ 34 (11.2%) 4764 (25.2%) 140.1
branches/lsl_toolkits/OldDRSpec/lsl_toolkits/OldDRSpec/ 8 (2.6%) 1950 (10.3%) 243.7
branches/lsl_toolkits/USRP/lsl_toolkits/USRP/ 20 (6.6%) 1027 (5.4%) 51.3
branches/lsl_toolkits/PasiImage/scripts/ 17 (5.6%) 889 (4.7%) 52.2
branches/lsl_toolkits/PasiImage/lsl_toolkits/PasiImage/ 7 (2.3%) 635 (3.4%) 90.7
branches/lsl_toolkits/S60/lsl_toolkits/S60/ 12 (3.9%) 577 (3.1%) 48.0
branches/lsl_toolkits/USRP/ 26 (8.6%) 531 (2.8%) 20.4
branches/lsl_toolkits/OldDRSpec/ 18 (5.9%) 531 (2.8%) 29.5
branches/lsl_toolkits/PasiImage/ 29 (9.5%) 510 (2.7%) 17.5
branches/lsl_toolkits/S60/ 17 (5.6%) 507 (2.7%) 29.8
branches/lsl_toolkits/OldDRSU/scripts/ 4 (1.3%) 477 (2.5%) 119.2
branches/lsl_toolkits/OldDRSU/ 11 (3.6%) 398 (2.1%) 36.1
branches/lsl_toolkits/PasiImage/tests/ 7 (2.3%) 361 (1.9%) 51.5
branches/lsl_toolkits/USRP/tests/ 13 (4.3%) 320 (1.7%) 24.6
branches/lsl_toolkits/OldDRSpec/tests/ 3 (1.0%) 290 (1.5%) 96.6
branches/lsl_toolkits/S60/tests/ 4 (1.3%) 130 (0.7%) 32.5
branches/lsl_toolkits/USRP/lsl_toolkits/ 4 (1.3%) 13 (0.1%) 3.2
branches/lsl_toolkits/PasiImage/lsl_toolkits/ 2 (0.7%) 12 (0.1%) 6.0
branches/lsl_toolkits/OldDRSpec/lsl_toolkits/ 3 (1.0%) 7 (0.0%) 2.3
branches/lsl_toolkits/S60/lsl_toolkits/ 2 (0.7%) 6 (0.0%) 3.0
branches/lsl_toolkits/OldDRSU/lsl_toolkits/ 2 (0.7%) 6 (0.0%) 3.0
branches/lsl_toolkits/S60/tests/data/ 1 (0.3%) 1 (0.0%) 1.0
branches/lsl_toolkits/USRP/tests/data/ 1 (0.3%) 0 (0.0%) 0.0
branches/lsl_toolkits/PasiImage/tests/data/ 1 (0.3%) 0 (0.0%) 0.0
branches/lsl_toolkits/OldDRSpec/tests/data/ 1 (0.3%) 0 (0.0%) 0.0

Activity of jdowell

Most Recent Commits

jdowell 2020-03-20 14:53 Rev.: 3089

Added a file to indicate that USRP has moved to GitHub.

1 lines of code changed in 1 file:

  • branches/lsl_toolkits/USRP: 00_MOVED_TO_GITHUB (new 1)
jdowell 2020-03-20 10:39 Rev.: 3087

Added a file that shows that PasiImage has been moved to GitHub.

1 lines of code changed in 1 file:

  • branches/lsl_toolkits/PasiImage: 00_MOVED_TO_GITHUB (new 1)
jdowell 2019-12-18 19:17 Rev.: 3054

Adjusted the LSL version requirements on the LSL toolkits until we can get the API changes sorted.

3 lines of code changed in 3 files:

  • branches/lsl_toolkits/OldDRSpec: setup.py (+1 -1)
  • branches/lsl_toolkits/PasiImage: setup.py (+1 -1)
  • branches/lsl_toolkits/USRP: setup.py (+1 -1)
jdowell 2019-09-09 09:14 Rev.: 2944

Updated the two 'waterfall' script for argparse.

153 lines of code changed in 2 files:

  • branches/lsl_toolkits/USRP/scripts: usrpHDFWaterfall.py (+81 -142), usrpWaterfall.py (+72 -127)
jdowell 2019-09-06 17:03 Rev.: 2943

Set a minimum LSL version for the USRP toolkit. Started moving the scripts over to argparse.

180 lines of code changed in 8 files:

  • branches/lsl_toolkits/USRP: setup.py (+1 -1)
  • branches/lsl_toolkits/USRP/scripts: usrpCheckTimetags.py (+16 -8), usrpCombinePols.py (+17 -10), usrpFileCheck.py (+23 -63), usrpHDFCombinePols.py (+16 -9), usrpHDFWaterfall.py (+1 -1), usrpSpectra.py (+56 -102), usrpTimeseries.py (+50 -102)
jdowell 2019-09-06 16:28 Rev.: 2942

Fixed a typo in pim2fits.py.

2 lines of code changed in 1 file:

  • branches/lsl_toolkits/PasiImage/scripts: pims2fits.py (+2 -2)
jdowell 2019-09-06 16:26 Rev.: 2941

Moved the PasiImage script over to argparse and added an LSL dependency to setup.py.

50 lines of code changed in 4 files:

  • branches/lsl_toolkits/PasiImage: setup.py (+1 -1)
  • branches/lsl_toolkits/PasiImage/scripts: imagePASI.py (+20 -64), pims2fits.py (+18 -62), summarizePASIImage.py (+11 -49)
jdowell 2019-09-06 16:12 Rev.: 2940

Fixed a couple of things in PasiImage to get the tests passing on fornax again.

6 lines of code changed in 2 files:

  • branches/lsl_toolkits/PasiImage/lsl_toolkits/PasiImage: PasiImageDB.py (+5), __init__.py (+1 -1)
jdowell 2019-09-06 16:09 Rev.: 2939

A few fixes for the testing failures on fornax.

14 lines of code changed in 4 files:

  • branches/lsl_toolkits/USRP/lsl_toolkits/USRP: __init__.py (+1 -2)
  • branches/lsl_toolkits/USRP/scripts: usrpHDFWaterfall.py (+2 -10), usrpWaterfall.py (+3 -11)
  • branches/lsl_toolkits/USRP/tests: test_scripts.py (+8 -4)
jdowell 2019-09-05 23:58

Small tweak to the script test to make it catch more.

2 lines of code changed in 2 files:

  • branches/lsl_toolkits/PasiImage/tests: test_scripts.py (+1 -1)
  • branches/lsl_toolkits/USRP/tests: test_scripts.py (+1 -1)
jdowell 2019-09-05 14:39 Rev.: 2932

Added the Python3 boilerplate to lsl_toolkits.PasiImage.

196 lines of code changed in 10 files:

  • branches/lsl_toolkits/PasiImage: setup.py (+4 -1)
  • branches/lsl_toolkits/PasiImage/lsl_toolkits: __init__.py (+6)
  • branches/lsl_toolkits/PasiImage/lsl_toolkits/PasiImage: PasiImageDB.py (+8 -4), __init__.py (+7 -1)
  • branches/lsl_toolkits/PasiImage/scripts: imagePASI.py (+10 -4), pims2fits.py (+17 -11), summarizePASIImage.py (+28 -22)
  • branches/lsl_toolkits/PasiImage/tests: __init__.py (+8 -1), test_pims.py (+9 -1), test_scripts.py (new 99)
jdowell 2019-09-05 13:56 Rev.: 2931

Cleaned up some division problems.

24 lines of code changed in 7 files:

  • branches/lsl_toolkits/USRP/lsl_toolkits/USRP: reader.py (+4 -4)
  • branches/lsl_toolkits/USRP/scripts: usrpCheckTimetags.py (+2 -2), usrpFileCheck.py (+1 -1), usrpHDFWaterfall.py (+2 -2), usrpSpectra.py (+6 -6), usrpTimeseries.py (+5 -5), usrpWaterfall.py (+4 -4)
jdowell 2019-09-05 13:47 Rev.: 2930

Various fixes to get the tests working again for lsl_toolkits.USRP.

7 lines of code changed in 4 files:

  • branches/lsl_toolkits/USRP/scripts: usrpHDFWaterfall.py (+3), usrpSpectra.py (+2 -2), usrpWaterfall.py (+1)
  • branches/lsl_toolkits/USRP/tests: test_scripts.py (+1 -1)
jdowell 2019-09-05 11:14 Rev.: 2929

If this doesn't work I am giving up for a while.

1 lines of code changed in 1 file:

  • branches/lsl_toolkits/USRP/tests: test_scripts.py (+1 -1)
jdowell 2019-09-05 11:13 Rev.: 2928

Will the tests work now?

1 lines of code changed in 1 file:

  • branches/lsl_toolkits/USRP: setup.py (+1 -1)
jdowell 2019-09-05 11:10 Rev.: 2927

More absolute_import fun.

2 lines of code changed in 2 files:

  • branches/lsl_toolkits/USRP/lsl_toolkits/USRP: __init__.py (+1 -1), reader.py (+1 -1)
jdowell 2019-09-05 11:07 Rev.: 2926

Added in a missing import statement for sys.

5 lines of code changed in 2 files:

  • branches/lsl_toolkits/USRP/lsl_toolkits: __init__.py (+4 -1)
  • branches/lsl_toolkits/USRP/lsl_toolkits/USRP: __init__.py (+1)
jdowell 2019-09-05 11:06 Rev.: 2925

absolute_import requires some other changes to the test suite.

5 lines of code changed in 2 files:

  • branches/lsl_toolkits/USRP/lsl_toolkits/USRP: __init__.py (+3 -1)
  • branches/lsl_toolkits/USRP/tests: __init__.py (+2 -2)
jdowell 2019-09-05 10:53 Rev.: 2924

Added some Python3 boilerplate to the USRP toolkit. Added a simple test for the USRP scripts a la what is coming up in LSL.

307 lines of code changed in 16 files:

  • branches/lsl_toolkits/USRP: setup.py (+3)
  • branches/lsl_toolkits/USRP/lsl_toolkits: __init__.py (+3)
  • branches/lsl_toolkits/USRP/lsl_toolkits/USRP: __init__.py (+3), common.py (+6 -1), reader.py (+12 -6)
  • branches/lsl_toolkits/USRP/scripts: usrpCheckTimetags.py (+19 -13), usrpCombinePols.py (+6), usrpFileCheck.py (+22 -16), usrpHDFCombinePols.py (+6), usrpHDFWaterfall.py (+33 -27), usrpSpectra.py (+26 -20), usrpTimeseries.py (+21 -15), usrpWaterfall.py (+31 -25)
  • branches/lsl_toolkits/USRP/tests: __init__.py (+8 -1), test_scripts.py (new 99), test_usrp.py (+9 -1)
jdowell 2018-06-19 13:12 Rev.: 2419

A few more tweaks to the LSL toolkit setup.py files to get them ready for PyPi.

11 lines of code changed in 4 files:

  • branches/lsl_toolkits/OldDRSpec: setup.py (+4 -3)
  • branches/lsl_toolkits/PasiImage: setup.py (+2 -1)
  • branches/lsl_toolkits/S60: setup.py (+3 -2)
  • branches/lsl_toolkits/USRP: setup.py (+2 -1)

(43 more)

Generated by StatSVN 0.7.0