Giter Site home page Giter Site logo

jaycedowell / aipy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hera-team/aipy

0.0 1.0 0.0 10.46 MB

Astronomical Interferometry in PYthon (AIPY)

Home Page: http://pypi.python.org/pypi/aipy

License: Other

Python 19.50% C 55.04% C++ 25.22% Objective-C 0.12% Shell 0.12%

aipy's Introduction

AIPY (Astronomical Interferometry in PYthon)

Build Status Coverage Status

Description

This package collects together tools for radio astronomical interferometry. In addition to pure-python phasing, calibration, imaging, and deconvolution code, this package includes interfaces to MIRIAD (a Fortran interferometry package) and HEALPix (a package for representing spherical data sets), and some math/fitting routines from SciPy.

Instructions, documentation, and a FAQ may be found at the aipy GitHub page.

Installation

We strongly recommend installing AIPY with the conda packaging tool using the public conda-forge package repository:

$ conda install -c conda-forge aipy

Documentation

If you want to build HTML documentation, you'll need to have Sphinx installed. Then, change to the doc/ directory and run:

$ make html

The results will appear in doc/build/html. There are plenty of other build options, too. Many thanks to Jayce Dowell for his work on this.

Enjoy, Aaron Parsons


Package Info for Developers

The subpackage "optimize" was copied in from scipy-0.6.0, and then all code that depended on non-pure-python modules was removed. If these ever need to be updated, download scipy source and copy scipy/scipy/optimize into aipy, and then remove any code deemed unnecessary. Unfortunately, then you may need to crawl through the code and replace all "scipy" references with "aipy".

The subpackage "_cephes" was copied in from scipy-0.6.0/special, and then all but the cephes and c_misc code was removed to avoid needing a Fortran compiler. _cephesmodule.c needed substantial editing to remove external dependencies.

The miriad source code (aipy/miriad/mirsrc) was included from MIRIAD-4.0.5. To update, download miriad source and copy $MIR/src/subs/* and $MIR/src/inc/* into aipy/miriad/mirsrc. Not all files are used, but include them all anyway.

Healpix source code (aipy/healpix/cxx) was included from Healpix-2.01. To update, download healpix source and copy src/cxx into aipy/healpix.

aipy's People

Contributors

aaronparsons avatar pkgw avatar jaycedowell avatar damoupenn avatar hera-observer avatar plaplant avatar dannyjacobs avatar saularyehkohn avatar bhazelton avatar carinacheng avatar zuoshifan avatar david-macmahon avatar jpober avatar nkern avatar shaoguangleo avatar sensingcosmos avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.