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

Total Files:
14
Deleted Files:
0
Lines of Code:
5064

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 74 (100.0%) 4900 (100.0%) 66.2
jdowell 68 (91.9%) 4835 (98.7%) 71.1
jayce 6 (8.1%) 65 (1.3%) 10.8

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/misc: parser.py (+5)
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:

  • branches/lsl-1.2.x/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:

  • branches/lsl-1.2.x/lsl/misc: parser.py (+42 -7)
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.

63 lines of code changed in 1 file:

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

3 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/misc: parser.py (+3 -3)
jdowell 2018-11-02 10:40 Rev.: 2623

A little more work on the lsl.misc.parser module to clean it up/add a few more features I'm looking for.

118 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/misc: parser.py (+118 -11)
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:

  • branches/lsl-1.2.x/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:

  • branches/lsl-1.2.x/lsl/misc: ionosphere.py (+9 -2)
jdowell 2018-11-01 11:46 Rev.: 2618

Another small fix to lsl.misc.parser module to remove the sorting so that the order of the input list os preserved.

0 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/misc: parser.py (-5)
jayce 2018-11-01 11:39 Rev.: 2617

Small change to the lsl.misc.parser regular expression for the frequency to get things working under Python 2.6 (hopefully).

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/misc: parser.py (+1 -1)
jdowell 2018-11-01 11:12 Rev.: 2615

Added a new lsl.misc.parser module to help with the transition over to argparse.

418 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/misc: parser.py (new 418)
jdowell 2018-10-18 20:25 Rev.: 2567

Added deprecation warnings to the lsl.common.constants and lsl.misc.geodesy modules.

5 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/misc: geodesy.py (+5)
jdowell 2018-08-07 14:49 Rev.: 2482

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

4 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/misc: autostereogram.py (+4)
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:

  • branches/lsl-1.2.x/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:

  • branches/lsl-1.2.x/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:

  • branches/lsl-1.2.x/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 14 files:

  • branches/lsl-1.2.x/lsl/misc: OrderedDict.py (new), 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:

  • branches/lsl-1.2.x/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.

85 lines of code changed in 2 files:

  • branches/lsl-1.2.x/lsl/misc: geodesy.py (+3), total_sorting.py (new 82)
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:

  • branches/lsl-1.2.x/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:

  • branches/lsl-1.2.x/lsl/misc: ionosphere.py (+180 -192)
jdowell 2018-06-12 10:52 Rev.: 2369

Updated to lsl.misc.geodesy to use 'with' statements when dealing with files.

39 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/misc: geodesy.py (+39 -49)
jdowell 2018-06-12 10:32 Rev.: 2368

Fixed a problem introduced in r2367.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/misc: mathutil.py (+1 -1)
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.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/misc: mathutil.py (+1 -1)
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/misc: wisdom.c (+4 -4)
jdowell 2018-06-06 19:21 Rev.: 2352

Worked on getting the various C extensions ready for Python3.

33 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/misc: wisdom.c (+33 -2)
jdowell 2018-05-22 15:43 Rev.: 2331

Worked on the lsl.misc.beamformer module to try and get it a little faster. It seems that phaseBeamShape() does not actually benefit from using multiprocessing.Pool since it is already highly parallel. Also, updated the documentation in the lsl.correlator C extensions to make them consistent with changes in r2330.

28 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/misc: beamformer.py (+28 -59)
jayce 2018-05-22 08:00 Rev.: 2329

It's always the semicolons.

4 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/misc: wisdom.c (+4 -4)
jayce 2018-05-22 07:57 Rev.: 2328

Cleaned up the FFTW plan creation in lsl/correlator/stokes.c. Updated the lsl.misc.wisdom module to build real to complex plans.

58 lines of code changed in 3 files:

  • branches/lsl-1.2.x/lsl/misc: wisdom.c (+56 -10), wisdom.py (+2 -2)
jdowell 2018-05-14 18:25 Rev.: 2307

Added support for the UQR global ionosphere model to the lsl.misc.ionosphere module.

70 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/misc: ionosphere.py (+70 -1)
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.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/misc: wisdom.py (+1 -2)
jdowell 2017-08-30 13:32 Rev.: 2141

Run pylint on the lsl.misc modules. Also, added in changes to skymap.py from the development trunk missing from r2140.

69 lines of code changed in 16 files:

  • branches/lsl-1.2.x/lsl/misc: autostereogram.py (+7 -7), beamformer.py (+19 -16), dedispersion.py (new), geodesy.py (new), ionosphere.py (new), mathutil.py (+16 -16), rfutil.py (+5 -3), wisdom.py (+1 -8)
jdowell 2017-08-24 10:55 Rev.: 2132

Worked on getting ready for LSL version 1.2.0.

171 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/misc: lru_cache.py (new 171)
Generated by StatSVN 0.7.0