Directory trunk/Commissioning/DRX/HDF5/

Directory Created:
2011-10-25 01:14
Total Files:
15
Deleted Files:
5
Lines of Code:
7760

[root]/trunk/Commissioning/DRX/HDF5

Lines of Code

trunk/Commissioning/DRX/HDF5/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 258 (100.0%) 21473 (100.0%) 83.2
jdowell 240 (93.0%) 21014 (97.9%) 87.5
jayce 18 (7.0%) 459 (2.1%) 25.5

Most Recent Commits

jdowell 2020-02-13 16:37 Rev.: 3076

Updated the help for plotHDF.py.

1 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: plotHDF.py (+1 -1)
jdowell 2020-02-12 14:35 Rev.: 3074

Added a simple drift curve power spectrum plotter to plotHDF.py.

195 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: plotHDF.py (+195 -2)
jdowell 2019-10-28 13:26 Rev.: 3013

Updated data.py to deal with custom gains and delays at Sevilleta without dying.

33 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: data.py (+33 -21)
jdowell 2019-05-27 09:08 Rev.: 2880

Small change to the help wording in plotHDF.py.

1 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: plotHDF.py (+1 -1)
jdowell 2019-03-05 15:24 Rev.: 2855

Fixed a few problems in the Commissioning DRX/HDF5 tools that were introduced in the switch over to argparse.

2 lines of code changed in 2 files:

  • trunk/Commissioning/DRX/HDF5: hdfWaterfall.py (+2 -2), plotHDF.py (-80)
jdowell 2019-02-25 14:55 Rev.: 2841

Moved over to storing the frequency values as float64 in the HDF5 utilities.

3 lines of code changed in 3 files:

  • trunk/Commissioning/DRX/HDF5: data.py (+1 -1), drspec2hdf.py (+1 -1), hdfWaterfall.py (+1 -1)
jdowell 2019-02-21 18:45 Rev.: 2840

Moved the core HDF5 scripts over to argparse.

417 lines of code changed in 11 files:

  • trunk/Commissioning/DRX/HDF5: calculateSK.py (+34 -94), decimateHDF.py (+20 -76), dedisperseHDF.py (+31 -78), drspec2hdf.py (+56 -107), drspecCheckTimetags.py (+19 -13), drspecFileCheck.py (+22 -62), hdfWaterfall.py (+131 -206), linear2stokes.py (+17 -58), plotHDF.py (+47 -15), splitObservations.py (+23 -68), stokes2linear.py (+17 -58)
jdowell 2018-12-10 10:48 Rev.: 2715

Applied r2700 to hdfWaterfall.py.

3 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: hdfWaterfall.py (+3 -3)
jayce 2018-09-13 09:59 Rev.: 2503

Disabled the Color Map/Stretch menus in plotHDF.py by default.

7 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: plotHDF.py (+7 -1)
jdowell 2018-09-13 08:53 Rev.: 2501

Even more work on getting the GUIs happy with wxPython Phoenix.

88 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: plotHDF.py (+88 -46)
jdowell 2018-09-11 10:57 Rev.: 2500

A few more fixes for wxPython Phoenix.

2 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: plotHDF.py (+2 -2)
jdowell 2018-09-05 08:19 Rev.: 2495

Fixed a few wxPython compatibility problems in the Commissioning extension.

1 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: plotHDF.py (+1 -1)
jdowell 2018-07-17 17:41 Rev.: 2452

Added automatic file closing at exit a la pytables to the DRX/HDF5 data module.

72 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: data.py (+72 -3)
jdowell 2018-06-19 12:05 Rev.: 2414

Updated the Commissioning README's to README.md's.

72 lines of code changed in 2 files:

  • trunk/Commissioning/DRX/HDF5: README (del), README.md (new 72)
jdowell 2018-06-19 11:17 Rev.: 2406

Converted Commissioning/DRX from tabs to spaces per PEP8.

6392 lines of code changed in 12 files:

  • trunk/Commissioning/DRX/HDF5: calculateSK.py (+217 -217), data.py (+448 -448), decimateHDF.py (+157 -157), dedisperseHDF.py (+179 -179), drspec2hdf.py (+327 -327), drspecCheckTimetags.py (+117 -117), drspecFileCheck.py (+158 -158), hdfWaterfall.py (+539 -539), linear2stokes.py (+253 -253), plotHDF.py (+3612 -3612), splitObservations.py (+132 -132), stokes2linear.py (+253 -253)
jayce 2018-05-29 20:24 Rev.: 2338

Fixed a bug introduced into hdfWaterfall.py in r2111 by a debugging statement. This statement caused hdfWaterfall.py to skip forward an additional second into each section/observation processed and leave the least second of spectra in each section/observation zero.

12 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: hdfWaterfall.py (+12 -4)
jdowell 2018-02-05 13:53 Rev.: 2231

Updated drspec2hdf.py and data.py to better work with tarballs from LWA-SV and LSL 1.2.0.

36 lines of code changed in 2 files:

  • trunk/Commissioning/DRX/HDF5: data.py (+8 -6), drspec2hdf.py (+28 -13)
jdowell 2017-10-04 11:04 Rev.: 2182

Added a new -g/--ignore-time-errors option to hdfWaterfall.py to help deal with difficult files.

6 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: hdfWaterfall.py (+6 -2)
jdowell 2017-10-02 13:54 Rev.: 2176

Fixed a bug in hdfWaterfall.py that caused an error when pulling metadata from an SDF.

3 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: hdfWaterfall.py (+3 -2)
jdowell 2017-09-08 13:24 Rev.: 2170

Updated helper.c so that a 'OMP_SCHEDULER' macro is used to control the OpenMP scheduler used. Also, tweaked the Makefile a little.

11 lines of code changed in 2 files:

  • trunk/Commissioning/DRX/HDF5: Makefile (+1 -1), helper.c (+10 -5)
jdowell 2017-09-07 10:49 Rev.: 2165

Worked on cleaning up the helper.c module and getting it inline with version 1.7 of the NumPy C API.

128 lines of code changed in 2 files:

  • trunk/Commissioning/DRX/HDF5: Makefile (+3 -1), helper.c (+125 -53)
jdowell 2017-07-28 16:25 Rev.: 2115

Small change to drspec2hdf.py and hdfWatefall.py to default to no station is one is not provided.

16 lines of code changed in 2 files:

  • trunk/Commissioning/DRX/HDF5: drspec2hdf.py (+8 -3), hdfWaterfall.py (+8 -3)
jdowell 2017-07-26 11:14 Rev.: 2113

Added the '-march=native' flag to the Makefile.

2 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: Makefile (+2 -2)
jdowell 2017-07-26 10:57 Rev.: 2111

More work on the HDF5 utilities to improve support for LWA-SV. This includes a new 'StationName' attribute in the HDF5 file to help keep track of where things come from.

141 lines of code changed in 3 files:

  • trunk/Commissioning/DRX/HDF5: data.py (+25 -3), drspec2hdf.py (+7 -3), hdfWaterfall.py (+109 -398)
jdowell 2017-07-10 17:03 Rev.: 2107

Initial work getting the HDF5 data.py module ready for LWA-SV.

39 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: data.py (+39 -22)
jdowell 2016-06-24 13:43 Rev.: 1948

Small change to plotHDF.py to fix a problem redrawing the bottom of the window after a resize.

3 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: plotHDF.py (+3)
jdowell 2016-06-20 09:17 Rev.: 1944

Fixed a couple of typos in the documentation of plotHDF.py. Fixed a bug in the 'contrast adjust' dialog box which caused changes not to be applied on clicking 'Ok'.

33 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: plotHDF.py (+33 -5)
jdowell 2016-06-07 16:47 Rev.: 1942

A few clean-ups to plotHDF.py and the helper extension to make the bandpassing and automatic color bars work better for heavily flagged data.

73 lines of code changed in 2 files:

  • trunk/Commissioning/DRX/HDF5: helper.c (+68 -43), plotHDF.py (+5 -4)
jdowell 2016-06-06 11:08 Rev.: 1941

Fixed a bug introduced in r1915 that caused hdfWaterfall.py to fail when doing Stokes processing on single tuning data.

28 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: hdfWaterfall.py (+28 -4)
jdowell 2016-02-10 11:07 Rev.: 1915

Fixed a typo in data.py that put an extra 's' in the 'SessionID' attribute. Also, fixed a bug in hdfWaterfall.py that caused the data to lose coherence when it was read in. This is similar to what is done in the Pulsar extension but a more long-term fix is to move everything over to LDP.

32 lines of code changed in 2 files:

  • trunk/Commissioning/DRX/HDF5: data.py (+3 -3), hdfWaterfall.py (+29 -16)
jayce 2015-10-30 09:49 Rev.: 1875

Added a couple of utilities to help look at DR spectrometer data.

354 lines of code changed in 3 files:

  • trunk/Commissioning/DRX/HDF5: README (+8), drspecCheckTimetags.py (new 144), drspecFileCheck.py (new 202)
jdowell 2015-08-17 10:36 Rev.: 1847

Set teh missing svn:keywords on a few other scripts.

3 lines of code changed in 3 files:

  • trunk/Commissioning/DRX/HDF5: calculateSK.py (+1), linear2stokes.py (+1), stokes2linear.py (+1)
jdowell 2015-08-17 10:35 Rev.: 1846

Set teh missing svn:keywords on dedisperseHDF.py.

1 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: dedisperseHDF.py (+1)
jdowell 2015-08-17 10:35 Rev.: 1845

Update to dedisperseHDF.py to add a new -c/--correct-time option that corrects the timestamps in the file to infinite frequency. Also, added support for an upcoming version of lsl.misc.dedispersion.incoherent that deals with the bounardy conditions better.

33 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: dedisperseHDF.py (+33 -5)
jdowell 2015-08-04 15:05 Rev.: 1840

Small fix to plotHDF.py to prevent the script from crashing when all of the tuning is masked.

8 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: plotHDF.py (+8 -2)
jdowell 2015-02-12 13:05 Rev.: 1775

Added a -i/--sdf option to hdfWaterfall.py to make it closer to drspec2hdf.py. Added an additional help note to both hdfWaterfall.py and drspec2hdf.py to let users know that the --metadata and --sdf options ultimately do the same thing.

33 lines of code changed in 2 files:

  • trunk/Commissioning/DRX/HDF5: drspec2hdf.py (+3), hdfWaterfall.py (+30 -3)
jdowell 2015-02-12 12:56 Rev.: 1774

Added -f/--force options to a variety of HDF5 generating scripts to make it easier to overwrite existing files if they are present. This should help users who are interested in building pipelines out of the various scripts.

82 lines of code changed in 7 files:

  • trunk/Commissioning/DRX/HDF5: decimateHDF.py (+10 -2), dedisperseHDF.py (+10 -2), drspec2hdf.py (+10 -2), hdfWaterfall.py (+10 -2), linear2stokes.py (+10 -2), splitObservations.py (+22 -2), stokes2linear.py (+10 -2)
jayce 2015-02-11 13:58 Rev.: 1773

Small change to splitObservations.py to better handle source names with a variety of special characters that cause problems for the h5py module.

2 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: splitObservations.py (+2 -2)
jdowell 2015-02-10 12:57 Rev.: 1772

Refactored the calculateSK.py code so that both tunings of a particular data product are not loaded at the same time. This should reduce the memory usage of the script and speed up things a little.

101 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: calculateSK.py (+101 -167)
jdowell 2015-02-03 13:04 Rev.: 1771

Large change to the calculateSK.py script to make it more useful for using the pSK method. Options have been added to use the calculated pSK values to update the mask and then to apply that base mask to other polarizations. For example, a Stokes I/Q/U/V file can have the mask computed using I and then applied to Q/U/V. Options have also been added to control what is flagged where and if the pSK mask needs to replace or be merged with the existing mask.

194 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/HDF5: calculateSK.py (+194 -37)

(92 more)

Generated by StatSVN 0.7.0