July 2013 Commit Log

Number of Commits:
30
Number of Active Developers:
1
jdowell 2013-07-24 14:18 Rev.: 1394

Applied r1393 to the development trunk (typos. + fix for older NumPy installs).

28 lines of code changed in 5 files:

jdowell 2013-07-19 16:15 Rev.: 1390

Applied r1383, r1384, r1385, r1386, r1387, r1388, and r1389 to the development trunk (metabundle updates).

486 lines of code changed in 6 files:

jdowell 2013-07-19 11:52 Rev.: 1382

Applied r1381 to the development trunk (update to lsl.common.metabundle).

22 lines of code changed in 2 files:

jdowell 2013-07-16 10:34 Rev.: 1380

Fixed a bug in the gatherDebugging.py compiler OpenMP check and added the compiler output when the OpenMP test fails.

18 lines of code changed in 1 file:

jdowell 2013-07-16 10:25 Rev.: 1379

Updated the gatherDebugging.py script to include compiler-specific information and drop libnova. Removed the executable flag from the LFmap FITS file.

50 lines of code changed in 5 files:

jdowell 2013-07-12 12:52 Rev.: 1378

Some logic needs to be moved around in get() to make it play nicely with the new get()/flush() structure.

4 lines of code changed in 1 file:

jdowell 2013-07-12 12:37 Rev.: 1377

More updated the the buffer.py module to add in preliminary support for dealing with duplicate frames.

155 lines of code changed in 1 file:

jdowell 2013-07-11 16:51 Rev.: 1376

Added back in the ring buffer code for DRX data with a couple of improvements.

95 lines of code changed in 1 file:

jdowell 2013-07-10 17:21 Rev.: 1374

Fixed the bug in the new Antenna __reduce__ function that caused the strange beamformer errors.

5 lines of code changed in 2 files:

jdowell 2013-07-10 16:37 Rev.: 1373

Looks like there was an unintended complication with the new LWAStationBase/LWAStation structure. Trying to recover.

5 lines of code changed in 1 file:

jdowell 2013-07-10 16:34 Rev.: 1372

Looks like r1371 is missing the new test_stations.py test suite.

44 lines of code changed in 1 file:

jdowell 2013-07-10 16:32 Rev.: 1371

Several changes to lsl.common.stations to add in new features. First LWAStation is now a sub-class of ephem.Observer which should make it easier to find things. Second, all of the objects should pickle well now. Finally, added a response() function to the Antenna object to read in an estimate of the impedance mis-match loss.

297 lines of code changed in 3 files:

jdowell 2013-07-10 14:23 Rev.: 1370

Updated the various bits of documentation to reflect the changes over the last couple of days. There was far more work than those few lines would indicate. Also, update the description of the lsl.common.stations.LWAStation object to correct the name of the attribute that holds the longitude.

13 lines of code changed in 6 files:

jdowell 2013-07-10 14:11 Rev.: 1369

Updated the lwa_cat_view.py script to use the lsl.common.stations.lwa1 instance for position information. Removed the Fermi first point source catalog since the 2-yr catalog is now included.

6 lines of code changed in 4 files:

jdowell 2013-07-10 13:52 Rev.: 1368

Fixed a couple of bugs in astro.py introduced by the new effort to remove the libnova dependency. Fixed the class associated with the new Fermi 2-yr point source catalog. Maybe I should deprecate the first point source catalog.

187 lines of code changed in 3 files:

jdowell 2013-07-10 11:54 Rev.: 1367

Added the 2-year Fermi LAT catalog to catalog.py.

5073 lines of code changed in 3 files:

jdowell 2013-07-10 11:48 Rev.: 1366

Changed the formatting n the catalog.py file and removed the libnova stuff from astroevents.py.

665 lines of code changed in 2 files:

jdowell 2013-07-10 11:27 Rev.: 1365

Reformatted the astro.py module and the test_astro.py test suite. Tried to get the test_transform.py test suite working again.

3492 lines of code changed in 3 files:

jdowell 2013-07-10 10:05 Rev.: 1364

It looks like implementing the astro_array.hrz_from_equ() function is too slow to be useful in Python (shock). So, a better plan is to replace the code on skymap.py to use so simple HA/dec -> alt/az math. Also, worked on cleaning up the tranform.py module to use tab indentation and cleaned up the test_transform.py test suite.

854 lines of code changed in 3 files:

jdowell 2013-07-09 23:24 Rev.: 1363

Found another couple of problems in the new astro.py module.

8 lines of code changed in 1 file:

jdowell 2013-07-09 17:22 Rev.: 1362

That didn't go to well. Fixed the test_astro.py suite and tweaked the version numbers on skymap.py and astor.py to reflect the changes. Also, added a statement to lsl.correlator.fx that there are now 'LFFT' channels instead of 'LFFT-1' channels. I need to looking into the astro.hrz_from_equ function to see what is wrong with it.

5 lines of code changed in 4 files:

jdowell 2013-07-09 17:11 Rev.: 1361

Removed the astro_array module in favor of a function in lsl.astro. Update lsl.skymap to use this new function.

32 lines of code changed in 5 files:

jdowell 2013-07-09 16:54 Rev.: 1360

Fixed an import error in the new test_astro.py test script.

1 lines of code changed in 1 file:

jdowell 2013-07-09 16:51 Rev.: 1359

Modified astro.py to use pyephem instead of the LSL _libnova module. Updated setup.py and setup.cfg accordingtly.

937 lines of code changed in 5 files:

jdowell 2013-07-09 16:26 Rev.: 1358

Added in the changes needed to get the lsl.correlator modules returning all 'LFFT' channels.

207 lines of code changed in 9 files:

jdowell 2013-07-09 16:16 Rev.: 1356

That last change set was regrettable.

1 lines of code changed in 1 file:

jdowell 2013-07-09 16:11 Rev.: 1355

Slightly re-tooled version of the new setup.py.

17 lines of code changed in 1 file:

jdowell 2013-07-09 15:55 Rev.: 1354

Trying out a new setup.py that will help deal with OpenMP problems on Mac OSX. Added a statement to the LSL __init__.py script to import the version information.

51 lines of code changed in 2 files:

jdowell 2013-07-08 15:14 Rev.: 1351

Applied r1349/r1350 to the development trunk (close after numpy.load).

7 lines of code changed in 5 files:

jdowell 2013-07-03 10:41 Rev.: 1346

Applied r1345 to the deveopment trunk (imageIDI.py fix).

32 lines of code changed in 2 files:

June 2013 »

Generated by StatSVN 0.7.0