-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
first divorce from Tigger GUI, time to get independent
- Loading branch information
Showing
55 changed files
with
31 additions
and
11,081 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,67 @@ | ||
====== | ||
Tigger | ||
====== | ||
========================== | ||
Tigger-LSM: LSM Libs/utils | ||
========================== | ||
|
||
Installing Tigger | ||
================= | ||
Installing Tigger-LSM | ||
===================== | ||
|
||
Ubuntu package | ||
-------------- | ||
|
||
Enable the | ||
`radio astro launchpad PPA <https://launchpad.net/~radio-astro/+archive/ubuntu/main>`_ | ||
and install the python-tigger package. | ||
Enable the KERN suite and install the tigger-lsm package. | ||
|
||
|
||
from pypi or from source | ||
------------------------ | ||
|
||
requirements: | ||
|
||
* Assorted python packages: PyQt4, PyQwt5, pyfits, numpy, scipy, astLib. | ||
* Assorted python packages: pyfits, numpy, scipy, astLib. | ||
With the exception of astLib, these are already present in most Linux | ||
distros. astLib may be downloaded here: http://astlib.sourceforge.net/ | ||
|
||
* Purr/Kittens. Easiest to install the purr package from a MeqTrees binary | ||
distribution (see http://www.astron.nl/meqwiki/Downloading). Alternatively, | ||
check it out from svn (see below), and make sure the parent | ||
of the Kittens directory is in your PYTHONPATH. | ||
* Purr/Kittens. Available from pip as astro-kittens. Else, install the purr package from a MeqTrees binary | ||
distribution (see http://www.astron.nl/meqwiki/Downloading). Alternatively, check it out from svn (see below), | ||
and make sure the parent of the Kittens directory is in your PYTHONPATH. | ||
|
||
To obtain on ubuntu you can run:: | ||
|
||
$ sudo apt-get install python-kittens python-pyfits python-astlib python-scipy python-numpy python-qt4 python-qwt5-qt4 libicu48 | ||
$ sudo apt-get install python-kittens python-pyfits python-astlib python-scipy python-numpy | ||
|
||
now from pip:: | ||
|
||
$ pip install astro-tigger | ||
|
||
or from source:: | ||
|
||
$ git clone https://github.com/ska-sa/tigger | ||
$ cd tigger | ||
$ git clone https://github.com/ska-sa/tigger-lsm | ||
$ cd tigger-lsm | ||
$ python setup.py install | ||
|
||
|
||
Running Tigger | ||
============== | ||
|
||
Run the installed tigger binary. | ||
In python: | ||
|
||
$ import Tigger | ||
$ model = Tigger.load("foo.lsm.html") | ||
|
||
In the shell | ||
|
||
$ tigger-convert foo.txt foo.lsm.html | ||
|
||
|
||
Questions or problems | ||
===================== | ||
|
||
Open an issue on github | ||
|
||
https://github.com/ska-sa/tigger | ||
https://github.com/ska-sa/tigger-lsm | ||
|
||
|
||
Travis | ||
====== | ||
|
||
.. image:: https://travis-ci.org/ska-sa/tigger.svg?branch=master | ||
.. image:: https://travis-ci.org/ska-sa/tigger-lsm.svg?branch=master | ||
:target: https://travis-ci.org/ska-sa/tigger |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.