October 2019 Commit Log

Number of Commits:
41
Number of Active Developers:
2
jdowell 2019-10-28 11:24 Rev.: 3012

Fixed a test that was missed in the changes in r3011. Still waiting on MAIA to come back...

1 lines of code changed in 1 file:

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

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

539 lines of code changed in 20 files:

jayce 2019-10-27 09:34 Rev.: 3010

Worked on cleaning up the test failures that are related to the recent changes to the idf.py and sdf.py/sdfADP.py modules.

13 lines of code changed in 3 files:

jayce 2019-10-25 20:59 Rev.: 3009

More style changes in the sdf modules.

120 lines of code changed in 2 files:

jayce 2019-10-25 20:37 Rev.: 3008

Cleaned up the style a little in idf.py.

43 lines of code changed in 1 file:

jayce 2019-10-25 20:16 Rev.: 3007

More style cleanups.

105 lines of code changed in 5 files:

jdowell 2019-10-21 09:56 Rev.: 3005

Fixed a few getName -> get_name changes that were missed in r3004.

5 lines of code changed in 2 files:

jayce 2019-10-21 09:07 Rev.: 3004

Cleaned up some more style things.

27 lines of code changed in 4 files:

jayce 2019-10-21 07:19 Rev.: 3003

Fixed a few problems with the new SplitFileWrapper class and added unit tests for it.

226 lines of code changed in 4 files:

jdowell 2019-10-18 11:27 Rev.: 3002

More work on getting the FilePositionSaver class working. Plus, support for reading for a file that has been split into parts without having to put it back together.

359 lines of code changed in 10 files:

jayce 2019-10-18 09:50 Rev.: 3001

Fixed a typo in lsl.reader.base.

1 lines of code changed in 1 file:

jayce 2019-10-18 09:43 Rev.: 3000

Removed the explicit comparison methods in drspec. Added a new FilePositionSaver class to lsl.reader.base to make it easier to check a few frames in a file and then go back to where we started.

310 lines of code changed in 8 files:

jayce 2019-10-17 20:17 Rev.: 2999

Actually fixed the problem with the lsl.sim module.

36 lines of code changed in 3 files:

jayce 2019-10-17 19:28 Rev.: 2998

Cleaned up a a few things in the lsl.sim module to get rid of iq there as well. Also, fixed a few tests that were missed in r2995.

31 lines of code changed in 6 files:

jdowell 2019-10-17 16:44 Rev.: 2997

Updated the IDF module to make the maximum number of phase centers match what is in LWA Memo #211. Also, updated the CHANGELOG file.

16 lines of code changed in 2 files:

jdowell 2019-10-17 16:36 Rev.: 2996

Added in a fix for tbfSpectra.py related to the most recent change in lsl.reader.

1 lines of code changed in 1 file:

jdowell 2019-10-17 16:35 Rev.: 2995

Further cleanup of the lsl.reader inferfaces by moving all FramePayload data into the 'data' attribute.

83 lines of code changed in 12 files:

jdowell 2019-10-17 15:24 Rev.: 2994

Cleaned up the repr() metnods in lsl.common.stations.

108 lines of code changed in 1 file:

jdowell 2019-10-16 20:24 Rev.: 2993

Worked on adding a repr() method to LDPFileBase to help be more descriptive. Updated tbfSpectra.py for recent changes to the lsl.reader module. It is kind of troubling that the static analysis did not complain about this.

16 lines of code changed in 3 files:

jdowell 2019-10-16 19:48 Rev.: 2992

Refactored the lsl.reader module to put all of the Frames, FrameHeader, and FramePayloads under a common base. Renamed FrameData to FramePayload.

1001 lines of code changed in 27 files:

jdowell 2019-10-16 19:43 Rev.: 2991

Added extra validation of the antennas for LWAStationBase.

3 lines of code changed in 1 file:

jdowell 2019-10-16 18:59 Rev.: 2990

Worked on making the lsl.common.stations.LWAStationBase objects hashable.

1 lines of code changed in 1 file:

jdowell 2019-10-16 18:39 Rev.: 2989

Cleaned up the duplicate station checking in lsl.common.idf.

19 lines of code changed in 1 file:

jdowell 2019-10-16 08:57 Rev.: 2988

Looks like the change to lsl.reader.ldp in r2987 was a bad idea.

1 lines of code changed in 1 file:

jdowell 2019-10-16 08:44 Rev.: 2987

Elimated calls to super() for various classes.

20 lines of code changed in 10 files:

jayce 2019-10-15 18:57 Rev.: 2986

Fixed another hashing problem with the lsl.common.stations.LWAStation class.

3 lines of code changed in 1 file:

jdowell 2019-10-15 17:17 Rev.: 2984

Added more filtering to remove duplicate stations from IDF files.

1 lines of code changed in 1 file:

jdowell 2019-10-15 16:52 Rev.: 2982

Added filtering to remove duplicate stations from IDF files.

6 lines of code changed in 1 file:

jdowell 2019-10-15 16:39 Rev.: 2981

Fixed a typo in updateLSLSSMIF.py that caused the LWA-SV SSMIF to overwrite the LWA1 SSMIF.

1 lines of code changed in 1 file:

jdowell 2019-10-15 09:44 Rev.: 2980

Fixed a typo in the test_lsl.py test suite.

1 lines of code changed in 1 file:

jdowell 2019-10-15 09:40 Rev.: 2979

Worked on adding back in the on-demand LSL test suite.

15 lines of code changed in 1 file:

jdowell 2019-10-14 14:55 Rev.: 2978

Extra 'd' in require_filled.

2 lines of code changed in 1 file:

jdowell 2019-10-14 14:27 Rev.: 2977

Worked on fixing a problem with the lsl.reader.buffer module introduced in r2974.

9 lines of code changed in 2 files:

jdowell 2019-10-14 09:08 Rev.: 2976

Fixed a problem with the FrameBuffer.peek() method.

4 lines of code changed in 1 file:

jayce 2019-10-14 09:03 Rev.: 2975

Some work on getting the non-'setup.py test' test suite (python test_lsl.py) working under both Python2 and 3 again.

43 lines of code changed in 2 files:

jdowell 2019-10-14 08:47 Rev.: 2974

More work on improving support for VDIF frames with complex and/or channelized data.

11 lines of code changed in 2 files:

jayce 2019-10-11 14:19 Rev.: 2973

Small change to the VDIF buffer to get it working with the ARO files we have.

2 lines of code changed in 1 file:

jayce 2019-10-11 14:12 Rev.: 2972

Looks like factorial moved from scipy.misc to scipy.special.

4 lines of code changed in 1 file:

jayce 2019-10-11 14:07 Rev.: 2971

Removed a lingering 'long' from fitsidi.py.

1 lines of code changed in 1 file:

jayce 2019-10-11 14:03 Rev.: 2970

Removed an extra 'r' from urllib.parse.

1 lines of code changed in 1 file:

jdowell 2019-10-10 18:54 Rev.: 2969

Updated the LWA-SV SSMIF.

12 lines of code changed in 1 file:

September 2019 »

Generated by StatSVN 0.7.0