Directory trunk/Commissioning/DRX/Fringing/

Directory Created:
2011-09-09 16:20
Total Files:
12
Deleted Files:
4
Lines of Code:
2183

[root]/trunk/Commissioning/DRX/Fringing

Lines of Code

trunk/Commissioning/DRX/Fringing/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 83 (100.0%) 4543 (100.0%) 54.7
jdowell 79 (95.2%) 4513 (99.3%) 57.1
jayce 4 (4.8%) 30 (0.7%) 7.5

Most Recent Commits

jdowell 2019-03-05 16:06 Rev.: 2858

Cleaned up a few problems in the Commissioning DRX/Fringing scripts.

3 lines of code changed in 3 files:

  • trunk/Commissioning/DRX/Fringing: fringeBeam.py (+1 -1), fringeBeamHDF.py (+1 -1), fringeDipole.py (+1 -1)
jdowell 2018-06-19 12:05 Rev.: 2414

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

64 lines of code changed in 2 files:

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

Converted Commissioning/DRX from tabs to spaces per PEP8.

1412 lines of code changed in 11 files:

  • trunk/Commissioning/DRX/Fringing: fringeBeam.py (+271 -271), fringeBeamHDF.py (+310 -310), fringeDipole.py (+250 -250), fringeSDF.py (+225 -225), plotFringes.py (+95 -95), plotFringes2.py (+110 -110), plotFringes2HDF.py (+13 -13), plotFringesHDF.py (+1 -1), readBinaryDelayFile.py (+20 -20), readBinaryGainFile.py (+20 -20), simulateFringesBright.py (+97 -97)
jdowell 2014-03-31 10:48 Rev.: 1617

Cleaned up the Fringing directory to remove the fringeSets.py script since it isn't needed anymore. Removed the gain.py and delay.py externals as well. Also, added in scripts to parse binary gain and delay files from MCS to help test the fringeSDF.py output and the new beam-dipole mode.

107 lines of code changed in 4 files:

  • trunk/Commissioning/DRX/Fringing: README (+12 -7), fringeSets.py (del), readBinaryDelayFile.py (new 47), readBinaryGainFile.py (new 48)
jdowell 2014-03-25 13:57 Rev.: 1611

Added in Frank's plotFringes[2]HDF.py scripts for working with the output of fringeBeamHDF.py.

313 lines of code changed in 3 files:

  • trunk/Commissioning/DRX/Fringing: README (+8), plotFringes2HDF.py (new 162), plotFringesHDF.py (new 143)
jdowell 2014-02-11 17:44 Rev.: 1554

Fixed a few more spelling errors.

3 lines of code changed in 3 files:

  • trunk/Commissioning/DRX/Fringing: fringeBeamHDF.py (+1 -1), plotFringes2.py (+1 -1), simulateFringesBright.py (+1 -1)
jdowell 2014-02-11 11:31 Rev.: 1552

Changed to address Ticket #50 (fringeSDF.py gain problem for dipole-dipole experiments.

7 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/Fringing: fringeSDF.py (+7 -4)
jdowell 2013-12-05 16:23 Rev.: 1524

Updated fringeBeamHDF.py for LSL 1.0.x.

4 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/Fringing: fringeBeamHDF.py (+4 -4)
jdowell 2013-08-20 17:03 Rev.: 1410

Set the keywords on fringeBeamHDF.py.

3 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/Fringing: fringeBeamHDF.py (+3 -3)
jdowell 2013-08-20 17:02 Rev.: 1409

Added Frank's fringeBeamHDF.py script that saves the visibilities to an HDF5 file. Changed fringeBeam.py and fringeBeamHDF.py to zero out the cable length since that beam/dipole delay should already be handled by DP's delay system. Added a -s/--skip option to fringeBeam.py and fringeDipole.py.

580 lines of code changed in 4 files:

  • trunk/Commissioning/DRX/Fringing: README (+7), fringeBeam.py (+110 -95), fringeBeamHDF.py (new 367), fringeDipole.py (+96 -48)
jdowell 2013-06-06 15:51 Rev.: 1310

Set the OBS_DRX_GAIN to one in the SDFs generated by fringeSDF.py to help save observers.

1 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/Fringing: fringeSDF.py (+1)
jdowell 2013-05-28 14:40 Rev.: 1287

Added an option to fringeSDF.py to generate an SDF that works on the Y polarization instead of only the X polarization.

26 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/Fringing: fringeSDF.py (+26 -11)
jdowell 2013-04-23 14:58 Rev.: 1269

Added automatic pointing corrections to the beams generated by fringeSDF.py.

40 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/Fringing: fringeSDF.py (+40 -2)
jdowell 2013-04-23 13:35 Rev.: 1268

Added the fringeSDF.py script to the Commissioning/DRX/Fringing directory.

240 lines of code changed in 2 files:

  • trunk/Commissioning/DRX/Fringing: README (+4), fringeSDF.py (new 236)
jayce 2013-03-14 10:43 Rev.: 1244

Improved support for massive numbers of input NPZ files in plotFringes*.py. Added the ability to save the outlier autocorrelation data to plotFringes.py in case that is ever needed.

22 lines of code changed in 2 files:

  • trunk/Commissioning/DRX/Fringing: plotFringes.py (+20 -10), plotFringes2.py (+2)
jdowell 2013-03-08 10:22 Rev.: 1239

Looks like the fringeSets.py script isn't computing the beamforming coefficients the same way generateDelays.py is. This fixes that.

1 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/Fringing: fringeSets.py (+1 -1)
jayce 2013-03-07 12:35 Rev.: 1238

Modified fringeBeam.py and fringeDipole.py to write the NPZs to the current directory.

8 lines of code changed in 2 files:

  • trunk/Commissioning/DRX/Fringing: fringeBeam.py (+4 -2), fringeDipole.py (+4 -2)
jdowell 2013-01-31 17:39 Rev.: 1189

Updated various README files to clean up spelling errors.

1 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/Fringing: README (+1 -1)
jdowell 2012-12-06 17:58 Rev.: 1079

Even more work for Ticket #38. This time it's the DRX/Fringing scripts.

8 lines of code changed in 2 files:

  • trunk/Commissioning/DRX/Fringing: fringeBeam.py (+4 -2), fringeDipole.py (+4 -2)
jdowell 2012-06-25 13:01 Rev.: 937

Added the date/time range title to the figures generated by simulateFringesBright.py.

7 lines of code changed in 2 files:

  • trunk/Commissioning/DRX/Fringing: plotFringes.py (+6 -4), simulateFringesBright.py (+1)
jdowell 2012-06-25 11:39 Rev.: 936

Fixed a couple of typos in plotFringes2.py regarding the suptitle() calls.

2 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/Fringing: plotFringes2.py (+2 -2)
jdowell 2012-06-25 10:28 Rev.: 935

Added date/time range information to the plotFringe*.py plots. Added the auto-correlations back into plotFringe.py. Added a phase plot to plotFringe.py.

53 lines of code changed in 2 files:

  • trunk/Commissioning/DRX/Fringing: plotFringes.py (+51 -6), plotFringes2.py (+2)
jdowell 2012-06-15 13:18 Rev.: 932

Added revision information to the various Python scripts.

13 lines of code changed in 6 files:

  • trunk/Commissioning/DRX/Fringing: fringeBeam.py (+1), fringeDipole.py (+1), fringeSets.py (+1 -1), plotFringes.py (+5), plotFringes2.py (+5), simulateFringesBright.py (-4)
jdowell 2012-06-15 13:16 Rev.: 931

Improved simulateFringesBright.py so that it takes a list of NPZ files and figures everything out for itself. Removed simulateFringes.py/gsm_low.npz since the script was really too slow and the dipole-outlier baseline resolves out a lot of the Galactic plane emission.

59 lines of code changed in 5 files:

  • trunk/Commissioning/DRX/Fringing: README (+2 -7), gsm_low.npz (del), plotFringes2.py (+4 -4), simulateFringes.py (del), simulateFringesBright.py (+53 -35)
jdowell 2012-06-15 10:48 Rev.: 925

Updated the various single beam fringing script to make them more user friendly.

637 lines of code changed in 5 files:

  • trunk/Commissioning/DRX/Fringing: README (+17 -11), fringeBeam.py (+214 -165), fringeDipole.py (+185 -113), plotFringes.py (new 71), plotFringes2.py (new 150)
jdowell 2012-04-26 15:27 Rev.: 867

Worked on making the various DRX scripts robust to DRX frames at the beginning of a file with a decimation value of zero.

1 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/Fringing: fringeBeam.py (+1)
jdowell 2012-01-06 16:14 Rev.: 758

Fixed a few typos associated with finding the central frequency of the second DRX tuning. I think I fixed them all in this commit.

2 lines of code changed in 2 files:

  • trunk/Commissioning/DRX/Fringing: fringeBeam.py (+1 -1), fringeDipole.py (+1 -1)
jdowell 2011-12-02 14:18 Rev.: 722

Added support for finding the DRX tunings from the raw DRX frames. The method implemented should work with LSL 0.4 and 0.5.

49 lines of code changed in 2 files:

  • trunk/Commissioning/DRX/Fringing: fringeBeam.py (+24 -4), fringeDipole.py (+25 -5)
jdowell 2011-09-13 17:21 Rev.: 647

Added the saving the sample rate to the NPZ file created by drxWaterfall and even more work on getting plotWaterfall to do 'the right thing' when dealing with the bandpass. Also added a automatic colorbar scaling option and cleaned up some of the spectral kurtosis stuff. Added a very very basi caggregateWaterfalls.py script to combine number high time resolution NPZ files into a single lower time resolution NPZ file. The changes needed to deal with this have been added into plotWaterfall and it should be able to figure out when it is dealing with an aggregated file.

10 lines of code changed in 2 files:

  • trunk/Commissioning/DRX/Fringing: simulateFringes.py (+4), simulateFringesBright.py (+6 -2)
jdowell 2011-09-13 15:08 Rev.: 646

Added two simulation scripts that will make dipole-dipole visibilities for either bright sources only or the fully sky.

277 lines of code changed in 4 files:

  • trunk/Commissioning/DRX/Fringing: README (+10), gsm_low.npz (new), simulateFringes.py (new 139), simulateFringesBright.py (new 128)
jdowell 2011-09-12 17:05 Rev.: 634

Switched over to an adaptive beam gain for fringeSets.py and switched back to total power plots for the dirft curves in plotWaterfall.py. Also tweaked the bandpass spline so make it a little more smooth. Various permission fixes to Commissioning scripts so that they run a little better.

5 lines of code changed in 1 file:

  • trunk/Commissioning/DRX/Fringing: fringeSets.py (+5 -6)
jdowell 2011-09-09 16:20 Rev.: 633

Added a 'Fringing' directory to keep up with the DRX fringing stuff. Converted plotWaterfall to plotting mean power instead of total power. Cleaned up some file permissions and switch imshow()s to 'interpolation=nearest'.

585 lines of code changed in 4 files:

  • trunk/Commissioning/DRX/Fringing: README (new 29), fringeBeam.py (new 231), fringeDipole.py (new 154), fringeSets.py (new 171)
Generated by StatSVN 0.7.0