Various fixes to the lsl.imaging.deconv module from Stephen White.
16 lines of code changed in 2 files:
A few fixes/updates to address the testing problems in r1612.
21 lines of code changed in 5 files:
Updated the lsl.common.metabundle function getObservationSpec() to support the new beam-dipole more information in the observation specification file.
3 lines of code changed in 1 file:
A couple of fixes for the new OBS_BDM keyword.
2 lines of code changed in 1 file:
Updated the default beam gain to 0.04 for the beam-dipole mode.
4 lines of code changed in 1 file:
Added support for the new 'OBS_BDM' SDF keyword in lsl.common.sdf.
94 lines of code changed in 2 files:
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.
19 lines of code changed in 7 files:
Fixed a typo in the CHANGELOG.
1 lines of code changed in 1 file:
It looks like the sharing of the stations.lwa1 instance throughout the test suite is causing problems. This fixes that and switches back over to assertTrue instead of assertLess so that Python 2.6 installations can actually run the tests.
39 lines of code changed in 1 file:
Added a little more non-DC power to some of the test_fx tests.
6 lines of code changed in 1 file:
Various fixes in spec.c and stokes.c to deal with a problem computing the number of overlapped FFTs to run. Fixed a bug in core.c that caused the last FFT window not to make it in to the integration and the same 'overlapped FFTs' bug as spec.c. Removed the lsl.correlatore.fx.SpecMasterP function and the associated functions in spec.c. Updated the test_fx.py test suite to make sure that things are being computed correctly. This should help with addressing Ticket #51.
497 lines of code changed in 7 files: