Skip to content

Commit

Permalink
first divorce from Tigger GUI, time to get independent
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov committed Dec 18, 2017
1 parent 011a893 commit cea0660
Show file tree
Hide file tree
Showing 55 changed files with 31 additions and 11,081 deletions.
42 changes: 23 additions & 19 deletions README.rst
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
111 changes: 0 additions & 111 deletions Tigger/AboutDialog.py

This file was deleted.

Loading

0 comments on commit cea0660

Please sign in to comment.