Directory trunk/lsl/lsl/scripts/

Directory Created:
2010-11-02 14:07
Directory Deleted:
2011-03-30 12:24
Total Files:
0
Deleted Files:
22
Lines of Code:
0

[root]/trunk/lsl/lsl/scripts

Lines of Code

trunk/lsl/lsl/scripts/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 100 (100.0%) 4762 (100.0%) 47.6
jdowell 99 (99.0%) 4664 (97.9%) 47.1
jayce 1 (1.0%) 98 (2.1%) 98.0

Most Recent Commits

jdowell 2011-03-30 12:24 Rev.: 361

Fixed a bug in drxSpectra when dealing with data that is not from beam 1. Added drxTimeseries to look at the I/Q timeseries data for drx frames.

0 lines of code changed in 22 files:

  • trunk/lsl/lsl/scripts: astrostatus.py (del), correlateTBN.py (del), correlateTBW.py (del), driftcurve.py (del), drxSpectra.py (del), gsm2npz.py (del), gsmnpz2map.py (del), lwa_cat_view.py (del), plotAntenna.py (del), plotMapper.py (del), plotStands.py (del), plotUVCoverage.py (del), possm.py (del), readDRX.py (del), readS60.py (del), readTBN.py (del), readTBN_buffered.py (del), readTBW.py (del), splitTBN.py (del), splitTBW.py (del), tbnSpectra.py (del), tbwSpectra.py (del)
jdowell 2011-03-23 10:02 Rev.: 353

Moved out all of the old 'progress' code in favor of the lsl.common.progress module. Added 'skip' and 'average' keywords to tbnSpectra. Added 'disable-chunks' keyword to tbnSpectra and tbwSpectra. Updated teh various script documentation.

53 lines of code changed in 6 files:

  • trunk/lsl/lsl/scripts: possm.py (+1 -19), readTBN_buffered.py (+2 -2), splitTBN.py (+1 -21), splitTBW.py (+1 -20), tbnSpectra.py (+41 -5), tbwSpectra.py (+7 -2)
jdowell 2011-03-21 10:19 Rev.: 350

Moved the 'tests' directory up a level so that it is not installed along with lsl.

49 lines of code changed in 1 file:

  • trunk/lsl/lsl/scripts: drxSpectra.py (+49 -16)
jdowell 2011-03-14 10:16 Rev.: 340

Fixed a problem with driftcurve.py that kept it from chaning frequencies away from 73.9 MHz. Added options to mark and label particular stands to plotStands.py to make it easier to see what is where. Fixed various problems associated with plotAntenna.py related to the new emperical dipole response models.

163 lines of code changed in 4 files:

  • trunk/lsl/lsl/scripts: driftcurve.py (+4 -4), drxSpectra.py (+11 -5), plotAntenna.py (+78 -24), plotStands.py (+70 -1)
jdowell 2011-02-21 11:14 Rev.: 316

Added in some of the new documentation from the 0.3.x branch (r311). Finally added in the start of the imaging module. Removed the filter bank stuff from the correlator functions since it just doesn't work right now. Fixed a problem with possm.py dealing with FITS IDI files that *don't* have a stand mapper table.

21 lines of code changed in 4 files:

  • trunk/lsl/lsl/scripts: drxSpectra.py (+2 -2), possm.py (+13 -4), tbnSpectra.py (+3 -3), tbwSpectra.py (+3 -3)
jdowell 2011-02-07 17:02 Rev.: 299

Lots of changes to the correlator to add in support for windowing the data, faster C-based XMAC, and filterbanks. Some work on correlator.filterbank to make things consistent with the correlator's code.

2 lines of code changed in 1 file:

  • trunk/lsl/lsl/scripts: drxSpectra.py (+2 -2)
jdowell 2011-02-04 17:00 Rev.: 297

The newer parts of nec_util (__readEXCITATION) didn't actually work. I've re-written the function and all seems to be well now.

3 lines of code changed in 1 file:

  • trunk/lsl/lsl/scripts: gsm2npz.py (+3)
jdowell 2011-02-03 17:13 Rev.: 292

Fixed a couple of typos. in the correlator scripts related to frames with bad sync. words. Added in new GSM utilities to convert the HEALpix maps into NPZ files. Added in new LWA-1 dipole responce NEC models. Added in spherical and emperical fits to the dipole responce for use with the revised driftcurve.py script. Numerous new tests.

376 lines of code changed in 11 files:

  • trunk/lsl/lsl/scripts: correlateTBN.py (+10 -10), correlateTBW.py (+6 -6), driftcurve.py (+10 -10), drxSpectra.py (+7 -7), gsm2npz.py (new 131), gsmnpz2map.py (new 121), plotAntenna.py (+52 -19), splitTBN.py (+5 -5), splitTBW.py (+5 -5), tbnSpectra.py (+7 -7), tbwSpectra.py (+22 -21)
jdowell 2011-02-01 14:22 Rev.: 291

Incorportated the various changed in r284, r286, r287, and r289 into the development branch.

49 lines of code changed in 1 file:

  • trunk/lsl/lsl/scripts: tbwSpectra.py (+49 -24)
jdowell 2011-01-31 12:59 Rev.: 283

Added a correlator for TBW and updated the various docs. This will probably make it into what will become 0.3.4.

242 lines of code changed in 1 file:

  • trunk/lsl/lsl/scripts: correlateTBW.py (new 242)
jdowell 2011-01-28 18:20 Rev.: 281

Added a preliminary filter bank module to lsl.correlator. Fixed a bug in sim.vis with the get_beam_shape function. Worked on getting the driftcurve.py script working with GSM and the new beam models.

163 lines of code changed in 1 file:

  • trunk/lsl/lsl/scripts: driftcurve.py (+163 -86)
jdowell 2011-01-26 16:48 Rev.: 278

More work on the simulated DP data module (sim.dp). This time there was a problem keeping track of time throughout the simulations which causes no signals to be injected into the random data. This should fix that. Fixed the tbwSpectra.py and tbnSpectra.py scripts to deal with changes in how the window functions are applied by correlator.fx. Added drxSpectra.py for DRX (when it becomes avaliable). Added option to tbwSpectra.py to correct for cable losses and updated the associated docs.

331 lines of code changed in 3 files:

  • trunk/lsl/lsl/scripts: drxSpectra.py (new 262), tbnSpectra.py (+35 -9), tbwSpectra.py (+34 -5)
jdowell 2011-01-25 15:10 Rev.: 273

Switched over from the 'processing' to the 'multiprocessing' module since it appears to be included by default with python 2.6. Added a couple of progress bars to possm.py so that the user can keep up with how the process is going.

40 lines of code changed in 1 file:

  • trunk/lsl/lsl/scripts: possm.py (+40)
jdowell 2011-01-24 15:59 Rev.: 269

Incorportated changed in r267 and r268. Added in new fitting functions to misc.mathutil. Added in the possm.py script and its associated documentation.

107 lines of code changed in 1 file:

  • trunk/lsl/lsl/scripts: possm.py (new 107)
jdowell 2011-01-18 17:39 Rev.: 265

A little more work on the new correlator and a few more test cases. Also, updated correlateTBN.py to use the new correlator.

119 lines of code changed in 1 file:

  • trunk/lsl/lsl/scripts: correlateTBN.py (+119 -110)
jdowell 2011-01-06 23:00 Rev.: 253

Added in fixes for the frame readers (r252). Added in new tests for the frame reader attributes and the new portions of lsl.skymap.

2 lines of code changed in 1 file:

  • trunk/lsl/lsl/scripts: driftcurve.py (+2 -2)
jdowell 2011-01-06 12:59 Rev.: 250

Incorporated changes from the LSL v0.3.x branch in r248 and r249. Worked on adding in support for the Global Sky Model into lsl.skymap via a new SkyMapGSM class. Worked on moving the new C-based correlator core into trunk.

4 lines of code changed in 2 files:

  • trunk/lsl/lsl/scripts: tbnSpectra.py (+2 -1), tbwSpectra.py (+2 -1)
jdowell 2011-01-03 22:09 Rev.: 243

Added fixed for Ticket #3 (r242) to the development branch. Removed import of 'math' from plotStands.py since we can use numpy. More work on fixing the statistics.robust unit tests to make them robust. Added in a small test framework for statistics.tests.

2 lines of code changed in 2 files:

  • trunk/lsl/lsl/scripts: plotStands.py (+2 -3), tbnSpectra.py (-3)
jdowell 2010-12-16 15:33 Rev.: 230

Fixed the progress bar import in splitTBW.py

18 lines of code changed in 1 file:

  • trunk/lsl/lsl/scripts: splitTBW.py (+18 -16)
jdowell 2010-12-16 15:21 Rev.: 229

Added in new splitTB[WN].py scripts to help select chunks of data from large files. Added a progress bar to LSL in lsl.common.progress. Updated the docs. for the new scripts.

326 lines of code changed in 2 files:

  • trunk/lsl/lsl/scripts: splitTBN.py (new 170), splitTBW.py (new 156)
jdowell 2010-12-02 18:06 Rev.: 194

Added a sphinx page for the scripts included with LSL. More work on cleaning up the documentation. This time: adding inter-package links.

3 lines of code changed in 2 files:

  • trunk/lsl/lsl/scripts: astrostatus.py (+2 -2), readTBN.py (+1 -1)
jdowell 2010-12-02 12:35 Rev.: 187

Major changes to the documentation to make it cleaner and to add a sphinx-based documentation build system. Also, added the astrostatus.py script from lwa_user to the scripts directory. Added a ez_setup.py module to the top-level directory so that LSL can be installed without setuptools already installed. Switched to a setuptools-based installation.

333 lines of code changed in 3 files:

  • trunk/lsl/lsl/scripts: astrostatus.py (new 173), driftcurve.py (+105 -125), plotMapper.py (+55 -27)
jdowell 2010-11-24 17:38 Rev.: 180

The FITS IDI writer is finally working! There was a type mis-match in the UV_DATA table's FLUX column that was causing the data to be writen as 32-bit floats and read in a 64-bit floats. Also added in earth orientation parameters to the ARRAY_GEOMETRY table. Added a new script, plotMapper, to read the stand number mapping table in the FITS IDI files to generate a plot of the stands with AIPS numbers. Moved the DiFX config. writer into misc and started working on getting it integrated into LSL.

45 lines of code changed in 1 file:

  • trunk/lsl/lsl/scripts: plotMapper.py (new 45)
jdowell 2010-11-22 18:31 Rev.: 174

Switched the ID # of the outlier (RTA) from -1 to 258 to maintain consistency with others. Added information for stand #258 to lwa1-postions and lwa1-cables to unify the codebase. More work on getting FITS IDI working. A FITS IDI will write a file now that can be read into AIPS. However, there still seem to be some lingering problems with how the data is writen.

0 lines of code changed in 1 file:

  • trunk/lsl/lsl/scripts: correlateTBN.py (-1)
jayce 2010-11-18 10:12 Rev.: 165

Moved the warnings module yet again, this time to common.warns in order to avoid conflicts with the system-based warnings module. Added in functional attributes to the various Frame objects for easy frame math and comparison of time tags. More work on making the new buffer module compile and work.

98 lines of code changed in 1 file:

  • trunk/lsl/lsl/scripts: readTBN_buffered.py (new 98)
jdowell 2010-11-11 12:44 Rev.: 158

More work on the simulated data writing systems/simulated data simulator system. Things seem to be working, more or less for TBW and TBN. Also, found a couple of bugs in how tbwSpectra.py and tbnSpectra.py were set up. It seems that trying to get the data to fit the FFT length in tbw is silly because of how the frames are arranged. tbn had a different problem in that the value for maxFrames didn't take into account the number of ant/pols or the samples per frame.

12 lines of code changed in 2 files:

  • trunk/lsl/lsl/scripts: tbnSpectra.py (+7 -4), tbwSpectra.py (+5)
jdowell 2010-11-08 15:24 Rev.: 150

Found few bugs in the TBW/TBN reader scripts. Also, added a 'close' command to the TS/SDFITS writers so that the frame queues can be flushed at any time. This is needed when exporting short files to fits.

13 lines of code changed in 2 files:

  • trunk/lsl/lsl/scripts: readTBN.py (+6 -3), readTBW.py (+7 -4)
jdowell 2010-11-05 21:46 Rev.: 143

Added a setup.cfg file to make specifiying the path the libnova easier. Added testing data for S60, TBW, and TBN. Started adding test scripts my various components to complement Dan's tests.

475 lines of code changed in 2 files:

  • trunk/lsl/lsl/scripts: driftcurve.py (new 153), lwa_cat_view.py (new 322)
jdowell 2010-11-04 10:40 Rev.: 141

Added in additional files from the lwa_user library.

5 lines of code changed in 1 file:

  • trunk/lsl/lsl/scripts: correlateTBN.py (+5 -202)
jdowell 2010-11-03 10:17 Rev.: 140

Fixed a typo. in the correlateTBN script. Added the NEC antenna model.

2 lines of code changed in 1 file:

  • trunk/lsl/lsl/scripts: correlateTBN.py (+2 -2)
jdowell 2010-11-02 17:14 Rev.: 138

Added a script to plot the relative antenna response of an LWA antenna. Worked on adding some one-line descriptions to each script.

65 lines of code changed in 6 files:

  • trunk/lsl/lsl/scripts: correlateTBN.py (+3), plotAntenna.py (new 51), plotStands.py (+3), plotUVCoverage.py (+3), tbnSpectra.py (+2), tbwSpectra.py (+3 -1)
jdowell 2010-11-02 16:44 Rev.: 136

I seem to have forgotten to add the TBN correlator demo script in r133. Added in the NEC2 utility from the lwa_user library.

433 lines of code changed in 1 file:

  • trunk/lsl/lsl/scripts: correlateTBN.py (new 433)
jdowell 2010-11-02 16:34 Rev.: 133

Worked on getting the TBN correlator demo script working. Fixed a few typos. in readTBN.py related to the naming changes. Moved sim.py to sim_temp.py so I can add sim as a directory.

180 lines of code changed in 2 files:

  • trunk/lsl/lsl/scripts: plotUVCoverage.py (new 177), readTBN.py (+3 -3)
jdowell 2010-11-02 14:50 Rev.: 131

Cleaned up the misc directory since what was in there no longer needed to be in there. Added in the TBW and TBN spectra scripts to scripts.

465 lines of code changed in 2 files:

  • trunk/lsl/lsl/scripts: tbnSpectra.py (new 249), tbwSpectra.py (new 216)
jdowell 2010-11-02 14:29 Rev.: 130

Everything in the package seems to be working, at least from the few simple tests I've run.

66 lines of code changed in 2 files:

  • trunk/lsl/lsl/scripts: plotStands.py (new 60), readS60.py (+6 -38)
jdowell 2010-11-02 14:07 Rev.: 129

Added example scripts for working with the various data formats. Moved the relevant portions of the readS60 file to reader.s60.

497 lines of code changed in 4 files:

  • trunk/lsl/lsl/scripts: readDRX.py (new 104), readS60.py (new 222), readTBN.py (new 87), readTBW.py (new 84)
Generated by StatSVN 0.7.0