Directory trunk/lsl/lsl/misc/

Directory Created:
2010-11-02 11:24
Total Files:
12
Deleted Files:
6
Lines of Code:
4613

[root]/trunk/lsl/lsl/misc

Lines of Code

trunk/lsl/lsl/misc/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 258 (100.0%) 12006 (100.0%) 46.5
jdowell 245 (95.0%) 11858 (98.8%) 48.4
jayce 13 (5.0%) 148 (1.2%) 11.3

Most Recent Commits

jayce 2019-10-21 09:07 Rev.: 3004

Cleaned up some more style things.

2 lines of code changed in 1 file:

  • trunk/lsl/lsl/misc: ionosphere.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: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)
jdowell 2019-08-27 16:48 Rev.: 2920

Added basic tracking of the scripts that ship with LSL. Added a 'Telemetry' section to the install notes and README.md file.

16 lines of code changed in 1 file:

  • trunk/lsl/lsl/misc: telemetry.py (+16 -6)
jdowell 2019-08-27 16:00 Rev.: 2919

Added basic module import tracking to LSL.

33 lines of code changed in 10 files:

  • trunk/lsl/lsl/misc: beamformer.py (+3), dedispersion.py (+3), ionosphere.py (+3), lru_cache.py (+4), mathutil.py (+4), parser.py (+4), rfutil.py (+4), scattering.py (+4), telemetry.py (+1), wisdom.py (+3)
jdowell 2019-08-27 15:37 Rev.: 2918

More formatting cleanup. I think I like this better. The only thing left to decide is what to do about the '# -*- coding: utf-8 -*' line.

64 lines of code changed in 11 files:

  • trunk/lsl/lsl/misc: __init__.py (+7 -6), beamformer.py (+6 -6), dedispersion.py (+6 -6), ionosphere.py (+5 -5), lru_cache.py (+6 -6), mathutil.py (+4 -4), parser.py (+6 -6), rfutil.py (+6 -6), scattering.py (+6 -6), telemetry.py (+6 -6), wisdom.py (+6 -6)
jdowell 2019-08-27 11:48 Rev.: 2916

More work on trying to clean up the telemetry module. Plus, unified the 'Python3' boilerplate at the start of each and every module.

55 lines of code changed in 11 files:

  • trunk/lsl/lsl/misc: __init__.py (+6 -2), beamformer.py (+2 -1), dedispersion.py (+2 -2), ionosphere.py (+2 -1), lru_cache.py (+7), mathutil.py (+2 -2), parser.py (+2 -1), rfutil.py (+6), scattering.py (+6 -3), telemetry.py (+14 -33), wisdom.py (+6 -3)
jdowell 2019-08-27 11:15 Rev.: 2915

Small change to the telemetry module to get the test suite function to honor the global disable. Also, a small (and strange) fix for an exception under bitten.

7 lines of code changed in 1 file:

  • trunk/lsl/lsl/misc: telemetry.py (+7 -3)
jdowell 2019-08-27 10:53 Rev.: 2914

Added in a new telemetry module to help track LSL usage.

363 lines of code changed in 1 file:

  • trunk/lsl/lsl/misc: telemetry.py (new 363)
jdowell 2019-08-26 13:11 Rev.: 2910

Cleaned up a few lingering sorting problems under Python3. These changes should really make it into the readers at some point.

0 lines of code changed in 1 file:

  • trunk/lsl/lsl/misc: total_sorting.py (del)
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:

  • trunk/lsl/lsl/misc: parser.py (+5)
jdowell 2019-08-23 11:41 Rev.: 2906

Removed lsl.misc.mathutil.savitzky_golay since it is provided in scipy v0.14.0+.

3 lines of code changed in 1 file:

  • trunk/lsl/lsl/misc: mathutil.py (+3 -70)
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)
jdowell 2018-11-05 10:59 Rev.: 2640

A few more tweaks to the lsl.misc.parser module to add support for times as MPM values. This should close the loop on what normally comes out of the stations.

42 lines of code changed in 1 file:

  • trunk/lsl/lsl/misc: parser.py (+42 -7)
jdowell 2018-11-05 10:16 Rev.: 2638

Fixed a problem in lsl.misc.parser related to the API change.

3 lines of code changed in 1 file:

  • trunk/lsl/lsl/misc: parser.py (+3 -3)
jdowell 2018-11-05 09:56 Rev.: 2637

Added a couple more functions to the lsl.misc.parser module to work with dates and times from the command line.

64 lines of code changed in 1 file:

  • trunk/lsl/lsl/misc: parser.py (+64 -2)
jdowell 2018-11-02 14:34 Rev.: 2631

Added support for astropy.units.quantity.Quantity instances to lsl.misc.rfutil. I might want to do this for some other modules.

51 lines of code changed in 1 file:

  • trunk/lsl/lsl/misc: rfutil.py (+51 -6)
jdowell 2018-11-02 13:46 Rev.: 2629

Removed a silly debugging statement from r2628.

0 lines of code changed in 1 file:

  • trunk/lsl/lsl/misc: parser.py (-1)
jdowell 2018-11-02 13:45 Rev.: 2628

Fixed a few more problems with the lsl.misc.parser module. Plus, bumped the required version of PyEphem to 3.5.7.3.

8 lines of code changed in 1 file:

  • trunk/lsl/lsl/misc: parser.py (+8 -5)
jdowell 2018-11-02 13:16 Rev.: 2627

Small change to the parser to catch something that slipped through on the transition to astropy.units.

26 lines of code changed in 1 file:

  • trunk/lsl/lsl/misc: parser.py (+26 -22)
jdowell 2018-11-02 11:47 Rev.: 2625

Changed the units for Angstroms from A/ang to AA/Angstrom. Also, added the lsl.misc.parser module to the development trunk.

485 lines of code changed in 1 file:

  • trunk/lsl/lsl/misc: parser.py (new 485)
jdowell 2018-11-01 16:01 Rev.: 2620

Updated the lsl.misc.ionosphere module to reflect the new URL/filenaming scheme used for the CODE models.

4 lines of code changed in 1 file:

  • trunk/lsl/lsl/misc: ionosphere.py (+4 -4)
jdowell 2018-11-01 15:37 Rev.: 2619

Fixed a bug in lsl.misc.ionosphere that caused some UQR data files to not parse and thrown an error.

9 lines of code changed in 1 file:

  • trunk/lsl/lsl/misc: ionosphere.py (+9 -2)
jdowell 2018-10-24 13:11 Rev.: 2587

Replaced calls to logging with the warnings module.

48 lines of code changed in 2 files:

  • trunk/lsl/lsl/misc: ionosphere.py (+43 -45), mathutil.py (+5 -7)
jdowell 2018-10-22 13:52 Rev.: 2574

That didn't quite work in r2573 since I forgot that Antenna already had a status. New plan. get_status() -> combined_status.

4 lines of code changed in 1 file:

  • trunk/lsl/lsl/misc: beamformer.py (+4 -4)
jdowell 2018-10-22 13:39 Rev.: 2573

Changed the Antenna object's get_status() method to a status property.

4 lines of code changed in 1 file:

  • trunk/lsl/lsl/misc: beamformer.py (+4 -4)
jayce 2018-10-18 20:34 Rev.: 2568

Removed the lsl.misc.geodesy module in favor of the astropy.utils.iers module. Removed the lsl.common.constants in favor of the astropy.constants module.

9 lines of code changed in 4 files:

  • trunk/lsl/lsl/misc: __init__.py (-1), beamformer.py (+4 -1), geodesy.py (del), rfutil.py (+5 -2)
jdowell 2018-10-17 22:50 Rev.: 2564

Cleaned up the __all__ variable used in the various LSL modules.

11 lines of code changed in 9 files:

  • trunk/lsl/lsl/misc: beamformer.py (+1 -1), dedispersion.py (+1 -2), geodesy.py (+1 -1), ionosphere.py (+1 -2), mathutil.py (+1 -2), rfutil.py (+2 -3), scattering.py (+2 -2), total_sorting.py (+1 -1), wisdom.py (+1 -1)
jdowell 2018-10-03 08:13 Rev.: 2523

Major overhaul of the style of LSL to make it more tensorflow-like. More changes will probably happen but this is a good start.

250 lines of code changed in 8 files:

  • trunk/lsl/lsl/misc: beamformer.py (+54 -72), dedispersion.py (+22 -22), geodesy.py (+30 -30), ionosphere.py (+64 -64), mathutil.py (+8 -8), rfutil.py (+26 -26), scattering.py (+25 -25), wisdom.py (+21 -21)
jdowell 2018-10-01 11:23 Rev.: 2522

Removed lsl.misc.OrderedDict since we are now moving to 2.7 as the minimum Python version.

0 lines of code changed in 2 files:

  • trunk/lsl/lsl/misc: OrderedDict.py (del), __init__.py (-1)
jdowell 2018-09-28 10:21 Rev.: 2513

Worked on updating wisdom.c and the lsl.sim module. More stuff is going to break...

134 lines of code changed in 1 file:

  • trunk/lsl/lsl/misc: wisdom.c (+134 -156)
jdowell 2018-08-07 14:49 Rev.: 2482

Worked on getting ready to remove lsl.misc.autostereogram from 1.3.0+.

0 lines of code changed in 2 files:

  • trunk/lsl/lsl/misc: __init__.py (-1), autostereogram.py (del)
jdowell 2018-08-02 12:09 Rev.: 2469

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

32 lines of code changed in 5 files:

  • trunk/lsl/lsl/misc: beamformer.py (+5), dedispersion.py (+11 -5), geodesy.py (+5 -2), ionosphere.py (+4 -1), mathutil.py (+7 -6)
jdowell 2018-07-23 17:44 Rev.: 2457

Worked on Python3 xrange() compatiability for LSL.

16 lines of code changed in 3 files:

  • trunk/lsl/lsl/misc: autostereogram.py (+5), ionosphere.py (+6), mathutil.py (+5)
jdowell 2018-07-23 16:27 Rev.: 2454

Converted the rest of LSL over to print().

24 lines of code changed in 3 files:

  • trunk/lsl/lsl/misc: mathutil.py (+1 -2), scattering.py (+7 -4), wisdom.py (+16 -12)
jdowell 2018-06-18 19:21 Rev.: 2385

More work on getting LSL to PEP8. lsl.misc now.

3381 lines of code changed in 12 files:

  • trunk/lsl/lsl/misc: OrderedDict.py (+210 -210), autostereogram.py (+90 -90), beamformer.py (+485 -485), dedispersion.py (+268 -268), geodesy.py (+258 -258), ionosphere.py (+1142 -1142), lru_cache.py (+3 -3), mathutil.py (+445 -442), rfutil.py (+115 -114), scattering.py (+184 -184), total_sorting.py (+48 -48), wisdom.py (+133 -133)
jdowell 2018-06-12 16:38 Rev.: 2377

Fixed a problem in lsl.misc.total_ordering that caused existing methods to be overwritten by the decorator.

15 lines of code changed in 2 files:

  • trunk/lsl/lsl/misc: geodesy.py (+14 -18), total_sorting.py (+1 -1)
jdowell 2018-06-12 13:47 Rev.: 2376

Added a new lsl.misc.total_sorting module to help move away from the old __cmp__() methods. Updated various modules/classes to use this new decorator.

86 lines of code changed in 2 files:

  • trunk/lsl/lsl/misc: geodesy.py (+3), total_sorting.py (new 83)
jdowell 2018-06-12 13:28 Rev.: 2375

Removed calls to os.system in favor of subprocess.check_call. Added a new writeto() method to the lsl.common.sdf/sdfADP.Project class. Small change to geodesy.py to make it look more like ionosphere.py.

14 lines of code changed in 2 files:

  • trunk/lsl/lsl/misc: geodesy.py (+5 -5), ionosphere.py (+9 -8)
jdowell 2018-06-12 12:07 Rev.: 2374

Cleaned up a few more file using 'with' statements.

180 lines of code changed in 1 file:

  • trunk/lsl/lsl/misc: ionosphere.py (+180 -192)

(106 more)

Generated by StatSVN 0.7.0