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

Total Files:
19
Deleted Files:
0
Lines of Code:
15136

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 170 (100.0%) 22248 (100.0%) 130.8
jdowell 150 (88.2%) 21846 (98.2%) 145.6
jayce 20 (11.8%) 402 (1.8%) 20.1

Most Recent Commits

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

Updated LSL to support three beams at LWA-SV.

96 lines of code changed in 6 files:

  • branches/lsl-1.2.x/lsl/common: mcs.py (+21 -5), mcsADP.py (+24 -8), metabundleADP.py (+5 -3), 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:

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

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

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

  • branches/lsl-1.2.x/lsl/common: adp.py (+1 -1), idf.py (+1 -1), sdfADP.py (+3 -3)
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:

  • branches/lsl-1.2.x/lsl/common: idf.py (+15 -2)
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:

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

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

2 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/common: stations.py (+2 -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:

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

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

  • branches/lsl-1.2.x/lsl/common: sdf.py (+6 -1), sdfADP.py (+6 -1)
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:

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

6 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/common: idf.py (+6 -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:

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

  • branches/lsl-1.2.x/lsl/common: idf.py (+1 -1), sdf.py (+1 -1)
jdowell 2019-03-26 10:45 Rev.: 2865

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

2 lines of code changed in 1 file:

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

Added support for proper motion to the IDF format.

97 lines of code changed in 3 files:

  • branches/lsl-1.2.x/lsl/common: idf.py (+93 -21), 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:

  • branches/lsl-1.2.x/lsl/common: idf.py (+8 -7)
jdowell 2019-01-28 11:00 Rev.: 2784

Small verbose message fix to the IDF module.

1 lines of code changed in 1 file:

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

9 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/common: sdfADP.py (+9 -8)
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:

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

  • branches/lsl-1.2.x/lsl/common: idf.py (+40 -40)
jdowell 2019-01-23 16:32 Rev.: 2770

Maintaining two versions of LSL with incompatible APIs is a pain.

1 lines of code changed in 1 file:

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

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

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

74 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/common: idf.py (+74 -32)
jdowell 2019-01-23 14:59 Rev.: 2765

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

143 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/common: idf.py (+143 -10)
jayce 2019-01-16 20:32 Rev.: 2755

And fixed yet another problem with the IDF module.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/common: idf.py (+1 -1)
jayce 2019-01-16 19:04 Rev.: 2754

And fixed a few more problems with the IDF module and its unit tests.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/common: idf.py (+1 -1)
jdowell 2019-01-16 17:25 Rev.: 2752

More work on the IDF module and the unit tests (which were not actually ready).

3 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/common: idf.py (+3 -3)
jdowell 2019-01-16 14:44 Rev.: 2751

More cleanup in the IDF module. Added unit tests for the module.

2 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/common: idf.py (+2 -3)
jdowell 2019-01-15 16:20 Rev.: 2745

Tweaked the DRSU size limit checks to make it clear that this is per DRSU since we can't cange in the middle of a recording.

4 lines of code changed in 2 files:

  • branches/lsl-1.2.x/lsl/common: idf.py (+2 -2), sdf.py (+2 -2)
jdowell 2019-01-15 16:16 Rev.: 2744

Small tweak to the SDF modules to make sure they will fail on IDF files.

4 lines of code changed in 2 files:

  • branches/lsl-1.2.x/lsl/common: sdf.py (+2 -2), sdfADP.py (+2 -2)
jdowell 2019-01-15 16:07 Rev.: 2743

Initial commit of the new lsl.common.idf module to scheduling the LWA interferometer. This needs some unit tests.

1237 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/common: idf.py (new 1237)
jayce 2019-01-05 11:10 Rev.: 2735

Looked like this version of sdfADP.py was incorrectly updated in r2734.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/common: sdfADP.py (+1 -1)
jayce 2019-01-05 10:58 Rev.: 2734

Fixed a bug in the UCF username regex that causes some unexpected matches.

2 lines of code changed in 2 files:

  • branches/lsl-1.2.x/lsl/common: sdf.py (+1 -1), sdfADP.py (+1 -1)
jayce 2019-01-02 13:02 Rev.: 2733

Cleaned up the documentation a little in the SDF modules.

167 lines of code changed in 2 files:

  • branches/lsl-1.2.x/lsl/common: sdf.py (+83 -83), sdfADP.py (+84 -84)
jayce 2019-01-02 12:14 Rev.: 2732

Worked on improving the parameter validation inside the SDF modules.

60 lines of code changed in 2 files:

  • branches/lsl-1.2.x/lsl/common: sdf.py (+30), sdfADP.py (+30)
jayce 2019-01-01 20:05 Rev.: 2730

Fixed a problem triggering auto-copy from SDFs with no session comments.

12 lines of code changed in 2 files:

  • branches/lsl-1.2.x/lsl/common: sdf.py (+6 -5), sdfADP.py (+6 -5)

(36 more)

Generated by StatSVN 0.7.0