myrafproject


An Easy GUI for IRAF Photometry

myraflib project started

For further information: myraflib

MYRaf 2.0 Beta released!

The MYRaf is a practicable astronomical image reduction and photometry software and interface for IRAF. For this purpose, MYRaf uses iraf, PyRAF and alipy via great programming language Python and Qt framework. Also MYRaf is a absolutely free software and distributed with GPLv3 license. You can use it without restrictive licenses, make copies for your friends, school or business.

We tried MYRaf's all beta versions on;

GNU/Linux distributions. Have fun with MYRaf! :)

MYRaf 2.0 Beta

For all GNU/Linux distributions, MYRaf requires the following packages.

  • python-pip and subversion

    • sudo yum/apt-get install python-pip subversion
  • pyqt4-dev-tools

    • sudo apt-get install pyqt4-dev-tools (Ubuntu)
    • sudo yum install pyqt4-devel (Fedora)
  • IRAF v2.14 and later

    • If you are using Ubuntu its's easy to install from this link.
  • matplotlib and SciPy

    • sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose kde-style-oxygen (Ubuntu)
    • sudo yum install python-matplotlib python-matplotlib-qt4 numpy scipy ipython python-pandas sympy python-nose gcc python-devel libX11-devel (Fedora)
  • PyRAF 2.0 and later

    • sudo pip install pyraf
  • astropy

    • sudo pip install astropy
  • Ginga

    • sudo pip install ginga
    • To use Ginga on MYRaf 2.0 Beta please check this tutorial.
  • Alipy 2.0 : For installation instructions of alipy visit Malte Tewes’s alipy project website. Alipy also requires Sextractor (=>2.8.6) and AstroAsciiData.

    • You can find a debian package for Sextractor in Downloads section.

Note: For multiple file selection and filtering problem please see issue 11.

Installation (2.0 Beta)

  • Get MYRaf directly from its public repository, by typing:

``` $ svn checkout http://myrafproject.googlecode.com/svn/trunk/ myrafproject

$ cd myrafproject

$ sudo python setup.py install ```

To run MYRaf 2.0 Beta,

$ myraf2

maybe or clicking,

Applications > Education > Science > MYRaf v2.0 Beta.

MYRaf 1.5

For all GNU/Linux distributions, MYRaf requires the following packages.

Installation (1.5 Beta)

  • Ubuntu (tr)
  • Fedora (tr)
  • Standalone (tr)

Project Information

The project was created on Oct 22, 2012.

Labels:
Academic Analysis Astronomy Interface pyqt Python