Directory branches/lsl-1.2.x/

Total Files:
7
Deleted Files:
2
Lines of Code:
1157

[root]/branches/lsl-1.2.x
            directory in repo doc (1 files, 13 lines)
                directory in repo source (9 files, 396 lines)
            directory in repo lsl (5 files, 5700 lines)
                directory in repo common (19 files, 15136 lines)
                directory in repo correlator (6 files, 5613 lines)
                directory in repo data (4 files, 14193 lines)
                    directory in repo arx (1200 files, 0 lines)
                    directory in repo skymap (2 files, 0 lines)
                    directory in repo tests (8 files, 220 lines)
                directory in repo imaging (5 files, 3717 lines)
                directory in repo misc (14 files, 5064 lines)
                directory in repo reader (20 files, 9494 lines)
                directory in repo sim (13 files, 4429 lines)
                directory in repo statistics (3 files, 863 lines)
                directory in repo writer (6 files, 4822 lines)
            directory in repo scripts (29 files, 5801 lines)
            directory in repo tests (43 files, 14028 lines)

Lines of Code

branches/lsl-1.2.x/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 124 (100.0%) 1446 (100.0%) 11.6
jdowell 104 (83.9%) 1303 (90.1%) 12.5
jayce 20 (16.1%) 143 (9.9%) 7.1

Most Recent Commits

jdowell 2020-01-22 17:51 Rev.: 3059

Fixed a bug in the offset() method of the various LDP reader classes that caused the method to fail in certain cases.

3 lines of code changed in 1 file:

  • branches/lsl-1.2.x: CHANGELOG (+3)
jdowell 2019-12-19 12:39 Rev.: 3056

This is LSL version 1.2.5.

8 lines of code changed in 2 files:

  • branches/lsl-1.2.x: PKG-INFO (+7 -7), VERSION (+1 -1)
jdowell 2019-12-16 14:02 Rev.: 3042

Updated LSL to support three beams at LWA-SV.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x: CHANGELOG (+1)
jdowell 2019-12-04 11:05 Rev.: 3030

Updated the CHANGELOG for the recent changes to the lsl.common.sdfADP and lsl.common.idf modules.

1 lines of code changed in 1 file:

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

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x: CHANGELOG (+1)
jdowell 2019-09-16 14:01 Rev.: 2948

Changed the lsl.reader.ldp.DRSpecFile class to jump over bad data at the start of a file.

2 lines of code changed in 1 file:

  • branches/lsl-1.2.x: CHANGELOG (+2)
jayce 2019-09-05 09:47 Rev.: 2923

It looks like AIPY 2.1.12 works with LSL now (if you fix the AIPY _src install problem).

2 lines of code changed in 2 files:

  • branches/lsl-1.2.x: README.md (+1 -1), setup.py (+1 -1)
jayce 2019-09-03 19:17 Rev.: 2922

Internally wrapped the setup.get_atlas() function to deal with unexpected results in atlas_info.

13 lines of code changed in 1 file:

  • branches/lsl-1.2.x: setup.py (+13 -4)
jdowell 2019-08-26 14:45 Rev.: 2912

Worked on updating the vesion information across all of the documentation.

5 lines of code changed in 2 files:

  • branches/lsl-1.2.x: README.md (+4 -4), setup.py (+1 -1)
jdowell 2019-08-23 11:46 Rev.: 2907

Rolled back the version updates for scipy and aipy on the LSL 1.2.x branch.

1 lines of code changed in 2 files:

  • branches/lsl-1.2.x: CHANGELOG (-2), setup.py (+1 -1)
jayce 2019-08-22 14:44 Rev.: 2905

Updated the minimum version of SciPy required to 0.19. Updated the CHANGELOG to reflect changes in the dependencies.

3 lines of code changed in 2 files:

  • branches/lsl-1.2.x: CHANGELOG (+2 -1), setup.py (+1 -1)
jdowell 2019-08-21 18:19 Rev.: 2901

Updated the AIPY version to 3.0.1. Updated the CHANGELOG for recent changes to LSL.

3 lines of code changed in 2 files:

  • branches/lsl-1.2.x: CHANGELOG (+2), setup.py (+1 -1)
jayce 2019-03-26 09:50 Rev.: 2863

Added support for proper motion to the IDF format.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x: CHANGELOG (+1)
jdowell 2019-03-19 09:23 Rev.: 2862

Another small documentation formatting cleanup.

6 lines of code changed in 1 file:

  • branches/lsl-1.2.x: README.md (+6 -6)
jdowell 2019-03-18 13:08 Rev.: 2861

Small documentation update to point out that BeautifulSoup is required for some LSL scripts.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x: README.md (+1)
jayce 2019-02-15 10:14 Rev.: 2829

Small tweak to the new PFB interfaces to add a 'window' keyword (that's not used) to make lsl.common.fx easier to maintain. Updated the CHANGELOG.

7 lines of code changed in 1 file:

  • branches/lsl-1.2.x: CHANGELOG (+7)
jayce 2019-02-14 11:48 Rev.: 2822

os.path.basename() not os.basename().

4 lines of code changed in 1 file:

  • branches/lsl-1.2.x: setup.py (+4 -4)
jayce 2019-02-14 11:47 Rev.: 2821

Worked on the get_openmp() function in setup.py to try and get newer versions of clang to build with OpenMP.

11 lines of code changed in 1 file:

  • branches/lsl-1.2.x: setup.py (+11 -3)
jdowell 2019-02-11 12:21 Rev.: 2813

Moved from 'python setup.py intall' to 'pip install .' in the documentation.

2 lines of code changed in 1 file:

  • branches/lsl-1.2.x: README.md (+2 -2)
jayce 2019-02-11 10:10 Rev.: 2809

This is LSL version 1.2.4.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x: VERSION (+1 -1)
jayce 2019-02-11 09:15 Rev.: 2808

Updated the CHANGELOG to get ready for the release of LSL 1.2.4.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x: CHANGELOG (+1)
jdowell 2019-01-15 15:44 Rev.: 2740

Cleaned up the source table in some of the lsl.writer modules to remove duplicate entries.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x: CHANGELOG (+1)
jayce 2019-01-01 20:05 Rev.: 2730

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

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x: CHANGELOG (+1)
jayce 2019-01-01 17:07 Rev.: 2728

First commit of 2019svn status ~/CodeSafe/lwa/branches/lsl-1.2.x/! Added support for defining 'flat' Projects and Sessions. Flat in this instance means that there is only one Session in the Project and only one Observation in the Session. Thus, you no longer need to make single element lists to get things added.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x: CHANGELOG (+1)
jdowell 2018-12-22 19:17 Rev.: 2726

Changed the TBW duration calculation since DP is twice as fast now.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x: CHANGELOG (+1)
jdowell 2018-12-11 15:21 Rev.: 2720

Applied r2718 to LSL to help reduce memory usage of the FITS IDI writer.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x: CHANGELOG (+1)
jdowell 2018-12-10 13:22 Rev.: 2716

Small change to the lsl.reader.cor module to deal with the triangule nature of the visibility matrix as it comes out of ADP. This change will make sure that YX is valid along this edge.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x: CHANGELOG (+1)
jdowell 2018-12-04 14:11 Rev.: 2709

Updated the CHANGELOG to reflect the recent change to the lsl.reader.ldp module.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x: CHANGELOG (+1)
jdowell 2018-11-14 14:07 Rev.: 2647

Added support for writing comments and history to FITS IDI, SDFITS, and UVFITS files.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x: CHANGELOG (+1)
jdowell 2018-11-14 12:43 Rev.: 2645

Cleaned up some more documentation.

1 lines of code changed in 1 file:

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

1 lines of code changed in 1 file:

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

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x: CHANGELOG (+1)
jdowell 2018-11-01 11:32 Rev.: 2616

Fixed a small problem with the test_parser suite's test of lsl.misc.parser.csv_degrees_list. Updated the minimum required version of PyEphem to deal with convesion problems in the lsl.misc.parser module. There still looks to be something funny going on with Python 2.6.

4 lines of code changed in 3 files:

  • branches/lsl-1.2.x: CHANGELOG (+2), README.md (+1 -1), setup.py (+1 -1)
jdowell 2018-10-31 16:21 Rev.: 2613

Started working on moving the LSL scripts over to argparse.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x: CHANGELOG (+1)
jdowell 2018-10-31 09:58 Rev.: 2612

Fixed a few documentation problems and added 'argparse' as a dependency for LSL under Python 2.6.

6 lines of code changed in 3 files:

  • branches/lsl-1.2.x: CHANGELOG (+2), README.md (+2), setup.py (+2 -1)
jdowell 2018-10-30 12:59 Rev.: 2609

Fixed a bug in driftcurve.py that put a cos(declination) correction for LFSM runs.

3 lines of code changed in 1 file:

  • branches/lsl-1.2.x: CHANGELOG (+3)
jdowell 2018-10-30 09:57 Rev.: 2605

This is LSL version 1.2.3.

2 lines of code changed in 2 files:

  • branches/lsl-1.2.x: PKG-INFO (+1 -1), VERSION (+1 -1)
jdowell 2018-10-30 09:13 Rev.: 2604

Worked on getting setup.py to be more robust in the face of old setuptools.

16 lines of code changed in 2 files:

  • branches/lsl-1.2.x: CHANGELOG (+1), setup.py (+15 -4)
jdowell 2018-10-30 08:52 Rev.: 2603

Tweaked the lsl.reader.buffer and lsl.reader.ldp parameters related to DRX files to get things working better for LWA-SV data.

4 lines of code changed in 1 file:

  • branches/lsl-1.2.x: CHANGELOG (+4)
jdowell 2018-10-29 17:15 Rev.: 2602

This is LSL version 1.2.2.

2 lines of code changed in 2 files:

  • branches/lsl-1.2.x: PKG-INFO (+1 -1), VERSION (+1 -1)

(55 more)

Generated by StatSVN 0.7.0