Directory trunk/lsl/lsl/writer/

Total Files:
6
Deleted Files:
1
Lines of Code:
4207

[root]/trunk/lsl/lsl/writer

Lines of Code

trunk/lsl/lsl/writer/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 256 (100.0%) 12528 (100.0%) 48.9
jdowell 234 (91.4%) 12176 (97.2%) 52.0
jayce 21 (8.2%) 348 (2.8%) 16.5
root 1 (0.4%) 4 (0.0%) 4.0

Most Recent Commits

jdowell 2019-12-03 19:52 Rev.: 3028

Another attempt to use an alternate source for the EOP values.

2 lines of code changed in 2 files:

  • trunk/lsl/lsl/writer: fitsidi.py (+1 -1), uvfits.py (+1 -1)
jdowell 2019-12-03 18:14 Rev.: 3025

Fixed a typo in r3024.

2 lines of code changed in 2 files:

  • trunk/lsl/lsl/writer: fitsidi.py (+1 -1), uvfits.py (+1 -1)
jdowell 2019-12-03 17:49 Rev.: 3024

Small test to see if we can get around the maia.usno.navy.mil problem.

20 lines of code changed in 2 files:

  • trunk/lsl/lsl/writer: fitsidi.py (+10 -3), uvfits.py (+10 -3)
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:

  • trunk/lsl/lsl/writer: measurementset.py (+2 -2), uvfits.py (+3 -3)
jayce 2019-10-21 09:07 Rev.: 3004

Cleaned up some more style things.

8 lines of code changed in 1 file:

  • trunk/lsl/lsl/writer: fitsidi.py (+8 -8)
jdowell 2019-10-16 08:44 Rev.: 2987

Elimated calls to super() for various classes.

4 lines of code changed in 4 files:

  • trunk/lsl/lsl/writer: fitsidi.py (+1 -1), measurementset.py (+1 -1), sdfits.py (+1 -1), uvfits.py (+1 -1)
jayce 2019-10-11 14:07 Rev.: 2971

Removed a lingering 'long' from fitsidi.py.

1 lines of code changed in 1 file:

  • trunk/lsl/lsl/writer: fitsidi.py (+1 -1)
jdowell 2019-08-27 16:00 Rev.: 2919

Added basic module import tracking to LSL.

18 lines of code changed in 5 files:

  • trunk/lsl/lsl/writer: fitsidi.py (+3), measurementset.py (+3), sdfits.py (+4), uvfits.py (+4), vdif.py (+4)
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.

33 lines of code changed in 6 files:

  • trunk/lsl/lsl/writer: __init__.py (+1 -3), fitsidi.py (+6 -6), measurementset.py (+6 -6), sdfits.py (+7 -7), uvfits.py (+7 -7), vdif.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.

28 lines of code changed in 6 files:

  • trunk/lsl/lsl/writer: __init__.py (+14 -4), fitsidi.py (+2 -3), measurementset.py (+3 -2), sdfits.py (+2 -1), uvfits.py (+2 -2), vdif.py (+5 -5)
jdowell 2019-08-26 13:11 Rev.: 2910

Cleaned up a few lingering sorting problems under Python3. These changes should really make it into the readers at some point.

10 lines of code changed in 3 files:

  • trunk/lsl/lsl/writer: fitsidi.py (+8 -2), measurementset.py (+2 -2), uvfits.py (-1)
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.

2 lines of code changed in 1 file:

  • trunk/lsl/lsl/writer: fitsidi.py (+2 -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:

  • trunk/lsl/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.

3 lines of code changed in 3 files:

  • trunk/lsl/lsl/writer: fitsidi.py (+1 -5), measurementset.py (+1 -5), uvfits.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.

11 lines of code changed in 1 file:

  • trunk/lsl/lsl/writer: fitsidi.py (+11 -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:

  • trunk/lsl/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.

38 lines of code changed in 3 files:

  • trunk/lsl/lsl/writer: fitsidi.py (+34), sdfits.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:

  • trunk/lsl/lsl/writer: fitsidi.py (+38), sdfits.py (+39 -1), uvfits.py (+38)
jdowell 2018-10-26 08:36 Rev.: 2598

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

1034 lines of code changed in 1 file:

  • trunk/lsl/lsl/writer: measurementset.py (+1034 -1008)
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.

28 lines of code changed in 1 file:

  • trunk/lsl/lsl/writer: vdif.py (+28 -16)
jayce 2018-10-18 21:26 Rev.: 2569

Fixed a missing import statement.

1 lines of code changed in 1 file:

  • trunk/lsl/lsl/writer: uvfits.py (+1)
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.

19 lines of code changed in 3 files:

  • trunk/lsl/lsl/writer: fitsidi.py (+13 -10), measurementset.py (-2), uvfits.py (+6 -8)
jdowell 2018-10-17 22:50 Rev.: 2564

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

7 lines of code changed in 5 files:

  • trunk/lsl/lsl/writer: fitsidi.py (+1 -2), measurementset.py (+1 -2), sdfits.py (+3 -1), uvfits.py (+1 -1), vdif.py (+1 -1)
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.

23 lines of code changed in 4 files:

  • trunk/lsl/lsl/writer: fitsidi.py (+9 -9), measurementset.py (+8 -8), sdfits.py (+3 -3), uvfits.py (+3 -3)
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:

  • trunk/lsl/lsl/writer: fitsidi.py (+90 -51), measurementset.py (+9 -158), sdfits.py (+7 -101), uvfits.py (+7 -216)
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:

  • trunk/lsl/lsl/writer: measurementset.py (+16)
jdowell 2018-10-16 14:50 Rev.: 2552

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

86 lines of code changed in 1 file:

  • trunk/lsl/lsl/writer: measurementset.py (+86 -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.

87 lines of code changed in 2 files:

  • trunk/lsl/lsl/writer: fitsidi.py (+3), uvfits.py (+84 -21)
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.

94 lines of code changed in 1 file:

  • trunk/lsl/lsl/writer: fitsidi.py (+94 -65)
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.

246 lines of code changed in 1 file:

  • trunk/lsl/lsl/writer: uvfits.py (+246 -34)
jdowell 2018-10-15 10:13 Rev.: 2538

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

2 lines of code changed in 1 file:

  • trunk/lsl/lsl/writer: measurementset.py (+2 -2)
jdowell 2018-10-08 09:53 Rev.: 2531

Fixed a typo in the measurement set writer.

1 lines of code changed in 1 file:

  • trunk/lsl/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.

12 lines of code changed in 4 files:

  • trunk/lsl/lsl/writer: fitsidi.py (+2 -2), measurementset.py (+4 -4), sdfits.py (+4 -4), uvfits.py (+2 -2)
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.

66 lines of code changed in 5 files:

  • trunk/lsl/lsl/writer: fitsidi.py (+24 -22), measurementset.py (+9 -7), sdfits.py (+8 -8), uvfits.py (+11 -11), vdif.py (+14 -14)
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.

3 lines of code changed in 2 files:

  • trunk/lsl/lsl/writer: fitsidi.py (+1 -5), measurementset.py (+2 -6)
jdowell 2018-09-28 11:37 Rev.: 2517

More cleanup in the lsl.writer module.

13 lines of code changed in 4 files:

  • trunk/lsl/lsl/writer: fitsidi.py (+4 -3), measurementset.py (+2 -1), sdfits.py (+3 -2), uvfits.py (+4 -3)
jdowell 2018-09-28 11:29 Rev.: 2516

Worked on cleaning up the style in the lsl.writer module.

179 lines of code changed in 4 files:

  • trunk/lsl/lsl/writer: fitsidi.py (+71 -71), measurementset.py (+36 -36), sdfits.py (+25 -25), uvfits.py (+47 -47)
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.

163 lines of code changed in 3 files:

  • trunk/lsl/lsl/writer: fitsidi.py (+99 -99), sdfits.py (+42 -42), uvfits.py (+22 -22)
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:

  • trunk/lsl/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:

  • trunk/lsl/lsl/writer: measurementset.py (+245 -151)

(95 more)

Generated by StatSVN 0.7.0