{ "info": { "author": "Yu Feng", "author_email": "yfeng1@andrew.cmu.edu", "bugtrack_url": null, "classifiers": [], "description": "\nchealpy is the Python binding of chealpix.\n\n chealpix is the C implementation of HealPix.\n HealPix linearizes spherical coordinate into integers.\n\n You will need numpy > 1.6.\n \n The installation is just \n python setup.py install\n or \n easy_install chealpy\n\n Refer to HealPix manual for usage.\n\n Two precisions are provided:\n chealpy.high :upto nside=1<<29\n chealpy.low : upto nside=8192\n\n functions under the namespace chealpy are imported from chealpy.high\n\n MAX_NSIDES is the upper limit of nsides\n\n wrappers are automatically generated Cython code, making use \n of NpyIter API.\n\n For a feature-rich Healpix C++ binding, take a look at healpy.\n\n Author: Yu Feng 2012 \n\n Description of Functions:\n\ndef ang2pix_ring (nside,theta,phi,ipix=None)\n angle to pix\ndef ang2pix_nest (nside,theta,phi, ipix = None):\ndef pix2ang_ring (nside,ipix, theta = None,phi = None):\ndef pix2ang_nest (nside,ipix, theta = None,phi = None):\ndef vec2pix_ring (nside,vec, ipix = None):\ndef vec2pix_nest (nside,vec, ipix = None):\ndef pix2vec_ring (nside,ipix, vec = None):\ndef pix2vec_nest (nside,ipix, vec = None):\ndef nest2ring (nside,ipnest, ipring = None):\ndef ring2nest (nside,ipring, ipnest = None):\ndef npix2nside (npix, nside = None):\ndef nside2npix (nside, npix = None):\ndef ang2vec (theta,phi, vec = None):\ndef vec2ang (vec, theta = None,phi = None):\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/rainwoodman/chealpy", "keywords": "", "license": "GPLv2+", "maintainer": "", "maintainer_email": "", "name": "chealpy", "package_url": "https://pypi.org/project/chealpy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/chealpy/", "project_urls": { "Homepage": "http://github.com/rainwoodman/chealpy" }, "release_url": "https://pypi.org/project/chealpy/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Python Binding of chealpix", "version": "0.1.0" }, "last_serial": 2014599, "releases": { "0.1": [], "0.1.0": [ { "comment_text": "", "digests": { "md5": "21dd2fdc2bc1d71a813db77131039c63", "sha256": "098a1948055d0891eb26965b11c650f42af78b92cc5c98f503f00ee0266947b3" }, "downloads": -1, "filename": "chealpy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "21dd2fdc2bc1d71a813db77131039c63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71563, "upload_time": "2016-03-18T16:27:33", "url": "https://files.pythonhosted.org/packages/94/4c/95157fed9227d8aeb0d845cdabd12454cdff622cc4c5d043aaf31edc7ef0/chealpy-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "21dd2fdc2bc1d71a813db77131039c63", "sha256": "098a1948055d0891eb26965b11c650f42af78b92cc5c98f503f00ee0266947b3" }, "downloads": -1, "filename": "chealpy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "21dd2fdc2bc1d71a813db77131039c63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71563, "upload_time": "2016-03-18T16:27:33", "url": "https://files.pythonhosted.org/packages/94/4c/95157fed9227d8aeb0d845cdabd12454cdff622cc4c5d043aaf31edc7ef0/chealpy-0.1.0.tar.gz" } ] }