Directory branches/lsl-1.2.x/lsl/writer/

Total Files:
6
Deleted Files:
0
Lines of Code:
4822

[root]/branches/lsl-1.2.x/lsl/writer

Lines of Code

branches/lsl-1.2.x/lsl/writer/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
jdowell 64 (100.0%) 7477 (100.0%) 116.8

Most Recent Commits

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.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/writer: fitsidi.py (+1)
jdowell 2019-08-20 09:26 Rev.: 2895

Added very basic support for storing the swarm interferometer intents in the FITS-IDI files via the CALCODE field in the SOURCE table.

15 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/writer: fitsidi.py (+15 -1)
jdowell 2019-01-15 15:44 Rev.: 2740

Cleaned up the source table in some of the lsl.writer modules to remove duplicate entries.

2 lines of code changed in 2 files:

  • branches/lsl-1.2.x/lsl/writer: fitsidi.py (+1 -5), measurementset.py (+1 -5)
jdowell 2018-12-11 15:21 Rev.: 2720

Applied r2718 to LSL to help reduce memory usage of the FITS IDI writer.

10 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/writer: fitsidi.py (+10 -6)
jdowell 2018-11-20 15:41 Rev.: 2674

r2667 broke the unit tests for the FITS writer since it changed the order of the comments. This fixes that.

5 lines of code changed in 3 files:

  • branches/lsl-1.2.x/lsl/writer: fitsidi.py (+3 -6), sdfits.py (+1 -2), uvfits.py (+1 -2)
jdowell 2018-11-20 15:02 Rev.: 2667

Added the FITS comment to the various FITS files formats. Fixed a problem with AIPS and ExtendedIDI classes in lsl.writer.fitsidi that caused the comments and history to be dropped from the primary header.

40 lines of code changed in 4 files:

  • branches/lsl-1.2.x/lsl/writer: fitsidi.py (+34), sdfits.py (+2), tsfits.py (+2), uvfits.py (+2)
jdowell 2018-11-14 14:07 Rev.: 2647

Added support for writing comments and history to FITS IDI, SDFITS, and UVFITS files.

115 lines of code changed in 3 files:

  • branches/lsl-1.2.x/lsl/writer: fitsidi.py (+38), sdfits.py (+39 -1), uvfits.py (+38)
jdowell 2018-11-14 12:43 Rev.: 2645

Cleaned up some more documentation.

27 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/writer: tsfits.py (+27 -27)
jdowell 2018-10-26 08:36 Rev.: 2598

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

1164 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/writer: measurementset.py (+1164 -1140)
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.

19 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/writer: vdif.py (+19 -13)
jdowell 2018-10-17 15:41 Rev.: 2559

Fixed a couple of small formatting problems introduced into lsl.writer.measurementset in r2558.

3 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/writer: measurementset.py (+3 -3)
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?

18 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/writer: measurementset.py (+18 -3)
jdowell 2018-10-16 14:50 Rev.: 2552

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

87 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/writer: measurementset.py (+87 -61)
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.

11 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/writer: uvfits.py (+11 -20)
jdowell 2018-10-16 10:57 Rev.: 2546

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

2 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/writer: fitsidi.py (+2 -2)
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.

92 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/writer: fitsidi.py (+92 -64)
jdowell 2018-10-08 09:53 Rev.: 2531

Fixed a typo in the measurement set writer.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/writer: measurementset.py (+1 -1)
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.

7 lines of code changed in 3 files:

  • branches/lsl-1.2.x/lsl/writer: fitsidi.py (+2 -2), measurementset.py (+3 -3), uvfits.py (+2 -2)
jdowell 2018-08-28 14:57 Rev.: 2490

Added the TRANSITION, REST_FREQ, and SYSVEL columns to the SOURCE table in the lsl.writer.measurementset writer.

15 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/writer: measurementset.py (+15 -1)
jdowell 2018-08-23 14:28 Rev.: 2488

More cleanup in the measurement set writer.

245 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/writer: measurementset.py (+245 -151)
jdowell 2018-08-23 13:46 Rev.: 2487

Fixed a couple of bugs in the MS writer that lead to invalid visibility times and problems loading into CASA. Changed how the main table is saved so that it is faster.

93 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/writer: measurementset.py (+93 -66)
jdowell 2018-08-22 15:27 Rev.: 2484

First pass at a CASA measurement set writer for LSL.

1095 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/writer: measurementset.py (new 1095)
jdowell 2018-08-02 09:47 Rev.: 2466

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

22 lines of code changed in 3 files:

  • branches/lsl-1.2.x/lsl/writer: sdfits.py (+6 -2), uvfits.py (+9 -5), vdif.py (+7 -6)
jdowell 2018-07-23 17:56 Rev.: 2460

Worked on long() comptiability for Python3 in lsl.writer.vdif.

5 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/writer: vdif.py (+5)
jdowell 2018-07-23 17:48 Rev.: 2459

Worked on getting ready to remove lsl.writer.tsfits from LSL.

4 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/writer: tsfits.py (+4)
jdowell 2018-07-23 17:44 Rev.: 2457

Worked on Python3 xrange() compatiability for LSL.

13 lines of code changed in 3 files:

  • branches/lsl-1.2.x/lsl/writer: fitsidi.py (+4 -1), sdfits.py (+5), uvfits.py (+4 -1)
jdowell 2018-07-23 16:27 Rev.: 2454

Converted the rest of LSL over to print().

16 lines of code changed in 3 files:

  • branches/lsl-1.2.x/lsl/writer: fitsidi.py (+5 -2), tsfits.py (+6 -3), uvfits.py (+5 -2)
jdowell 2018-06-18 19:29 Rev.: 2387

Even more work on getting LSL to PEP8. Now for lsl.writer.

3001 lines of code changed in 5 files:

  • branches/lsl-1.2.x/lsl/writer: fitsidi.py (+1216 -1216), sdfits.py (+473 -473), tsfits.py (+443 -443), uvfits.py (+740 -740), vdif.py (+129 -129)
jdowell 2018-06-12 13:47 Rev.: 2376

Added a new lsl.misc.total_sorting module to help move away from the old __cmp__() methods. Updated various modules/classes to use this new decorator.

4 lines of code changed in 2 files:

  • branches/lsl-1.2.x/lsl/writer: fitsidi.py (+2), uvfits.py (+2)
jdowell 2018-06-12 11:39 Rev.: 2373

Updated lsl.writer.sdfits to use a cleaner interface to PyFITS.

25 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/writer: sdfits.py (+25 -25)
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.

2 lines of code changed in 2 files:

  • branches/lsl-1.2.x/lsl/writer: fitsidi.py (+1 -1), uvfits.py (+1 -1)
jdowell 2018-03-14 14:12 Rev.: 2262

Adding in another WARNING -> warnings.warn that I missed in r2260.

3 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/writer: sdfits.py (+3 -2)
jdowell 2017-08-31 16:52 Rev.: 2153

Run pylint on the lsl.writer modules.

20 lines of code changed in 9 files:

  • branches/lsl-1.2.x/lsl/writer: fitsidi.py (+3 -28), sdfits.py (new), tsfits.py (new), uvfits.py (+2 -29), vdif.py (new)
jdowell 2017-08-24 10:55 Rev.: 2132

Worked on getting ready for LSL version 1.2.0.

1295 lines of code changed in 1 file:

  • branches/lsl-1.2.x/lsl/writer: fitsidi.py (new 1295)
Generated by StatSVN 0.7.0