October 2018 Commit Log

Number of Commits:
67
Number of Active Developers:
2
jdowell 2018-10-31 09:58 Rev.: 2612

Fixed a few documentation problems and added 'argparse' as a dependency for LSL under Python 2.6.

2 lines of code changed in 1 file:

jdowell 2018-10-30 12:59 Rev.: 2609

Fixed a bug in driftcurve.py that put a cos(declination) correction for LFSM runs.

4 lines of code changed in 2 files:

jdowell 2018-10-30 09:13 Rev.: 2604

Worked on getting setup.py to be more robust in the face of old setuptools.

1 lines of code changed in 1 file:

jdowell 2018-10-30 08:52 Rev.: 2603

Tweaked the lsl.reader.buffer and lsl.reader.ldp parameters related to DRX files to get things working better for LWA-SV data.

8 lines of code changed in 3 files:

jdowell 2018-10-26 14:23 Rev.: 2600

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

604 lines of code changed in 4 files:

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.

257 lines of code changed in 6 files:

jdowell 2018-10-26 08:36 Rev.: 2598

More work on cleaning up the measurement sets tests when casacore is not found.

1037 lines of code changed in 3 files:

jdowell 2018-10-25 20:27 Rev.: 2597

Fixed an import problem with the test_measurementset test suite that caused lsl.writer.measurement to fail to import on non-casacore systems. We probably need a better fix for this a la lsl.imaging.utils.

2 lines of code changed in 1 file:

jdowell 2018-10-25 13:30 Rev.: 2593

Added a test suite for the scripts that ship with LSL. This uses Pylint to run a static analysis on the scripts to look for problems.

125 lines of code changed in 14 files:

jdowell 2018-10-25 11:11 Rev.: 2592

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

4 lines of code changed in 2 files:

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.

187 lines of code changed in 5 files:

jdowell 2018-10-24 16:35 Rev.: 2590

Renamed lsl.correlator.uvUtils to lsl.correlator.uvutil.

422 lines of code changed in 15 files:

jdowell 2018-10-24 15:31 Rev.: 2589

Renamed lsl.sim.nec_util to lsl.sim.necutil.

456 lines of code changed in 5 files:

jdowell 2018-10-24 15:25 Rev.: 2588

Converted another print statement in lsl.sim.nec_util to a warnings.warn.

2 lines of code changed in 1 file:

jdowell 2018-10-24 13:11 Rev.: 2587

Replaced calls to logging with the warnings module.

63 lines of code changed in 7 files:

jdowell 2018-10-23 15:16 Rev.: 2586

More work on updating the scripts to work with all of the recent changes to the LSL API.

58 lines of code changed in 23 files:

jdowell 2018-10-23 14:58 Rev.: 2585

Converted a few Frame.get_time() calls into Frame.time's.

15 lines of code changed in 2 files:

jdowell 2018-10-23 13:23 Rev.: 2584

Fixed a missed 'get_time()' in the VDIF writer test suite.

3 lines of code changed in 1 file:

jdowell 2018-10-23 13:09 Rev.: 2583

Moved the LSL readers over from a get_time() method to a time property. This also splits the time into a two-element tuple of integer seconds and fractional seconds to help improve the time representaiton. This shoudl also take care of the VDIF testing problems in the development trunk.

119 lines of code changed in 8 files:

jdowell 2018-10-23 12:10 Rev.: 2582

Ok, too many things going on at once here.

1 lines of code changed in 1 file:

jdowell 2018-10-23 11:45 Rev.: 2580

Ok, this isn't going like I thought it should First things first, fix the development trunk.

3 lines of code changed in 1 file:

jdowell 2018-10-23 10:20 Rev.: 2577

Worked on cleaning up a few things in the VDIF writer and beefing up the test suite.

41 lines of code changed in 3 files:

jdowell 2018-10-23 08:49 Rev.: 2576

Small tweak to the beamformer test suite to get it to run with the latest LWA1 SSMIF.

2 lines of code changed in 1 file:

jdowell 2018-10-23 08:14 Rev.: 2575

Fixed a problem with the VDIF reader that caused most of the payload to be random.

2 lines of code changed in 2 files:

jdowell 2018-10-22 13:52 Rev.: 2574

That didn't quite work in r2573 since I forgot that Antenna already had a status. New plan. get_status() -> combined_status.

14 lines of code changed in 10 files:

jdowell 2018-10-22 13:39 Rev.: 2573

Changed the Antenna object's get_status() method to a status property.

15 lines of code changed in 10 files:

jdowell 2018-10-22 13:18 Rev.: 2571

Updated the LWA1 SSMIF to to 2018/10/22 with a couple of small fixes for suspect dipoles.

6 lines of code changed in 1 file:

jdowell 2018-10-22 12:56 Rev.: 2570

Updated the LWA1 SSMIF to to 2018/10/22.

21 lines of code changed in 1 file:

jayce 2018-10-18 21:26 Rev.: 2569

Fixed a missing import statement.

1 lines of code changed in 1 file:

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.

60 lines of code changed in 20 files:

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.

157 lines of code changed in 4 files:

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.

56 lines of code changed in 2 files:

jdowell 2018-10-17 22:50 Rev.: 2564

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

98 lines of code changed in 61 files:

jdowell 2018-10-17 20:33 Rev.: 2563

Oops, looks like r2562 left out a bunch of changes to the test suite.

35 lines of code changed in 4 files:

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.

63 lines of code changed in 6 files:

jdowell 2018-10-17 17:45 Rev.: 2560

Refactored the lsl.writer module to try and clean it up/de-duplicate code.

113 lines of code changed in 4 files:

jdowell 2018-10-17 15:13 Rev.: 2558

There seems to be an intermittent problem with using lsl.writer.measurmentset and lsl.imaging.utils.CorrelatedDataMS back to back. Will this help?

16 lines of code changed in 1 file:

jdowell 2018-10-17 14:53 Rev.: 2557

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

143 lines of code changed in 4 files:

jdowell 2018-10-17 14:16 Rev.: 2556

Updated the CHANGELOG files to include the latest round of changes.

10 lines of code changed in 1 file:

jdowell 2018-10-17 13:59 Rev.: 2555

Added test for the lsl.imaging.utils.CorrelatedDataMS class, when possible.

85 lines of code changed in 1 file:

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.

180 lines of code changed in 2 files:

jdowell 2018-10-16 14:50 Rev.: 2552

Updated the lsl.writer.measurementset writer to support multiple spectral windows.

182 lines of code changed in 2 files:

jdowell 2018-10-16 13:28 Rev.: 2549

Worked on beefing up the tests for multi-IF support in the FITS-IDI writer. Also, some work on making the UVFITS writer more robust.

191 lines of code changed in 4 files:

jdowell 2018-10-16 10:57 Rev.: 2546

Fixed a few more problems with the new multi-IF support in lsl.writer.fitsidi.

1 lines of code changed in 1 file:

jdowell 2018-10-16 10:01 Rev.: 2545

Added support for writing multiple IFs to the same FITS-IDI file. Previous to this, multi-IF support was only in the special fitsidi.py module that is part of the eLWA correlator suite.

150 lines of code changed in 3 files:

jdowell 2018-10-16 07:12 Rev.: 2543

Small change to lsl.sim.tbn to try and make it faster for writing out a SimFrame.

8 lines of code changed in 1 file:

jdowell 2018-10-15 16:08 Rev.: 2542

Worked on fixing various things that the previous commit broke.

11 lines of code changed in 5 files:

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.

138 lines of code changed in 19 files:

jdowell 2018-10-15 11:03 Rev.: 2540

Updated the test_simvis.py test suite for the recent changes to lsl.sim.vis.

42 lines of code changed in 1 file:

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.

1738 lines of code changed in 12 files:

jdowell 2018-10-15 10:13 Rev.: 2538

Fixed a missed re-name in lsl.common.stations.

5 lines of code changed in 2 files:

jdowell 2018-10-10 11:16 Rev.: 2537

Tweaked the required versions of numpy and scipy to match what is currently used on fornax.

1 lines of code changed in 1 file:

jdowell 2018-10-10 11:12 Rev.: 2536

More work on setup.py to get the --with-atlas and --with-fftw options working with 'build'. Also, fixed the versbosity when building the extensions so that it actually shows something.

54 lines of code changed in 1 file:

jdowell 2018-10-09 14:24 Rev.: 2535

Small change to setup.py/setup.cfg to make it easier to specify paths for ATLAS and FFTW.

57 lines of code changed in 2 files:

jdowell 2018-10-08 16:04 Rev.: 2534

Set the 'fill_value' keyword to zero generating the TBN and DRX bandpasses for DP and ADP to avoid NaNs.

4 lines of code changed in 2 files:

jdowell 2018-10-08 10:25 Rev.: 2533

Worked on trying to get the tests to work again.

1 lines of code changed in 2 files:

jdowell 2018-10-08 09:53 Rev.: 2531

Fixed a typo in the measurement set writer.

2 lines of code changed in 2 files:

jdowell 2018-10-05 16:53 Rev.: 2529

Fixed a bug in the DR spectrometer reader that corrupted Stokes I from tuning 2 for IQUV-mode observations.

2 lines of code changed in 2 files:

jdowell 2018-10-03 16:23 Rev.: 2528

Worked on cleaning up the interfaces to the lsl.reader module.

528 lines of code changed in 28 files:

jdowell 2018-10-03 10:45 Rev.: 2527

More cleanup on the readers to get them flexible and fast.

1843 lines of code changed in 10 files:

jdowell 2018-10-03 09:00 Rev.: 2525

Fixed a bug in the lsl visibility data writers that causing weird problems in the output data ordering/timetags.

13 lines of code changed in 5 files:

jdowell 2018-10-03 08:37 Rev.: 2524

Worked on trying to get the tests running again.

81 lines of code changed in 17 files:

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.

4645 lines of code changed in 126 files:

jdowell 2018-10-01 11:23 Rev.: 2522

Removed lsl.misc.OrderedDict since we are now moving to 2.7 as the minimum Python version.

4 lines of code changed in 5 files:

jdowell 2018-10-01 11:19 Rev.: 2521

Cleaned up a few clang warnings in lsl.correlator.

3 lines of code changed in 3 files:

jdowell 2018-10-01 11:13 Rev.: 2520

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

149 lines of code changed in 5 files:

jdowell 2018-10-01 10:23 Rev.: 2519

Worked on making the new correlator code more C++y.

205 lines of code changed in 5 files:

September 2018 »

Generated by StatSVN 0.7.0