Directory trunk/lsl/lsl/

Total Files:
5
Deleted Files:
5
Lines of Code:
5837

[root]/trunk/lsl/lsl
                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)

Lines of Code

trunk/lsl/lsl/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 123 (100.0%) 19537 (100.0%) 158.8
jdowell 118 (95.9%) 18437 (94.4%) 156.2
jayce 5 (4.1%) 1100 (5.6%) 220.0

Most Recent Commits

jayce 2019-10-21 09:07 Rev.: 3004

Cleaned up some more style things.

12 lines of code changed in 1 file:

  • trunk/lsl/lsl: skymap.py (+12 -12)
jdowell 2019-10-15 09:40 Rev.: 2979

Worked on adding back in the on-demand LSL test suite.

15 lines of code changed in 1 file:

  • trunk/lsl/lsl: __init__.py (+15)
jdowell 2019-08-27 16:00 Rev.: 2919

Added basic module import tracking to LSL.

15 lines of code changed in 4 files:

  • trunk/lsl/lsl: astro.py (+3), catalog.py (+4), skymap.py (+4), transform.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.

24 lines of code changed in 5 files:

  • trunk/lsl/lsl: __init__.py (+6 -6), astro.py (+4 -4), catalog.py (+4 -5), skymap.py (+6 -8), transform.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.

29 lines of code changed in 5 files:

  • trunk/lsl/lsl: __init__.py (+9 -1), astro.py (+3 -4), catalog.py (+6), skymap.py (+5 -3), transform.py (+6)
jdowell 2019-08-27 10:53 Rev.: 2914

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

0 lines of code changed in 1 file:

  • trunk/lsl/lsl: __init__.py (-3)
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?

1 lines of code changed in 1 file:

  • trunk/lsl/lsl: __init__.py (+1 -13)
jdowell 2019-08-26 13:16 Rev.: 2911

Looks like r2910 missed updating lsl.transform.

15 lines of code changed in 1 file:

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

53 lines of code changed in 1 file:

  • trunk/lsl/lsl: astro.py (+53 -9)
jdowell 2018-10-24 13:11 Rev.: 2587

Replaced calls to logging with the warnings module.

1 lines of code changed in 1 file:

  • trunk/lsl/lsl: catalog.py (+1 -6)
jdowell 2018-10-17 22:50 Rev.: 2564

Cleaned up the __all__ variable used in the various LSL modules.

33 lines of code changed in 4 files:

  • trunk/lsl/lsl: astro.py (+27), catalog.py (+3), skymap.py (+1), transform.py (+2)
jdowell 2018-10-03 08:13 Rev.: 2523

Major overhaul of the style of LSL to make it more tensorflow-like. More changes will probably happen but this is a good start.

82 lines of code changed in 4 files:

  • trunk/lsl/lsl: astro.py (+2 -2), catalog.py (+2 -2), skymap.py (+25 -52), transform.py (+53 -4)
jdowell 2018-09-28 10:51 Rev.: 2515

More work on moving from pyfits to astropy.io.fits.

6 lines of code changed in 2 files:

  • trunk/lsl/lsl: catalog.py (+6 -6), skymap.py (-1)
jdowell 2018-07-23 17:44 Rev.: 2457

Worked on Python3 xrange() compatiability for LSL.

6 lines of code changed in 1 file:

  • trunk/lsl/lsl: skymap.py (+6)
jdowell 2018-06-18 19:07 Rev.: 2383

Started working on making LSL PEP8 compliant.

5007 lines of code changed in 5 files:

  • trunk/lsl/lsl: __init__.py (+7 -7), astro.py (+3335 -3336), catalog.py (+659 -659), skymap.py (+251 -251), transform.py (+755 -755)
jayce 2018-06-16 09:30 Rev.: 2381

Fixed a bug in the lsl.test() feature that pops up when there are multiple versions of Python. Updated setup.py to get us out of beta.

2 lines of code changed in 1 file:

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

8 lines of code changed in 2 files:

  • trunk/lsl/lsl: astro.py (+6), transform.py (+2)
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.

3 lines of code changed in 1 file:

  • trunk/lsl/lsl: __init__.py (+3 -2)
jdowell 2018-06-12 12:07 Rev.: 2374

Cleaned up a few more file using 'with' statements.

290 lines of code changed in 1 file:

  • trunk/lsl/lsl: catalog.py (+290 -308)
jdowell 2018-05-14 18:19 Rev.: 2306

Updated the version of the LFSM that ships with LSL to the 2018 April 23 version.

46 lines of code changed in 1 file:

  • trunk/lsl/lsl: skymap.py (+46)
jdowell 2017-12-01 12:42 Rev.: 2209

Small tweak to the lsl.sky.SkyMapGSM class to use the 408 MHz-locked GSM to maintain compatibility with older versions of LSL.

9 lines of code changed in 1 file:

  • trunk/lsl/lsl: skymap.py (+9 -6)
jdowell 2017-11-30 17:36 Rev.: 2207

Removed LFmap from lsl.skymap and worked on adding in the LFSM. Also, started working on getting a more exact version of the GSM into the code.

64 lines of code changed in 1 file:

  • trunk/lsl/lsl: skymap.py (+64 -87)
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.

6 lines of code changed in 1 file:

  • trunk/lsl/lsl: skymap.py (+6 -3)
jdowell 2017-08-30 11:49 Rev.: 2137

Fixed a bug introduced in r2136.

2 lines of code changed in 1 file:

  • trunk/lsl/lsl: astro.py (+2 -2)
jdowell 2017-08-30 10:21 Rev.: 2136

Started some light cleanup of LSL with pylint.

54 lines of code changed in 3 files:

  • trunk/lsl/lsl: astro.py (+25 -25), catalog.py (+13 -7), skymap.py (+16 -11)
jdowell 2017-08-24 11:04 Rev.: 2133

Bumped the version of the LSL development version to get ready for the release of LSL 1.2.0. Also, made a couple of small changes to improve support for Python3.

7 lines of code changed in 1 file:

  • trunk/lsl/lsl: astro.py (+7)
jdowell 2016-11-30 12:37 Rev.: 2032

Applied r2029, r2030, and r2031 to the development trunk. This fixes the odd sized complex FFT transform problems, updates the tai-utc.dat file for the upcoming leap seconds, and changes the EOP data source.

1 lines of code changed in 1 file:

  • trunk/lsl/lsl: catalog.py (+1 -1)
jdowell 2015-03-09 10:31 Rev.: 1807

Applied r1806 to the development trunk (improved az/el -> RA/dec conversion) and added a new function to the lsl.astro module to help deal with nutation.

53 lines of code changed in 1 file:

  • trunk/lsl/lsl: astro.py (+53 -1)
jdowell 2014-08-06 18:34 Rev.: 1707

Fixed a few more data dictionary close out problems.

6 lines of code changed in 1 file:

  • trunk/lsl/lsl: skymap.py (+6)
jdowell 2013-12-04 01:32 Rev.: 1517

Applied r1516 to the development trunk (sign flip in lsl.skymap.ProjectedSky).

1 lines of code changed in 1 file:

  • trunk/lsl/lsl: skymap.py (+1 -1)
jdowell 2013-11-20 13:24 Rev.: 1493

Several changes to the documentation to clean up some problems.

1 lines of code changed in 1 file:

  • trunk/lsl/lsl: astro.py (+1)
jdowell 2013-11-04 16:22 Rev.: 1481

Small changed to lsl.astro to remove calls to deprecated ephem.Body attributes. Added an additional test for the lsl.astro.get_object_rst() function.

49 lines of code changed in 1 file:

  • trunk/lsl/lsl: astro.py (+49 -42)
jdowell 2013-11-04 15:45 Rev.: 1480

Updated the CHANGELOG and add a couple of calls to numpy.clip to supress warnings in lsl.skymap.

2 lines of code changed in 1 file:

  • trunk/lsl/lsl: skymap.py (+2)
jdowell 2013-07-10 14:11 Rev.: 1369

Updated the lwa_cat_view.py script to use the lsl.common.stations.lwa1 instance for position information. Removed the Fermi first point source catalog since the 2-yr catalog is now included.

1 lines of code changed in 1 file:

  • trunk/lsl/lsl: catalog.py (+1 -69)
jdowell 2013-07-10 13:52 Rev.: 1368

Fixed a couple of bugs in astro.py introduced by the new effort to remove the libnova dependency. Fixed the class associated with the new Fermi 2-yr point source catalog. Maybe I should deprecate the first point source catalog.

20 lines of code changed in 2 files:

  • trunk/lsl/lsl: astro.py (+8 -4), catalog.py (+12 -6)
jdowell 2013-07-10 11:54 Rev.: 1367

Added the 2-year Fermi LAT catalog to catalog.py.

68 lines of code changed in 1 file:

  • trunk/lsl/lsl: catalog.py (+68)
jdowell 2013-07-10 11:48 Rev.: 1366

Changed the formatting n the catalog.py file and removed the libnova stuff from astroevents.py.

665 lines of code changed in 1 file:

  • trunk/lsl/lsl: catalog.py (+665 -768)
jdowell 2013-07-10 11:27 Rev.: 1365

Reformatted the astro.py module and the test_astro.py test suite. Tried to get the test_transform.py test suite working again.

3276 lines of code changed in 1 file:

  • trunk/lsl/lsl: astro.py (+3276 -3526)
jdowell 2013-07-10 10:05 Rev.: 1364

It looks like implementing the astro_array.hrz_from_equ() function is too slow to be useful in Python (shock). So, a better plan is to replace the code on skymap.py to use so simple HA/dec -> alt/az math. Also, worked on cleaning up the tranform.py module to use tab indentation and cleaned up the test_transform.py test suite.

805 lines of code changed in 2 files:

  • trunk/lsl/lsl: skymap.py (+48 -26), transform.py (+757 -860)
jdowell 2013-07-09 23:24 Rev.: 1363

Found another couple of problems in the new astro.py module.

8 lines of code changed in 1 file:

  • trunk/lsl/lsl: astro.py (+8 -19)

(33 more)

Generated by StatSVN 0.7.0