Metadata-Version: 1.1
Name: glespy
Version: 0.1.4
Summary: Bindings for GLESP for calculations with spherical harmonics
Home-page: https://pypi.python.org/pypi/glespy/
Author: yarnaid
Author-email: yarnaid@gmail.com
License: UNKNOWN
Description: GlesPy Package Documentation
        ============================
        
        This package is just command line bindings for
        `GLESP <http://www.glesp.nbi.dk/>`__:
        
        Installation
        ------------
        
        Requirements
        ~~~~~~~~~~~~
        
        -  `GLESP <http://www.glesp.nbi.dk/>`__ must be installed with all
           dependences for normal work;
        -  `eog <https://projects.gnome.org/eog/>`__ package.
        
        Installation
        ~~~~~~~~~~~~
        
        To install package just input to command line:
        
        ::
        
            pip install glespy
        
        Using
        -----
        
        TODO: write this
        
        Features
        --------
        
        Automated parameters control, i.e.:
        
        ::
        
            lmin >= 0
            lmax >= lmin
            nx >= lmax * 2 + 1
            np >= nx * 2
        
        PixelMap
        ~~~~~~~~
        
        ...
        
        Alm
        ~~~
        
        ...
        
        PointSource
        ~~~~~~~~~~~
        
        ...
        
        Properties
        ~~~~~~~~~~
        
        Mutipoled
        ^^^^^^^^^
        
        ...
        
        Rendered
        ^^^^^^^^
        
        ...
        
        Changes
        -------
        
        It\`s appeared! :)
        
        v 0.1.3
        ~~~~~~~
        
        -  rotate alm by dphi, dtheta, dpsi
        
        
Keywords: GLESP bindings
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Science/Research
Classifier: License :: Freeware
Classifier: Natural Language :: Russian
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Scientific/Engineering :: Astronomy
