Directory trunk/lsl/

Directory Created:
2010-11-02 10:42
Total Files:
9
Deleted Files:
6
Lines of Code:
1476

[root]/trunk/lsl
            Folder removed from repo common (0 files, 0 lines)
            Folder removed from repo correlator (0 files, 0 lines)
            Folder removed from repo data (0 files, 0 lines)
            directory in repo doc (2 files, 143 lines)
                directory in repo notebooks (7 files, 2725 lines)
                directory in repo source (31 files, 1459 lines)
            directory in repo lsl (5 files, 5837 lines)
                directory in repo common (19 files, 15239 lines)
                    Folder removed from repo mcs (0 files, 0 lines)
                directory in repo correlator (9 files, 4131 lines)
                directory in repo data (15 files, 22807 lines)
                    directory in repo arx (1200 files, 0 lines)
                    directory in repo astro (1 files, 41 lines)
                    directory in repo catalog (1 files, 4997 lines)
                    directory in repo skymap (2 files, 0 lines)
                    directory in repo tests (31 files, 9624 lines)
                directory in repo imaging (8 files, 4773 lines)
                directory in repo misc (12 files, 4613 lines)
                directory in repo reader (22 files, 8793 lines)
                Folder removed from repo scripts (0 files, 0 lines)
                directory in repo sim (15 files, 4216 lines)
                directory in repo statistics (4 files, 898 lines)
                Folder removed from repo tests (0 files, 0 lines)
                directory in repo writer (6 files, 4207 lines)
            Folder removed from repo reader (0 files, 0 lines)
            directory in repo scripts (27 files, 5829 lines)
                Folder removed from repo DRSU (0 files, 0 lines)
                Folder removed from repo IOC (0 files, 0 lines)
            Folder removed from repo statistics (0 files, 0 lines)
            directory in repo tests (42 files, 14236 lines)
            Folder removed from repo writer (0 files, 0 lines)

Lines of Code

trunk/lsl/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 513 (100.0%) 3425 (100.0%) 6.6
jdowell 489 (95.3%) 3288 (96.0%) 6.7
jayce 24 (4.7%) 137 (4.0%) 5.7

Most Recent Commits

jdowell 2020-03-20 10:37 Rev.: 3085

Added a file that shows that LSL has been moved to GitHub.

1 lines of code changed in 1 file:

  • trunk/lsl: 00_MOVED_TO_GITHUB (new 1)
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.

4 lines of code changed in 1 file:

  • trunk/lsl: CHANGELOG (+4 -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:

  • trunk/lsl: 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:

  • trunk/lsl: 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:

  • trunk/lsl: 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.

4 lines of code changed in 1 file:

  • trunk/lsl: CHANGELOG (+4 -2)
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.

19 lines of code changed in 1 file:

  • trunk/lsl: README.md (+19)
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.

5 lines of code changed in 1 file:

  • trunk/lsl: setup.py (+5 -2)
jdowell 2019-08-27 10:53 Rev.: 2914

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

1 lines of code changed in 1 file:

  • trunk/lsl: CHANGELOG (+1)
jdowell 2019-08-26 16:46 Rev.: 2913

More changes to the Python versions supported. Also, removed the internal test fixture hook since nobody uses it. Why would you?

6 lines of code changed in 3 files:

  • trunk/lsl: PKG-INFO (+3), README.md (-5), setup.py (+3)
jdowell 2019-08-26 14:45 Rev.: 2912

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

8 lines of code changed in 2 files:

  • trunk/lsl: README.md (+7 -7), setup.py (+1 -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.

8 lines of code changed in 1 file:

  • trunk/lsl: setup.py (+8 -2)
jdowell 2019-08-23 11:41 Rev.: 2906

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

2 lines of code changed in 1 file:

  • trunk/lsl: CHANGELOG (+2 -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:

  • trunk/lsl: 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:

  • trunk/lsl: CHANGELOG (+2), setup.py (+1 -1)
jdowell 2019-07-30 17:07 Rev.: 2887

Do we even need something like OpenBLAS? LSL just uses level 1 routines which are easy enough.

2 lines of code changed in 2 files:

  • trunk/lsl: setup.cfg (-1), setup.py (+2 -53)
jdowell 2019-07-30 16:38 Rev.: 2886

Switched from ATLAS over to OpenBLAS for linear algebra stuff.

51 lines of code changed in 3 files:

  • trunk/lsl: PKG-INFO (+6 -7), setup.cfg (+1 -1), setup.py (+44 -32)
jdowell 2019-03-28 09:26 Rev.: 2868

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

1 lines of code changed in 1 file:

  • trunk/lsl: CHANGELOG (+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:

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

Another small documentation formatting cleanup.

6 lines of code changed in 1 file:

  • trunk/lsl: 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:

  • trunk/lsl: 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:

  • trunk/lsl: CHANGELOG (+7)
jayce 2019-02-14 12:06 Rev.: 2823

Applied r2821/r2822 to the developement version of LSL (fix for OpenMP with clang).

11 lines of code changed in 1 file:

  • trunk/lsl: 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:

  • trunk/lsl: README.md (+2 -2)
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:

  • trunk/lsl: 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:

  • trunk/lsl: 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:

  • trunk/lsl: 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:

  • trunk/lsl: 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:

  • trunk/lsl: 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:

  • trunk/lsl: 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:

  • trunk/lsl: 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:

  • trunk/lsl: 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:

  • trunk/lsl: CHANGELOG (+1)
jdowell 2018-11-14 12:43 Rev.: 2646

Cleaned up some more documentation.

1 lines of code changed in 1 file:

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

1 lines of code changed in 1 file:

  • trunk/lsl: CHANGELOG (+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.

1 lines of code changed in 1 file:

  • trunk/lsl: setup.py (+1 -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:

  • trunk/lsl: 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.

4 lines of code changed in 1 file:

  • trunk/lsl: CHANGELOG (+4)
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.

2 lines of code changed in 1 file:

  • trunk/lsl: CHANGELOG (+2)
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:

  • trunk/lsl: CHANGELOG (+3)

(382 more)

Generated by StatSVN 0.7.0