Directory trunk/lsl/doc/source/

Directory Created:
2010-12-02 12:35
Total Files:
31
Deleted Files:
9
Lines of Code:
1459

[root]/trunk/lsl/doc/source

Lines of Code

trunk/lsl/doc/source/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 192 (100.0%) 2850 (100.0%) 14.8
jdowell 188 (97.9%) 2845 (99.8%) 15.1
jayce 4 (2.1%) 5 (0.2%) 1.2

Most Recent Commits

jdowell 2019-08-27 16:48 Rev.: 2920

Added basic tracking of the scripts that ship with LSL. Added a 'Telemetry' section to the install notes and README.md file.

25 lines of code changed in 1 file:

  • trunk/lsl/doc/source: install.rst (+25 -1)
jdowell 2019-08-27 13:48 Rev.: 2917

Added a new lslTelemetry.py script to control the telemetry gathering. Updated all of the scripts to include the Python3 boilerplate.

13 lines of code changed in 1 file:

  • trunk/lsl/doc/source: scripts.rst (+13)
jdowell 2019-08-26 14:45 Rev.: 2912

Worked on updating the vesion information across all of the documentation.

7 lines of code changed in 1 file:

  • trunk/lsl/doc/source: install.rst (+7 -8)
jdowell 2019-03-18 13:08 Rev.: 2861

Small documentation update to point out that BeautifulSoup is required for some LSL scripts.

1 lines of code changed in 1 file:

  • trunk/lsl/doc/source: install.rst (+1)
jdowell 2019-02-11 12:21 Rev.: 2813

Moved from 'python setup.py intall' to 'pip install .' in the documentation.

2 lines of code changed in 1 file:

  • trunk/lsl/doc/source: install.rst (+2 -2)
jdowell 2019-02-11 12:15 Rev.: 2812

A few more tweaks to the documentation to get the lsl.common.sdfADP module to appear.

9 lines of code changed in 2 files:

  • trunk/lsl/doc/source: observations.rst (+1 -1), sdf.rst (+8)
jdowell 2019-02-11 12:09 Rev.: 2811

Another small tweak to the documentation.

2 lines of code changed in 1 file:

  • trunk/lsl/doc/source: sdf.rst (+2 -2)
jdowell 2019-02-11 12:05 Rev.: 2810

Added the new lsl.common.idf module to the sphinx documentation.

47 lines of code changed in 4 files:

  • trunk/lsl/doc/source: idf.rst (new 5), index.rst (+2), observations.rst (+2 -2), swarm.rst (new 38)
jdowell 2018-11-02 11:47 Rev.: 2625

Changed the units for Angstroms from A/ang to AA/Angstrom. Also, added the lsl.misc.parser module to the development trunk.

7 lines of code changed in 1 file:

  • trunk/lsl/doc/source: misc.rst (+7)
jdowell 2018-10-26 14:23 Rev.: 2600

Renamed lsl.imaging.selfCal to lsl.imaging.selfcal.

1 lines of code changed in 1 file:

  • trunk/lsl/doc/source: imaging.rst (+1 -1)
jdowell 2018-10-24 16:35 Rev.: 2590

Renamed lsl.correlator.uvUtils to lsl.correlator.uvutil.

6 lines of code changed in 2 files:

  • trunk/lsl/doc/source: correlator.rst (+5 -5), misc.rst (+1 -1)
jdowell 2018-10-23 15:16 Rev.: 2586

More work on updating the scripts to work with all of the recent changes to the LSL API.

0 lines of code changed in 1 file:

  • trunk/lsl/doc/source: scripts.rst (-21)
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.

5 lines of code changed in 4 files:

  • trunk/lsl/doc/source: consts.rst (del), index.rst (-1), misc.rst (-14), writers.rst (+5 -6)
jdowell 2018-10-17 14:53 Rev.: 2557

Worked on updating the documentation associated wtih the new data formats in lsl.imaging.data.

15 lines of code changed in 1 file:

  • trunk/lsl/doc/source: imaging.rst (+15 -1)
jdowell 2018-09-21 09:30 Rev.: 2504

Cleaned up a few documentation problems ahead of the 1.2.1 release.

4 lines of code changed in 1 file:

  • trunk/lsl/doc/source: install.rst (+4 -4)
jdowell 2018-01-09 11:12 Rev.: 2221

Added a new lsl.common.color module to bring color to LSL.

7 lines of code changed in 2 files:

  • trunk/lsl/doc/source: color.rst (new 6), index.rst (+1)
jdowell 2015-11-19 12:17 Rev.: 1894

Added preliminary support for 8+8-bit DRX data, aka DRX8, from ADP. Like the COR reader, this reader in in alpha status since there is no data to test with. Also, small cleanup to the lsl.reader.drx module to get rid of refernences to functions that don't exist.

5 lines of code changed in 1 file:

  • trunk/lsl/doc/source: readers.rst (+5)
jdowell 2015-11-19 11:48 Rev.: 1893

Preliminary commit to enable reading of COR data. This reader is currently alpha level since there aren't any data to test it with. Also, fixed a typo in the lsl.reader.tbf module.

6 lines of code changed in 1 file:

  • trunk/lsl/doc/source: readers.rst (+6)
jdowell 2015-11-18 17:28 Rev.: 1889

Worked on adding support for the ADP TBF data mode (Ticket #63).

14 lines of code changed in 1 file:

  • trunk/lsl/doc/source: readers.rst (+14 -8)
jdowell 2015-08-17 10:43 Rev.: 1848

Added a new VDIF reader to LSL.

5 lines of code changed in 1 file:

  • trunk/lsl/doc/source: readers.rst (+5)
jdowell 2015-04-20 16:56 Rev.: 1834

Initial commit of the new lsl.misc.ionosphere module which provides interfaces to various ionospheric and geomagnetic field models. This module, along with the new getIonosphereicRM.py, helps with determining what the ionosphere contributes to the DM and RM for a given observation.

26 lines of code changed in 2 files:

  • trunk/lsl/doc/source: misc.rst (+7), scripts.rst (+19)
jdowell 2014-10-02 10:22 Rev.: 1728

Merged in changes in the lsl.sim.vis module that were released with LSL 1.0.2 but never made it into the development trunk. Applied r1727 to the development trunk (new lsl.misc.rfutil module).

5 lines of code changed in 1 file:

  • trunk/lsl/doc/source: misc.rst (+5 -1)
jdowell 2014-07-07 12:34 Rev.: 1692

Updated the Spinx-based documentation to include LDP.

13 lines of code changed in 1 file:

  • trunk/lsl/doc/source: readers.rst (+13 -8)
jdowell 2014-06-23 10:40 Rev.: 1669

Applied r1664 and r1668 to the development trunk (updates for LDP+scripts, lsl.misc.beamformer clean up).

20 lines of code changed in 1 file:

  • trunk/lsl/doc/source: scripts.rst (+20 -9)
jdowell 2014-06-18 06:06 Rev.: 1663

Applied r1661 and r1662 to the development trunk (various fixes to LDP and TS-FITS, setup.py update).

1 lines of code changed in 1 file:

  • trunk/lsl/doc/source: install.rst (+1)
jdowell 2013-12-10 10:56 Rev.: 1527

Applied r1526 to the development trunk (lsl.common.busy update and doc fix).

5 lines of code changed in 1 file:

  • trunk/lsl/doc/source: index.rst (+5 -5)
jdowell 2013-12-04 15:22 Rev.: 1520

Applied r1518 and r1519 to the development trunk (FFTW wisdom mechanisms for LSL).

7 lines of code changed in 1 file:

  • trunk/lsl/doc/source: scripts.rst (+7)
jdowell 2013-11-22 14:37 Rev.: 1497

A few final cleanups of the documentation.

1 lines of code changed in 1 file:

  • trunk/lsl/doc/source: index.rst (+1 -1)
jdowell 2013-11-20 23:36 Rev.: 1494

Even more changes to the documentation to get the _fir module included and the new SDF tutorial.

11 lines of code changed in 2 files:

  • trunk/lsl/doc/source: c-extensions.rst (+4), index.rst (+7 -10)
jdowell 2013-11-20 13:24 Rev.: 1493

Several changes to the documentation to clean up some problems.

7 lines of code changed in 2 files:

  • trunk/lsl/doc/source: busy.rst (new 6), observations.rst (+1 -1)
jdowell 2013-11-20 12:34 Rev.: 1492

Several changes to get ready for 1.0.0, including renumbering internal version references. Applied r1491 to the developtment trunk (correlateTBN.py typo fix) and added a new script to make updating the internal LWA1 SSMIF easier.

11 lines of code changed in 1 file:

  • trunk/lsl/doc/source: scripts.rst (+11)
jdowell 2013-11-18 17:49 Rev.: 1489

Updated various bits of documentation to get read for the release of LSL 1.0.0.

11 lines of code changed in 3 files:

  • trunk/lsl/doc/source: imaging.rst (+5), index.rst (+1), writers.rst (+5)
jdowell 2013-10-22 11:48 Rev.: 1465

Added a few more tests to test_sdf.py to check out the new validation features. Updated the URLs for the IPython notebooks in the documentation.

2 lines of code changed in 1 file:

  • trunk/lsl/doc/source: index.rst (+2 -2)
jdowell 2013-10-18 16:21 Rev.: 1456

Linked to the new IPython notebooks in the Sphinx documentation using http://nbviewer.ipython.org/.

4 lines of code changed in 1 file:

  • trunk/lsl/doc/source: index.rst (+4 -5)
jdowell 2013-10-18 16:12 Rev.: 1455

First step toward replacing the old tutorials with new IPython Notebooks.

5 lines of code changed in 5 files:

  • trunk/lsl/doc/source: index.rst (+5 -4), tutorial-drx.rst (del), tutorial-gen.rst (del), tutorial-tbn.rst (del), tutorial-tbw.rst (del)
jdowell 2013-10-11 21:13 Rev.: 1439

Bumped the required PyFITS version to >=3.1 to get around a problem on OSX and removed a debugging print statement from the UVFITS writer.

1 lines of code changed in 1 file:

  • trunk/lsl/doc/source: install.rst (+1 -1)
jdowell 2013-07-10 14:23 Rev.: 1370

Updated the various bits of documentation to reflect the changes over the last couple of days. There was far more work than those few lines would indicate. Also, update the description of the lsl.common.stations.LWAStation object to correct the name of the attribute that holds the longitude.

2 lines of code changed in 2 files:

  • trunk/lsl/doc/source: install.rst (+2 -42), lwa_user.rst (-2)
jdowell 2013-03-20 10:21 Rev.: 1256

Applied r1255 to the development trunk (documentation update).

4 lines of code changed in 1 file:

  • trunk/lsl/doc/source: observations.rst (+4 -4)
jdowell 2013-02-13 12:02 Rev.: 1219

Applied r1218 to the development trunk (update to tbwSpectra and correlateTBW.py).

9 lines of code changed in 1 file:

  • trunk/lsl/doc/source: scripts.rst (+9 -3)
jdowell 2013-02-12 17:19 Rev.: 1216

Applied r1215 to the development trunk (typo. and documentation cleanup).

65 lines of code changed in 1 file:

  • trunk/lsl/doc/source: scripts.rst (+65 -166)

(50 more)

Generated by StatSVN 0.7.0