Directory trunk/lsl/lsl/imaging/

Directory Created:
2011-02-21 11:14
Total Files:
8
Deleted Files:
2
Lines of Code:
4773

[root]/trunk/lsl/lsl/imaging

Lines of Code

trunk/lsl/lsl/imaging/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 174 (100.0%) 12475 (100.0%) 71.6
jdowell 169 (97.1%) 12200 (97.8%) 72.1
jayce 5 (2.9%) 275 (2.2%) 55.0

Most Recent Commits

jdowell 2019-10-28 09:43 Rev.: 3011

More style cleanup inside LSL and its scripts. I think we are about done with this.

79 lines of code changed in 2 files:

  • trunk/lsl/lsl/imaging: data.py (+2 -2), deconv.py (+77 -77)
jdowell 2019-10-16 08:44 Rev.: 2987

Elimated calls to super() for various classes.

3 lines of code changed in 1 file:

  • trunk/lsl/lsl/imaging: utils.py (+3 -3)
jdowell 2019-08-27 16:00 Rev.: 2919

Added basic module import tracking to LSL.

24 lines of code changed in 6 files:

  • trunk/lsl/lsl/imaging: analysis.py (+4), data.py (+4), deconv.py (+4), overlay.py (+4), selfcal.py (+4), utils.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.

37 lines of code changed in 7 files:

  • trunk/lsl/lsl/imaging: __init__.py (+5 -4), analysis.py (+6 -6), data.py (+4 -4), deconv.py (+4 -4), overlay.py (+6 -6), selfcal.py (+6 -6), utils.py (+6 -6)
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.

30 lines of code changed in 7 files:

  • trunk/lsl/lsl/imaging: __init__.py (+9 -3), analysis.py (+6 -3), data.py (+3 -3), deconv.py (+2 -2), overlay.py (+6), selfcal.py (+2 -2), utils.py (+2 -2)
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.

7 lines of code changed in 1 file:

  • trunk/lsl/lsl/imaging: utils.py (+7 -7)
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.

16 lines of code changed in 2 files:

  • trunk/lsl/lsl/imaging: data.py (+9 -1), utils.py (+7 -7)
jdowell 2018-11-14 14:27 Rev.: 2648

Finally fixed a bug in the lsl.imaging.utils.CorrelatedDataMS class that has been popping up for the last few weeks.

1 lines of code changed in 1 file:

  • trunk/lsl/lsl/imaging: utils.py (+1 -1)
jdowell 2018-10-26 14:23 Rev.: 2600

Renamed lsl.imaging.selfCal to lsl.imaging.selfcal.

593 lines of code changed in 2 files:

  • trunk/lsl/lsl/imaging: selfCal.py (del), selfcal.py (new 593)
jdowell 2018-10-26 14:19 Rev.: 2599

A little more work on the new lsl.imaging.data classes and the supporting tools to get both VisibilityData and VisibilityDataSet objects working.

148 lines of code changed in 2 files:

  • trunk/lsl/lsl/imaging: data.py (+91 -6), utils.py (+57 -7)
jdowell 2018-10-25 11:11 Rev.: 2592

r2591 contained some things that it shouldn't have, fixing.

4 lines of code changed in 1 file:

  • trunk/lsl/lsl/imaging: utils.py (+4 -16)
jdowell 2018-10-25 11:09 Rev.: 2591

Renamed lsl.correlator.uvUtils to lsl.correlator.uvutil. Fixed a couple of annoying things about lsl.imaging.data so that it can also handle antenna subset selection.

140 lines of code changed in 2 files:

  • trunk/lsl/lsl/imaging: data.py (+120 -4), utils.py (+20 -7)
jayce 2018-10-18 20:34 Rev.: 2568

Removed the lsl.misc.geodesy module in favor of the astropy.utils.iers module. Removed the lsl.common.constants in favor of the astropy.constants module.

5 lines of code changed in 1 file:

  • trunk/lsl/lsl/imaging: utils.py (+5 -1)
jdowell 2018-10-18 09:29 Rev.: 2566

Fixed a couple of problems in r2565 and updated the test suite to make sure they don't happen again.

8 lines of code changed in 1 file:

  • trunk/lsl/lsl/imaging: utils.py (+8 -2)
jdowell 2018-10-18 08:51 Rev.: 2565

Some work on the lsl.imaing.utils.CorrelatedDataBase and lsl.reader.ldp.LDPFileBase classes to add in methods that will iterate over the input files.

30 lines of code changed in 1 file:

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

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

7 lines of code changed in 6 files:

  • trunk/lsl/lsl/imaging: analysis.py (+2 -2), data.py (+1 -1), deconv.py (+1 -1), overlay.py (+1 -2), selfCal.py (+1 -1), utils.py (+1 -1)
jdowell 2018-10-17 20:20 Rev.: 2562

Fixed a baseline mapping problem in the lsl.imaging.utils.CorrelatedDataMS class (r2581) and updated the naming in lsl.writer to make it consistent with the new coding style.

4 lines of code changed in 1 file:

  • trunk/lsl/lsl/imaging: utils.py (+4 -10)
jdowell 2018-10-17 14:53 Rev.: 2557

Worked on updating the documentation associated wtih the new data formats in lsl.imaging.data.

101 lines of code changed in 2 files:

  • trunk/lsl/lsl/imaging: data.py (+75), utils.py (+26 -15)
jdowell 2018-10-17 13:08 Rev.: 2554

Addes support for reading in data from FITS IDI files and CASA measurement sets with multiple IFs/spectral windows. Note: Only the FITS IDI part of this is supported in LSL 1.2.x.

121 lines of code changed in 1 file:

  • trunk/lsl/lsl/imaging: utils.py (+121 -86)
jdowell 2018-10-15 16:08 Rev.: 2542

Worked on fixing various things that the previous commit broke.

5 lines of code changed in 1 file:

  • trunk/lsl/lsl/imaging: data.py (+5 -5)
jdowell 2018-10-15 13:17 Rev.: 2541

More work on cleaning up/streamlining the lsl.common.stations module. Also, worked on creating a better fix fot the aipy.amp.AntennaArray problem where copies aren't really copies.

17 lines of code changed in 2 files:

  • trunk/lsl/lsl/imaging: data.py (+2 -2), utils.py (+15 -24)
jdowell 2018-10-15 10:19 Rev.: 2539

Re-write of how lsl.imaging loads and stores visibility data to make it much easier to work with. The original 'data dictionaries' have been replaced with the three classes defined in lsl.imaging.data. There is still some wor to do here but it is better. Also, started cleaning up the lsl.writer.uvfits module to fix some problems with the output files.

864 lines of code changed in 5 files:

  • trunk/lsl/lsl/imaging: data.py (new 327), gridder.cpp (+7 -5), overlay.py (+23 -23), selfCal.py (+86 -98), utils.py (+421 -587)
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.

302 lines of code changed in 6 files:

  • trunk/lsl/lsl/imaging: analysis.py (+8 -8), deconv.py (+69 -69), gridder.cpp (+1 -1), overlay.py (+18 -18), selfCal.py (+71 -71), utils.py (+135 -135)
jdowell 2018-10-01 11:13 Rev.: 2520

Ok, I think I like using this setup for complex numbers much much better.

49 lines of code changed in 1 file:

  • trunk/lsl/lsl/imaging: gridder.cpp (+49 -55)
jdowell 2018-09-28 10:51 Rev.: 2515

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

5 lines of code changed in 1 file:

  • trunk/lsl/lsl/imaging: utils.py (+5 -5)
jdowell 2018-09-28 09:17 Rev.: 2512

The start of major changes to LSL to put in under a uniform coding style and move over to C++ for some extensions that would benefit from templating.

467 lines of code changed in 2 files:

  • trunk/lsl/lsl/imaging: gridder.c (del), gridder.cpp (new 467)
jdowell 2018-08-22 14:21 Rev.: 2483

Switched measurement support in lsl.imaging.utils from pyrap to casacore.

7 lines of code changed in 1 file:

  • trunk/lsl/lsl/imaging: utils.py (+7 -6)
jdowell 2018-08-02 11:41 Rev.: 2468

More work getting LSL ready for Python3. lsl.imaging module changes.

3 lines of code changed in 1 file:

  • trunk/lsl/lsl/imaging: utils.py (+3 -2)
jdowell 2018-07-23 17:44 Rev.: 2457

Worked on Python3 xrange() compatiability for LSL.

13 lines of code changed in 3 files:

  • trunk/lsl/lsl/imaging: deconv.py (+4 -1), selfCal.py (+4 -1), utils.py (+5)
jdowell 2018-07-23 16:27 Rev.: 2454

Converted the rest of LSL over to print().

53 lines of code changed in 3 files:

  • trunk/lsl/lsl/imaging: analysis.py (+15 -12), deconv.py (+23 -20), selfCal.py (+15 -12)
jayce 2018-07-17 00:47 Rev.: 2446

Removed an unused _radec_of() function from lsl.imaging.utils. This appears to have been left over from when the lsl.imaging.overlay module was added.

0 lines of code changed in 1 file:

  • trunk/lsl/lsl/imaging: utils.py (-40)
jdowell 2018-06-21 13:48 Rev.: 2428

Fixed a few documentation formatting problems in lsl.imagaing.selfCal introduced in r2427 somehow.

15 lines of code changed in 1 file:

  • trunk/lsl/lsl/imaging: selfCal.py (+15 -15)
jdowell 2018-06-21 13:45 Rev.: 2427

Fixed a few problems with the lsl.reader.cor module and added actual unit tests for COR (yay).

15 lines of code changed in 1 file:

  • trunk/lsl/lsl/imaging: selfCal.py (+15 -15)
jdowell 2018-06-18 20:17 Rev.: 2392

Oops, forgot about lsl.imaging. Now on to the scripts.

3449 lines of code changed in 5 files:

  • trunk/lsl/lsl/imaging: analysis.py (+257 -257), deconv.py (+819 -819), overlay.py (+231 -231), selfCal.py (+530 -529), utils.py (+1612 -1609)
jdowell 2018-06-07 15:05 Rev.: 2360

More work on the various extensions in LSL to get them to compile *and* import under Python3.

53 lines of code changed in 1 file:

  • trunk/lsl/lsl/imaging: gridder.c (+53 -9)
jdowell 2018-05-17 11:43 Rev.: 2316

Updated the lsl.imaging.utils.CorrelatedDataUV class to better deal with multiple IFs.

8 lines of code changed in 1 file:

  • trunk/lsl/lsl/imaging: utils.py (+8 -2)
jdowell 2018-01-10 11:43 Rev.: 2223

Added a new extension that implements w-projection gridding.

443 lines of code changed in 2 files:

  • trunk/lsl/lsl/imaging: gridder.c (new 432), utils.py (+11 -2)
jdowell 2018-01-09 14:40 Rev.: 2222

Several changes to lsl.imaging.utils to make plotGriddedImage() work with different sized images. Also, changed correlateTBN.py to default to 16 channels since 256 is a little crazy. Finally, finished moving imageIDI.py over to the lsl.imaging modules.

18 lines of code changed in 1 file:

  • trunk/lsl/lsl/imaging: utils.py (+18 -8)
jdowell 2017-08-31 16:25 Rev.: 2152

Run vulture on the script to remove unused imports. Added a missing svn:keyword property to lsl.imaging.selfCal.

1 lines of code changed in 1 file:

  • trunk/lsl/lsl/imaging: selfCal.py (+1 -1)
jdowell 2017-08-31 16:11 Rev.: 2151

Ran pylint on the lsl.imaging module and updated the CHANGELOG.

35 lines of code changed in 5 files:

  • trunk/lsl/lsl/imaging: analysis.py (+14 -15), deconv.py (+3 -5), overlay.py (+1 -1), selfCal.py (+3 -6), utils.py (+14 -10)

(68 more)

Generated by StatSVN 0.7.0