Metadata-Version: 1.1
Name: Barak
Version: 0.2.0
Summary: A set of astronomy-related routines for generating Voigt profiles from atomic data, reading and writing data, working with SEDs and passbands.
Home-page: http://pypi.python.org/pypi/Barak/
Author: Neil Crighton
Author-email: neilcrighton .at. gmail .dot. com
License: LICENCE
Description: This package contains functions useful for general scientific
        programming, with a focus on astronomical research. The documentation
        details everything that is available, but some example tasks that can
        be handled are:
        
          * Calculate cosmological distance measures for various cosmologies.
          * Find the expected broad-band magnitudes given a spectral energy
            distribution.
          * Calculate absorption profiles for various ions observed in
            astrophysical environments.
          * Fit a smooth continuum to a spectrum with many emission or
            absorption features.
        
        More details are given in the documentation here:
        http://nhmc.github.com/Barak
        
        To install, just copy the the barak/ to directory to a location
        pointed to by your PYTHONPATH variable.
        
        To run the tests you need py.test
        (http://pytest.org/latest/getting-started.html) installed.  Then run
        
           py.test barak 
        
        from this directory.
        
        
        Neil Crighton
        
        neilcrighton .at. gmail .dot. com
        
Platform: UNKNOWN
Requires: numpy
Requires: pyfits
Requires: atpy
