Directory branches/lsl-1.2.x/scripts/

Total Files:
29
Deleted Files:
0
Lines of Code:
5801

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 180 (100.0%) 7691 (100.0%) 42.7
jdowell 173 (96.1%) 7659 (99.6%) 44.2
jayce 7 (3.9%) 32 (0.4%) 4.5

Most Recent Commits

jdowell 2019-10-15 16:39 Rev.: 2981

Fixed a typo in updateLSLSSMIF.py that caused the LWA-SV SSMIF to overwrite the LWA1 SSMIF.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x/scripts: updateLSLSSMIF.py (+1 -1)
jdowell 2019-09-10 13:42 Rev.: 2945

Fixed a Python3 StringIO import problem in gatherDebugging.py.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x/scripts: gatherDebugging.py (+1 -1)
jdowell 2019-02-18 13:01 Rev.: 2836

Moved the -/--pfb flag of the *Spectra.py scripts into the 'window' group since it is exclusive with the window function.

9 lines of code changed in 3 files:

  • branches/lsl-1.2.x/scripts: drxSpectra.py (+3 -5), tbnSpectra.py (+3 -5), tbwSpectra.py (+3 -5)
jdowell 2019-02-15 10:28 Rev.: 2830

'store true' to 'store_true' for argparse.

5 lines of code changed in 5 files:

  • branches/lsl-1.2.x/scripts: correlateTBN.py (+1 -1), correlateTBW.py (+1 -1), drxSpectra.py (+1 -1), tbnSpectra.py (+1 -1), tbwSpectra.py (+1 -1)
jayce 2019-02-14 17:22 Rev.: 2828

Added a new -p/--pfb option to various 'correlate*' and '*Spectra' scripts than can make use of it.

28 lines of code changed in 5 files:

  • branches/lsl-1.2.x/scripts: correlateTBN.py (+5 -3), correlateTBW.py (+5 -3), drxSpectra.py (+6 -2), tbnSpectra.py (+6 -2), tbwSpectra.py (+6 -2)
jayce 2019-02-01 12:05 Rev.: 2797

Fixed a matplotlib problem in plotStands.py.

3 lines of code changed in 1 file:

  • branches/lsl-1.2.x/scripts: plotStands.py (+3 -3)
jdowell 2018-11-05 10:39 Rev.: 2639

Updated getIonosphericRM.py to use the new date and time conversion functions in lsl.misc.parser.

6 lines of code changed in 1 file:

  • branches/lsl-1.2.x/scripts: getIonosphericRM.py (+6 -6)
jdowell 2018-11-02 17:21 Rev.: 2633

Small change to getIonosphericRM.py to get the RA/Dec validated during the command line parsing.

4 lines of code changed in 1 file:

  • branches/lsl-1.2.x/scripts: getIonosphericRM.py (+4 -6)
jdowell 2018-11-02 14:27 Rev.: 2630

More cleanup of the scripts to finish the conversion of argparse and the lsl.misc.parser module.

88 lines of code changed in 18 files:

  • branches/lsl-1.2.x/scripts: correlateTBF.py (+4 -3), correlateTBN.py (+5 -4), correlateTBW.py (+4 -6), drSpecSpectra.py (+3 -2), driftcurve.py (+2 -2), drxSpectra.py (+4 -3), gatherDebugging.py (+7 -1), getIonosphericRM.py (+2 -1), imageIDI.py (+7 -19), inspectTarball.py (+10 -2), plotAntenna.py (+15 -14), plotUVCoverage.py (+3 -2), possm.py (+7 -19), splitDRX.py (+3 -2), splitTBN.py (+3 -2), tbfSpectra.py (+2 -12), tbnSpectra.py (+5 -15), tbwSpectra.py (+2 -1)
jdowell 2018-11-02 08:32 Rev.: 2622

More work on getting the various scripts converted over to argparse. Everything should be working now, including the drSpecSpectra.py script that didn't get converted in the first pass.

60 lines of code changed in 10 files:

  • branches/lsl-1.2.x/scripts: astroevents.py (+2 -1), astrostatus.py (+1), drSpecSpectra.py (+33 -86), driftcurve.py (+3 -3), imageIDI.py (+3 -3), plotUVCoverage.py (+5 -1), possm.py (+2 -2), splitDRX.py (+4 -2), splitTBN.py (+6 -1), tbwSpectra.py (+1 -1)
jdowell 2018-10-31 16:26 Rev.: 2614

Fixed a type conversion problem in plotStands.py.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x/scripts: plotStands.py (+1 -1)
jdowell 2018-10-31 16:21 Rev.: 2613

Started working on moving the LSL scripts over to argparse.

883 lines of code changed in 22 files:

  • branches/lsl-1.2.x/scripts: astroevents.py (+12 -13), astrostatus.py (+12 -13), correlateTBF.py (+45 -106), correlateTBN.py (+49 -107), correlateTBW.py (+37 -86), driftcurve.py (+64 -123), drxSpectra.py (+54 -102), getIonosphericRM.py (+66 -110), imageIDI.py (+63 -114), lwa_cat_view.py (+18 -18), makeWisdom.py (+19 -60), plotAntenna.py (+28 -75), plotStands.py (+30 -81), plotUVCoverage.py (+25 -75), possm.py (+52 -101), splitDRX.py (+32 -79), splitSession.py (+23 -70), splitTBN.py (+28 -74), tbfSpectra.py (+41 -86), tbnSpectra.py (+79 -131), tbwSpectra.py (+51 -97), updateLSLSSMIF.py (+55 -114)
jdowell 2018-10-30 12:59 Rev.: 2609

Fixed a bug in driftcurve.py that put a cos(declination) correction for LFSM runs.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x/scripts: driftcurve.py (+1 -6)
jdowell 2018-10-25 17:55 Rev.: 2594

Fixed a few problems with the scripts that ship with LSL.

4 lines of code changed in 4 files:

  • branches/lsl-1.2.x/scripts: correlateTBW.py (+1 -1), driftcurve.py (+1 -1), readTBW.py (+1), tbwSpectra.py (+1 -1)
jdowell 2018-07-13 15:20 Rev.: 2445

Fixed a bug in correlateTBF.py that dropped the phasing correction for the stand's z location. Moved the gain correction in with phasing so that we do not have the N^2 penalty applying it to the visibilities.

9 lines of code changed in 1 file:

  • branches/lsl-1.2.x/scripts: correlateTBF.py (+9 -11)
jdowell 2018-07-11 17:57 Rev.: 2443

Updated correlateTBF.py to make use of the new flexibility in the lsl.reader.ldp module.

62 lines of code changed in 1 file:

  • branches/lsl-1.2.x/scripts: correlateTBF.py (+62 -117)
jdowell 2018-06-18 20:27 Rev.: 2393

The scripts. Now for the tests.

5670 lines of code changed in 34 files:

  • branches/lsl-1.2.x/scripts: astroevents.py (+417 -417), astrostatus.py (+288 -288), correlateTBF.py (+355 -355), correlateTBN.py (+261 -261), correlateTBW.py (+235 -235), drSpecSpectra.py (+205 -205), driftcurve.py (+207 -207), drxSpectra.py (+216 -216), gatherDebugging.py (+239 -239), getIonosphericRM.py (+161 -161), imageIDI.py (+292 -292), inspectTarball.py (+157 -157), lwa_cat_view.py (+276 -276), makeWisdom.py (+44 -44), plotAntenna.py (+130 -130), plotMapper.py (+74 -74), plotStands.py (+123 -123), plotUVCoverage.py (+150 -150), possm.py (+192 -192), readDRX.py (+52 -52), readTBN.py (+52 -52), readTBW.py (+65 -65), splitDRX.py (+176 -176), splitSession.py (+259 -259), splitTBN.py (new), tbfSpectra.py (+228 -228), tbnSpectra.py (+264 -264), tbwSpectra.py (new), updateLSLSSMIF.py (+213 -213)
jayce 2018-05-23 17:58 Rev.: 2333

Fixed a labeling problem in imageIDI.py.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x/scripts: imageIDI.py (+1 -1)
jdowell 2018-05-17 12:50 Rev.: 2318

And fixed another typo in the new driftcurve.py.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x/scripts: driftcurve.py (+1 -1)
jdowell 2018-05-17 12:46 Rev.: 2317

Fixed a typo in the new driftcurve.py.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x/scripts: driftcurve.py (+1 -1)
jdowell 2018-05-17 11:32 Rev.: 2315

Cleaned up the output names for driftcurve.py so that they site name is correct.

4 lines of code changed in 1 file:

  • branches/lsl-1.2.x/scripts: driftcurve.py (+4 -4)
jdowell 2018-05-14 18:44 Rev.: 2310

Added OVRO-LWA as a valid station name to several of the scripts that do not need detail configuration information.

58 lines of code changed in 5 files:

  • branches/lsl-1.2.x/scripts: astroevents.py (+3), astrostatus.py (+3), driftcurve.py (+7 -1), getIonosphericRM.py (+42 -16), lwa_cat_view.py (+3)
jdowell 2018-01-09 14:40 Rev.: 2222

Several changes to lsl.imaging.utils to make plotGriddedImage() work with different sized images. Also, changed correlateTBN.py to default to 16 channels since 256 is a little crazy. Finally, finished moving imageIDI.py over to the lsl.imaging modules.

6 lines of code changed in 2 files:

  • branches/lsl-1.2.x/scripts: correlateTBN.py (+2 -2), imageIDI.py (+4 -22)
jdowell 2017-12-01 14:28 Rev.: 2210

Added a new -e/--empirical option to driftcurve.py and plotAntenna.py to include the empirical corrections to the dipole power pattern from Dowell et al. (2017).

78 lines of code changed in 3 files:

  • branches/lsl-1.2.x/scripts: driftcurve.py (+39 -5), plotAntenna.py (+39 -5)
jdowell 2017-11-30 17:40 Rev.: 2208

Updated driftcurve.py for the recent changes to lsl.skymap in r2207.

5 lines of code changed in 1 file:

  • branches/lsl-1.2.x/scripts: driftcurve.py (+5 -5)
jdowell 2017-11-27 13:59 Rev.: 2206

Cleaned up the WCS stored in the FITS files generated by imageIDI.py.

16 lines of code changed in 1 file:

  • branches/lsl-1.2.x/scripts: imageIDI.py (+16 -12)
jdowell 2017-09-01 12:57 Rev.: 2154

Cleaned up the various scripts with pylint.

364 lines of code changed in 37 files:

  • branches/lsl-1.2.x/scripts: astroevents.py (+49 -49), astrostatus.py (+3 -3), correlateTBF.py (+1 -2), correlateTBN.py (-2), correlateTBW.py (+1 -2), drSpecSpectra.py (-2), driftcurve.py (new), drxSpectra.py (new), getIonosphericRM.py (new), imageIDI.py (+1 -7), inspectTarball.py (+16 -18), lwa_cat_view.py (new), plotMapper.py (-1), plotStands.py (-2), plotUVCoverage.py (-1), possm.py (-2), readDRX.py (-1), readTBN.py (new), readTBW.py (new), splitDRX.py (new), splitSession.py (+1 -1), tbfSpectra.py (new), updateLSLSSMIF.py (+3 -3)
jdowell 2017-08-31 16:25 Rev.: 2152

Run vulture on the script to remove unused imports. Added a missing svn:keyword property to lsl.imaging.selfCal.

2 lines of code changed in 16 files:

  • branches/lsl-1.2.x/scripts: astroevents.py (-2), astrostatus.py (+1 -3), correlateTBF.py (new), correlateTBN.py (new), correlateTBW.py (new), imageIDI.py (-2), plotUVCoverage.py (-1), updateLSLSSMIF.py (+1 -1)
jdowell 2017-08-24 10:55 Rev.: 2132

Worked on getting ready for LSL version 1.2.0.

320 lines of code changed in 1 file:

  • branches/lsl-1.2.x/scripts: splitSession.py (new 320)
Generated by StatSVN 0.7.0