Directory branches/lsl-1.0.x/

Total Files:
6
Deleted Files:
0
Lines of Code:
780

[root]/branches/lsl-1.0.x
            directory in repo doc (0 files, 0 lines)
                directory in repo notebooks (7 files, 2725 lines)
                directory in repo source (10 files, 798 lines)
            directory in repo lsl (2 files, 4048 lines)
                directory in repo common (7 files, 5170 lines)
                directory in repo correlator (6 files, 3679 lines)
                directory in repo data (3 files, 7634 lines)
                    directory in repo astro (1 files, 40 lines)
                    directory in repo tests (11 files, 9331 lines)
                directory in repo imaging (4 files, 2415 lines)
                directory in repo misc (8 files, 2256 lines)
                directory in repo reader (6 files, 4617 lines)
                directory in repo sim (11 files, 3154 lines)
                directory in repo statistics (2 files, 763 lines)
                directory in repo writer (4 files, 3438 lines)
            directory in repo scripts (18 files, 4057 lines)
            directory in repo tests (17 files, 7219 lines)

Lines of Code

branches/lsl-1.0.x/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 81 (100.0%) 734 (100.0%) 9.0
jdowell 77 (95.1%) 732 (99.7%) 9.5
jayce 4 (4.9%) 2 (0.3%) 0.5

Most Recent Commits

jdowell 2015-10-13 07:22 Rev.: 1873

Small change to the DR spectrometer reader so that file aligment is not lost during a syncError.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2015-10-12 10:45 Rev.: 1871

Fixed a bug in the lsl.imaging.utils module that causes the AntennaArray instances returned by the various CorrelatedData readers to be out-of-order with regards to the antenna mapping in some cases.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2015-06-22 11:08 Rev.: 1837

Fixed a bug in the lsl.sim.vis.buildSimData() function that caused the antenna gain pattern to be calculated incorrectly for the baseline pair.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2015-03-25 10:43 Rev.: 1825

Fixed the 'bug', although that might not be the right term, uncovered in r1824 with the ArraySim package in both the development trunk and the 1.0.x branch.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2015-03-16 16:33 Rev.: 1809

Small change to the lsl.imaging.deconv module to make sure all of the RadioFixedBody instances used have the correct epoch set. This should help the module work better on images with resolutions better than a few degrees where things like precession and nutation begin to matter.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2015-02-25 14:20 Rev.: 1791

Fixed a couple of bugs in the updated splitSession script that caused it to crash and label files wrong. Added imageIDI-style options to possm.py.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2015-02-25 13:31 Rev.: 1790

Applied r1789 to the 1.0.x branch of LSL (script updates).

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2015-02-25 12:52 Rev.: 1787

Added a deprecation warning to lsl.misc.mathutil.robustmean() since it will be removed in 1.1.x.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2015-02-25 12:26 Rev.: 1785

Fixed a bug in lsl.imaging.utils.CorrelatedData() that makes the IOErrors transparent. Added options to the correlateTBN/correlateTBW scripts to correlate all dipoles regardless of status. Added options to imageIDI.py to image sub-sets of dipoles.

3 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+3)
jdowell 2015-02-24 11:35 Rev.: 1782

Several small changes to the statistics functions to make them more compatible with the numpy offerings. These changes add in the 'axis' and 'dtype' keywords to the mean, mode, and stadard deviation functions in lsl.statistics.robust and lsl.misc.mathutils. Also added in 'boundary' and 'fill_value' keywords to the incoherent dedispersion function in lsl.misc.dedispersion to make it more clear how the time boundary is handled in a chunk of data.

2 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+2)
jdowell 2015-02-12 17:50 Rev.: 1776

Fixed the ranging to be (-pi, pi] for the phases return by the lsl.imaging.selfCal module.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2015-01-30 11:33 Rev.: 1767

Small change to the lsl.reader.ldp module to make sure that calling readFrame() doesn't kill the timetag checker.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2015-01-22 12:47 Rev.: 1765

Fixed a bug in lsl.reader.ldp.DRXFile that caused the tunings to be reported wrong and for tuning 2 to always have a frequency of zero.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2015-01-20 12:21 Rev.: 1760

Fixed a bug in imageIDI.py that assumed that the XX polarization was always in the FITS IDI file.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2014-12-04 11:06 Rev.: 1753

Change to splitSession.py to address Ticket #60 (better handling of truncated data files).

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2014-12-03 10:50 Rev.: 1750

Fixed a bug in the lsl.common.progress module's ProgressBarPlus class that caused the estimated complition time not to be updated in some cases.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2014-12-02 15:02 Rev.: 1749

Fixed the definition of __all__ in the lsl.writer.sdfits module.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2014-10-31 12:41 Rev.: 1746

Added a new lsl.statistics.robust.mode() function that implements a half-sample mode method. This should a robust method of determing the mode for a continuous distribution.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2014-10-29 12:33 Rev.: 1744

Worked in making the gatherDebugging.py script behave more like the setup.py script so that NumPy is tried for ATLAS and pkg-config for FFTW3. This should make the debugging process a little easier since the two should work in a similar fashion. Also, did a few small cleanups in the setup.py script to supress some of the NumPy output during ATLAS discovery.

11 lines of code changed in 1 file:

  • branches/lsl-1.0.x: setup.py (+11 -2)
jdowell 2014-10-09 16:36 Rev.: 1735

Incremented the version number on the lsl.imaging.overlay module to reflect recent changes. The changes add new keywords to the various functions to allow for the overlay color to be changes. A 'marker' keyword was also added to the sources() function to control which symbol is used for plotting.

2 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+2)
jdowell 2014-10-02 16:15 Rev.: 1732

More work on the new lsl.misc.rfutil. This takes some of the functions, i.e., dBi2gain(), and grounds them in the physical constants. This revision also adds in new functions to fill out the module.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2014-10-02 10:54 Rev.: 1730

Changed the meaning of the 'ForceGaussian' keyword in lsl.sim.vis.buildSimArray() so that the Gaussian FWHM is specified instead of the strange 'sqrt(2)*sigma' that it was before (if it was even that).

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2014-10-02 10:11 Rev.: 1727

Added in a new lsl.misc.rfutil module to help with understanding RF antenna parameters. This will help in converting things like gains in dBi or dBd into more meaningful value in K/Jy. Moved the calculateSEFD() function out of lsl.sim.vis and into the new lsl.misc.rfutil module where it is a better fit.

2 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+2)
jdowell 2014-09-22 13:17 Rev.: 1726

Fixed a bug in imageIDI.py that caused the script to crash if a FITS image was not saved.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2014-09-10 09:45 Rev.: 1722

First pass at adding in new functions to lsl.sim.vis to make it easy to add in baseline noise that is related to the system performance and setup.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2014-08-28 12:46 Rev.: 1718

Added fallbacks to lsl.misc.geodesy to use a backup EOP server if the primary is unreachable.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2014-08-28 11:18 Rev.: 1717

Updated the change log reflect what was changed with r1715.

3 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+3)
jdowell 2014-08-06 20:30 Rev.: 1708

This is LSL version 1.0.2.

2 lines of code changed in 2 files:

  • branches/lsl-1.0.x: PKG-INFO (+1 -1), VERSION (+1 -1)
jdowell 2014-08-06 18:34 Rev.: 1707

Fixed a few more data dictionary close out problems.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2014-07-29 10:21 Rev.: 1703

Fixed a version number regression in lsl.correlator.fx. 0.7 is less than 0.8.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2014-07-21 17:01 Rev.: 1700

Added a call to the data dictionary 'close' function in lsl.sim.vis.buildSimArray to help keep the number of open files down.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2014-07-07 12:34 Rev.: 1692

Updated the Spinx-based documentation to include LDP.

3 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+3)
jdowell 2014-07-07 11:14 Rev.: 1691

This is LSL version 1.0.1.

2 lines of code changed in 2 files:

  • branches/lsl-1.0.x: PKG-INFO (+1 -1), VERSION (+1 -1)
jdowell 2014-07-02 14:32 Rev.: 1690

Small change to lsl.imaging.utils.CorrelatedData() to not mask IOErrors.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2014-06-30 14:33 Rev.: 1685

Added new resonse() functions to the FEE and Cable objects in lsl.common.stations and fixed a bug in the new correlateTBW.py script that mangled the visibilities coming out of the correlator.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2014-06-25 15:06 Rev.: 1676

Added 'lwavl' as an alias to 'lwa1' in the lsl.common.stations module.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2014-06-25 14:52 Rev.: 1675

Added a few new convenience functions to the lsl.reader.drspec module to make it easier to determine the integration time.

2 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+2 -1)
jdowell 2014-06-23 10:30 Rev.: 1668

A few small clean ups to the lsl.misc.beamformer module. Added a new 'iauConvention' keyword to the lsl.misc.beamformer.circularize() function to help keep track of the sign of V. Updated various scripts to use the new LDP module. Removed readTBN_buffered.py since it didn't do much.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)
jdowell 2014-06-17 17:21 Rev.: 1661

Several changes to LSL to clean up a few things. First, added pytz as a dependency since it is used by lsl.common.sdf. Second, switched setup.py over to using NumPy's internal facilities to identify and configure ATLAS. Also, updated LDP to clean up a few things with regards to timetag checking and TBW captures and fixed a small bug in the lsl.writer.tsfits module. Finally, removed a couple of debugging print statements from lsl.misc.dedispersion.

27 lines of code changed in 3 files:

  • branches/lsl-1.0.x: CHANGELOG (+3), README (+1), setup.py (+23 -27)
jdowell 2014-05-06 10:40 Rev.: 1654

Added an option to export the images created by imageIDI.py to a FITS image file via a new '-f/--fits' option.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x: CHANGELOG (+1)

(27 more)

Generated by StatSVN 0.7.0