Directory trunk/lsl/lsl/sim/

Directory Created:
2010-11-02 16:35
Total Files:
15
Deleted Files:
5
Lines of Code:
4216

[root]/trunk/lsl/lsl/sim

Lines of Code

trunk/lsl/lsl/sim/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 262 (100.0%) 11916 (100.0%) 45.4
jdowell 250 (95.4%) 11848 (99.4%) 47.3
jayce 12 (4.6%) 68 (0.6%) 5.6

Most Recent Commits

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

Cleaned up some more style things.

5 lines of code changed in 1 file:

  • trunk/lsl/lsl/sim: vis.py (+5 -5)
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:

  • trunk/lsl/lsl/sim: dp.py (+32 -32), drx.py (+2 -2), tbn.py (+2 -2)
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.

6 lines of code changed in 2 files:

  • trunk/lsl/lsl/sim: drx.py (+3 -3), tbn.py (+3 -3)
jdowell 2019-10-17 16:35 Rev.: 2995

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

19 lines of code changed in 2 files:

  • trunk/lsl/lsl/sim: drx.py (+10 -10), tbn.py (+9 -9)
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.

53 lines of code changed in 2 files:

  • trunk/lsl/lsl/sim: drx.py (+32 -32), tbn.py (+21 -21)
jdowell 2019-10-16 08:44 Rev.: 2987

Elimated calls to super() for various classes.

2 lines of code changed in 2 files:

  • trunk/lsl/lsl/sim: drx.py (+1 -1), tbn.py (+1 -1)
jdowell 2019-08-27 16:00 Rev.: 2919

Added basic module import tracking to LSL.

19 lines of code changed in 5 files:

  • trunk/lsl/lsl/sim: dp.py (+4), drx.py (+4), necutil.py (+3), tbn.py (+4), vis.py (+4 -1)
jdowell 2019-08-27 15:37 Rev.: 2918

More formatting cleanup. I think I like this better. The only thing left to decide is what to do about the '# -*- coding: utf-8 -*' line.

28 lines of code changed in 6 files:

  • trunk/lsl/lsl/sim: __init__.py (+1 -2), dp.py (+5 -5), drx.py (+5 -5), necutil.py (+6 -6), tbn.py (+5 -5), vis.py (+6 -6)
jdowell 2019-08-27 11:48 Rev.: 2916

More work on trying to clean up the telemetry module. Plus, unified the 'Python3' boilerplate at the start of each and every module.

23 lines of code changed in 6 files:

  • trunk/lsl/lsl/sim: __init__.py (+6), dp.py (+5 -6), drx.py (+4 -3), necutil.py (+1 -2), tbn.py (+4 -5), vis.py (+3 -4)
jdowell 2019-08-26 11:34 Rev.: 2908

Various fixes for Python3 support. I still need to figure out what is going on with the lsl.misc.total_sorting module.

5 lines of code changed in 1 file:

  • trunk/lsl/lsl/sim: drx.py (+5)
jayce 2019-07-30 20:10 Rev.: 2888

Use our own constants for the speed of light.

1 lines of code changed in 1 file:

  • trunk/lsl/lsl/sim: vis.py (+1 -2)
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.

41 lines of code changed in 1 file:

  • trunk/lsl/lsl/sim: vis.py (+41 -17)
jdowell 2018-10-24 16:35 Rev.: 2590

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

2 lines of code changed in 1 file:

  • trunk/lsl/lsl/sim: vis.py (+2 -2)
jdowell 2018-10-24 15:31 Rev.: 2589

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

386 lines of code changed in 2 files:

  • trunk/lsl/lsl/sim: nec_util.py (del), necutil.py (new 386)
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:

  • trunk/lsl/lsl/sim: nec_util.py (+2 -2)
jdowell 2018-10-24 13:11 Rev.: 2587

Replaced calls to logging with the warnings module.

14 lines of code changed in 1 file:

  • trunk/lsl/lsl/sim: nec_util.py (+14 -17)
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.

4 lines of code changed in 1 file:

  • trunk/lsl/lsl/sim: vis.py (+4 -1)
jdowell 2018-10-17 22:50 Rev.: 2564

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

5 lines of code changed in 5 files:

  • trunk/lsl/lsl/sim: dp.py (+1 -1), drx.py (+1 -1), nec_util.py (+1 -2), tbn.py (+1 -1), vis.py (+1 -2)
jdowell 2018-10-17 14:53 Rev.: 2557

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

27 lines of code changed in 1 file:

  • trunk/lsl/lsl/sim: vis.py (+27 -36)
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:

  • trunk/lsl/lsl/sim: tbn.py (+8 -11)
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.

14 lines of code changed in 1 file:

  • trunk/lsl/lsl/sim: vis.py (+14 -14)
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.

73 lines of code changed in 1 file:

  • trunk/lsl/lsl/sim: vis.py (+73 -143)
jdowell 2018-10-03 16:23 Rev.: 2528

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

21 lines of code changed in 3 files:

  • trunk/lsl/lsl/sim: dp.py (+5 -4), drx.py (+9 -9), tbn.py (+7 -7)
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.

204 lines of code changed in 6 files:

  • trunk/lsl/lsl/sim: dp.py (+44 -44), drx.py (+58 -59), errors.py (del), nec_util.py (+12 -12), tbn.py (+55 -56), vis.py (+35 -35)
jdowell 2018-09-28 14:57 Rev.: 2518

Worked up updateing the lsl.correlator.uvUtils module. This module may get a name change.

1 lines of code changed in 1 file:

  • trunk/lsl/lsl/sim: vis.py (+1 -1)
jdowell 2018-09-28 10:44 Rev.: 2514

Fixed a C++ problem introduced into simfast.c in r2513. Started working on switching over to astropy.io.fits from pyfits in the writers.

5 lines of code changed in 1 file:

  • trunk/lsl/lsl/sim: simfast.c (+5 -5)
jdowell 2018-09-28 10:21 Rev.: 2513

Worked on updating wisdom.c and the lsl.sim module. More stuff is going to break...

574 lines of code changed in 5 files:

  • trunk/lsl/lsl/sim: dp.py (+73 -73), drx.py (+66 -66), simfast.c (+363 -386), tbn.py (+42 -42), vis.py (+30 -30)
jdowell 2018-09-21 13:42 Rev.: 2505

Updated the lsl.common.stations.ARX class and the associated .npz files to put the ASP filters in the right order with the right numeric codes to match what ASP does. Added catches for the 'split@3MHz' and 'full@3MHz' filters for Sevilleta (coming soon). Also, updated the lsl.sim.vis.AntennaArray class to mention the new filters.

8 lines of code changed in 1 file:

  • trunk/lsl/lsl/sim: vis.py (+8 -2)
jdowell 2018-08-02 10:12 Rev.: 2467

More work getting LSL ready for Python3. lsl.sim module changes.

6 lines of code changed in 3 files:

  • trunk/lsl/lsl/sim: dp.py (+2 -1), drx.py (+2 -1), vis.py (+2 -1)
jdowell 2018-07-23 17:07 Rev.: 2456

Cleaned up lsl.sim.dp to fix a few problem introduced by removing lsl.sim.tbw in r2455.

16 lines of code changed in 1 file:

  • trunk/lsl/lsl/sim: dp.py (+16 -144)
jdowell 2018-07-23 16:38 Rev.: 2455

Worked on getting ready to remove lsl.sim.tbw since both stations cannot generate it.

0 lines of code changed in 2 files:

  • trunk/lsl/lsl/sim: __init__.py (-1), tbw.py (del)
jdowell 2018-06-18 19:26 Rev.: 2386

Even more work on getting LSL to PEP8. Now it is lsl.sim.

2616 lines of code changed in 7 files:

  • trunk/lsl/lsl/sim: dp.py (+400 -400), drx.py (+208 -208), errors.py (+98 -98), nec_util.py (+324 -324), tbn.py (+180 -180), tbw.py (+192 -192), vis.py (+1214 -1215)
jdowell 2018-06-12 13:28 Rev.: 2375

Removed calls to os.system in favor of subprocess.check_call. Added a new writeto() method to the lsl.common.sdf/sdfADP.Project class. Small change to geodesy.py to make it look more like ionosphere.py.

5 lines of code changed in 1 file:

  • trunk/lsl/lsl/sim: nec_util.py (+5 -4)
jdowell 2018-06-12 11:02 Rev.: 2370

Cleaned up lsl.sim.nec_util to try and make sure the files are closed when we are done with them.

98 lines of code changed in 1 file:

  • trunk/lsl/lsl/sim: nec_util.py (+98 -98)
jdowell 2018-06-12 10:18 Rev.: 2367

Removed ob.next() in favor of next(ob) throughout LSL. Removed float_ and complex_ in favor of float32 and complex64.

3 lines of code changed in 1 file:

  • trunk/lsl/lsl/sim: nec_util.py (+3 -3)
jdowell 2018-06-07 15:05 Rev.: 2360

More work on the various extensions in LSL to get them to compile *and* import under Python3.

4 lines of code changed in 1 file:

  • trunk/lsl/lsl/sim: simfast.c (+4 -4)
jdowell 2018-06-06 19:21 Rev.: 2352

Worked on getting the various C extensions ready for Python3.

34 lines of code changed in 1 file:

  • trunk/lsl/lsl/sim: simfast.c (+34 -2)
jdowell 2018-03-14 14:02 Rev.: 2260

Cleaned up a few messages in various places. Also, changed lsl.statistics.robust to raise ValueError when a problem happens.

2 lines of code changed in 1 file:

  • trunk/lsl/lsl/sim: vis.py (+2 -1)
jdowell 2017-09-08 13:10 Rev.: 2168

Tweaked the allowed frequency limits in lsl.common.sdfADP to match what ADP can do. Updated the various C extensions so that a 'OMP_SCHEDULER' macro is used to control the OpenMP scheduler used in each module.

6 lines of code changed in 1 file:

  • trunk/lsl/lsl/sim: simfast.c (+6 -1)
jdowell 2017-09-07 09:55 Rev.: 2163

Changed the OpenMP scheduling method in simfast.c to dynamic.

1 lines of code changed in 1 file:

  • trunk/lsl/lsl/sim: simfast.c (+1 -1)

(87 more)

Generated by StatSVN 0.7.0