Directory trunk/lsl/lsl/common/

Total Files:
19
Deleted Files:
6
Lines of Code:
15239

[root]/trunk/lsl/lsl/common
                    Folder removed from repo mcs (0 files, 0 lines)

Lines of Code

trunk/lsl/lsl/common/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 568 (100.0%) 37712 (100.0%) 66.3
jdowell 530 (93.3%) 36906 (97.9%) 69.6
jayce 38 (6.7%) 806 (2.1%) 21.2

Most Recent Commits

jdowell 2019-12-16 14:02 Rev.: 3042

Updated LSL to support three beams at LWA-SV.

95 lines of code changed in 6 files:

  • trunk/lsl/lsl/common: mcs.py (+21 -5), mcsADP.py (+24 -8), metabundleADP.py (+4 -2), sdfADP.py (+1 -1), sdmADP.py (+39 -15), stations.py (+6 -3)
jdowell 2019-12-04 10:06 Rev.: 3029

Adjusted the ADP allowed tuning range for the new 20 MHz option.

10 lines of code changed in 2 files:

  • trunk/lsl/lsl/common: idf.py (+4 -4), sdfADP.py (+6 -6)
jdowell 2019-12-03 19:22 Rev.: 3027

Fixed a copy-and-paste problem in r3026.

1 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: idf.py (+1 -1)
jdowell 2019-12-03 18:14 Rev.: 3026

Moved lsl.common.idf over to the tuning limits of DP.

2 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: idf.py (+2 -2)
jdowell 2019-12-03 17:03 Rev.: 3021

Updated LSL for ADP working at 19.6 MHz of bandwidth on the beams.

5 lines of code changed in 3 files:

  • trunk/lsl/lsl/common: adp.py (+1 -1), idf.py (+1 -1), sdfADP.py (+3 -3)
jdowell 2019-10-28 09:43 Rev.: 3011

More style cleanup inside LSL and its scripts. I think we are about done with this.

413 lines of code changed in 4 files:

  • trunk/lsl/lsl/common: idf.py (+93 -93), progress.py (+5 -5), sdf.py (+162 -162), sdfADP.py (+153 -153)
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)
jdowell 2019-10-17 16:44 Rev.: 2997

Updated the IDF module to make the maximum number of phase centers match what is in LWA Memo #211. Also, updated the CHANGELOG file.

15 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: idf.py (+15 -2)
jdowell 2019-10-17 15:24 Rev.: 2994

Cleaned up the repr() metnods in lsl.common.stations.

108 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: stations.py (+108 -41)
jdowell 2019-10-16 19:43 Rev.: 2991

Added extra validation of the antennas for LWAStationBase.

3 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: stations.py (+3)
jdowell 2019-10-16 18:59 Rev.: 2990

Worked on making the lsl.common.stations.LWAStationBase objects hashable.

1 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: stations.py (+1 -1)
jdowell 2019-10-16 18:39 Rev.: 2989

Cleaned up the duplicate station checking in lsl.common.idf.

19 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: idf.py (+19 -5)
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)
jdowell 2019-10-15 17:17 Rev.: 2984

Added more filtering to remove duplicate stations from IDF files.

1 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: idf.py (+1 -1)
jdowell 2019-10-15 16:52 Rev.: 2982

Added filtering to remove duplicate stations from IDF files.

6 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: idf.py (+6 -5)
jdowell 2019-09-19 10:59 Rev.: 2955

Updated the SDF validators to make sure that spectrometer mode isn't set for TBW, TBF, or TBN observations.

12 lines of code changed in 2 files:

  • trunk/lsl/lsl/common: sdf.py (+6 -1), sdfADP.py (+6 -1)
jdowell 2019-08-27 16:00 Rev.: 2919

Added basic module import tracking to LSL.

66 lines of code changed in 16 files:

  • trunk/lsl/lsl/common: adp.py (+3), busy.py (+4), color.py (+4), dp.py (+3), idf.py (+4), mcs.py (+3), mcsADP.py (+3), metabundle.py (+4), metabundleADP.py (+4), paths.py (+6), progress.py (+4), sdf.py (+4), sdfADP.py (+4), sdm.py (+6 -1), sdmADP.py (+6 -1), stations.py (+4)
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.

101 lines of code changed in 17 files:

  • trunk/lsl/lsl/common: __init__.py (+7 -6), adp.py (+6 -6), busy.py (+4 -4), color.py (+6 -6), dp.py (+6 -6), idf.py (+6 -6), mcs.py (+9 -9), mcsADP.py (+9 -9), metabundle.py (+6 -6), metabundleADP.py (+6 -6), paths.py (+6 -6), progress.py (+4 -4), sdf.py (+6 -6), sdfADP.py (+6 -6), sdm.py (+5 -5), sdmADP.py (+5 -5), stations.py (+4 -4)
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.

76 lines of code changed in 17 files:

  • trunk/lsl/lsl/common: __init__.py (+16 -10), adp.py (+6), busy.py (+6), color.py (+8), dp.py (+3 -5), idf.py (+3 -4), mcs.py (+2 -3), mcsADP.py (+2 -3), metabundle.py (+3 -4), metabundleADP.py (+3 -4), paths.py (+6), progress.py (+6), sdf.py (+3 -4), sdfADP.py (+3 -4), sdm.py (+2 -1), sdmADP.py (+2 -1), stations.py (+2 -3)
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.

92 lines of code changed in 4 files:

  • trunk/lsl/lsl/common: idf.py (+15 -4), sdf.py (+15 -4), sdfADP.py (+15 -4), stations.py (+47 -5)
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.

10 lines of code changed in 2 files:

  • trunk/lsl/lsl/common: sdm.py (+5), sdmADP.py (+5)
jdowell 2019-08-20 15:37 Rev.: 2900

Enabled validation of the SCAN_ALT_N parameter in IDFs.

12 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: idf.py (+12 -1)
jdowell 2019-08-20 09:28 Rev.: 2896

Added a new 'dummy' intent for IDF scans to help with some alternate phase center setups.

1 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: idf.py (+1 -1)
jdowell 2019-08-19 18:04 Rev.: 2892

Cleaned up the formatting in the __str__ method of sdf.Observation and idf.Scan.

2 lines of code changed in 2 files:

  • trunk/lsl/lsl/common: idf.py (+1 -1), sdf.py (+1 -1)
jdowell 2019-03-28 09:26 Rev.: 2868

Dropped support for reading MCS metadata on 32-bit systems.

14 lines of code changed in 4 files:

  • trunk/lsl/lsl/common: mcs.py (+7 -19), mcsADP.py (+7 -19), metabundle.py (-6), metabundleADP.py (-6)
jdowell 2019-03-26 13:16 Rev.: 2867

Fixed a couple of typos related to proper motion support in the IDF module.

2 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: idf.py (+2 -2)
jdowell 2019-03-26 10:45 Rev.: 2865

Replaced 'numpy.' with 'math.' in the IDF module.

2 lines of code changed in 1 file:

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

Added support for proper motion to the IDF format.

88 lines of code changed in 3 files:

  • trunk/lsl/lsl/common: idf.py (+84 -18), sdf.py (+2 -2), sdfADP.py (+2 -2)
jdowell 2019-01-28 15:13 Rev.: 2785

Cleaned up the filter code change checks in the IDF module.

8 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: idf.py (+8 -7)
jdowell 2019-01-28 10:59 Rev.: 2783

is_tbf is a property in the development version of LSL.

1 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: idf.py (+1 -1)
jayce 2019-01-25 14:07 Rev.: 2776

Another change to the TBF capture time to take into account how many tunings are used.

10 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: sdfADP.py (+10 -9)
jayce 2019-01-25 12:26 Rev.: 2775

Small change to the TBF dump time to reflect the 5 s needed to make sure the buffer is filled.

2 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: sdfADP.py (+2 -2)
jayce 2019-01-23 18:16 Rev.: 2771

SCAN_INTENTION -> SCAN_INTENT.

40 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: idf.py (+40 -40)
jdowell 2019-01-23 16:00 Rev.: 2768

Added a cap on the number of alternate phase centers that can be set for an scan.

4 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: idf.py (+4)
jdowell 2019-01-23 15:53 Rev.: 2767

Added an update() method to AlternatePhaseCenter for completeness (it currently does nothing).

9 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: idf.py (+9)
jdowell 2019-01-23 15:45 Rev.: 2766

Converted alternate phase centers to their own objects in the IDF module and cleaned up the test suites.

78 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: idf.py (+78 -32)
jdowell 2019-01-23 14:59 Rev.: 2765

Added support for alternate phase centers to the new IDF module. Will this pass?

144 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: idf.py (+144 -13)
jdowell 2019-01-22 15:07 Rev.: 2761

And fixed a few more things with the trunk version of the IDF module.

4 lines of code changed in 1 file:

  • trunk/lsl/lsl/common: idf.py (+4 -4)

(236 more)

Generated by StatSVN 0.7.0