Directory branches/lsl-1.0.x/lsl/imaging/

Directory Created:
2013-11-22 14:46
Total Files:
4
Deleted Files:
0
Lines of Code:
2415

[root]/branches/lsl-1.0.x/lsl/imaging

Lines of Code

branches/lsl-1.0.x/lsl/imaging/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
jdowell 20 (100.0%) 2544 (100.0%) 127.2

Most Recent Commits

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.

15 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/imaging: utils.py (+15 -11)
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.

4 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/imaging: deconv.py (+4 -4)
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/lsl/imaging: utils.py (+3 -3)
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.

2 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/imaging: selfCal.py (+2 -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.

16 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/imaging: overlay.py (+16 -16)
jdowell 2014-07-02 14:32 Rev.: 1690

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

6 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/imaging: utils.py (+6)
jdowell 2014-04-17 10:56 Rev.: 1639

More work on the new simfast module to include source resolution effects. Source can now be modeled by as either point sources or as uniformly illuminated disks (similar to AIPY). This change involves moving in some of the cephes code from the SciPy repository and repackaging it in a stand alone fashion. Also, there have been several bug fixes in lsl.sim.vis and lsl.imaging.utils to work with data dictionaries that have only a single frequency channel.

8 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/imaging: utils.py (+8 -8)
jdowell 2014-04-14 14:15 Rev.: 1635

Set the 'Rev' property on the new lsl.imaging.overlay module.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/imaging: overlay.py (+1)
jdowell 2014-04-14 14:14 Rev.: 1634

Added a new module to lsl.imaging called 'overlay' to help plot source, the horizon, and graticles onto an image. Added a plotting helper function to lsl.imaging.utils to help convert a aipy.img.ImgW instance to a picture.

210 lines of code changed in 2 files:

  • branches/lsl-1.0.x/lsl/imaging: overlay.py (new 182), utils.py (+28 -1)
jdowell 2014-03-27 10:13 Rev.: 1616

Various fixes to the lsl.imaging.deconv module from Stephen White.

15 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/imaging: deconv.py (+15 -19)
jdowell 2014-03-20 12:03 Rev.: 1603

Updated the lsl.imaging.utils module to better deal with sparse FITS IDI/UVFITS files. The problem was that files that didn't contain all N*(N+1)/2 baselines had the number of integrations determined incorrectly by possm.py/imageIDI.py. This update adds a new attribute 'integrationCount' to the CorrelatedData* instances to contain that information. The integrationCount is based on the number of unique JDs found in the file's data table.

12 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/imaging: utils.py (+12)
jdowell 2014-02-26 12:29 Rev.: 1578

Several cleanups to the metadata extraction in the lsl.imaging.utils module to help with LEDA64-NM. Removed the conversion of the FITS IDI/UVFITS times to timezone-aware datetime instances since that is just a bad idea.

72 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/imaging: utils.py (+72 -20)
jdowell 2014-02-17 15:26 Rev.: 1570

Added a few 'catch' statements in lsl.imaging.utils.CorrelatedDataIDI to deal with LEDA64-NM data. Updated the offset methods in lsl.reader.ldp to update the metadata after a seek.

16 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/imaging: utils.py (+16 -6)
jdowell 2014-02-17 12:07 Rev.: 1569

Fixed the baseline ordering in FITS IDI files that use the stand number mapper. Updated the FITS IDI reader to use the UVFITS scheme for determining baseline sets. The second change should help with dealing with LEDA64-NM data that has been converted to FITS IDI.

16 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/imaging: utils.py (+16 -2)
jdowell 2014-02-14 16:03 Rev.: 1567

* Fixed a bug in lsl.imaging.utils.CorrelatedDataUV that cause getDataSet to always return all data. Maybe this will clean up that last error.

44 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/imaging: utils.py (+44 -36)
jdowell 2014-02-14 13:39 Rev.: 1563

Several major changes here. First, added test cases for the DRXFrameBuffer class. Next, retooled the lsl.reader.ldp module to make it friendlier. Third, improved the gaussparams function for 2-D fits, Finally, removed the requirement for a BANDPASS table in the CorrelatedDataIDI class.

1 lines of code changed in 1 file:

  • branches/lsl-1.0.x/lsl/imaging: utils.py (+1 -1)
jdowell 2013-11-22 14:46 Rev.: 1498

Created a new branch for LSL 1.0.x and incremented the version on the development trunk.

2103 lines of code changed in 3 files:

  • branches/lsl-1.0.x/lsl/imaging: deconv.py (new 483), selfCal.py (new 597), utils.py (new 1023)
Generated by StatSVN 0.7.0