{ "info": { "author": "Henry Roe", "author_email": "hroe@hroe.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Scientific/Engineering :: Astronomy" ], "description": "======= Py2MASS =======\n\n| Py2MASS is used for accessing a locally hosted copy of 2MASS.\n| More information on 2MASS is available at:\nhttp://www.ipac.caltech.edu/2mass/\n\nFull copies of the 2MASS point source catalog (PSC) are large: ~40Gigs\ncompressed\n\n(The extended source catalog (XSC) is modest by comparison at <800megs.)\n\nBoth are available for download from:\n\n::\n\n ftp://ftp.ipac.caltech.edu/pub/2mass/allsky\n\nNote that the PSC contains some sources out of order, so you will need\nto reprocess the PSC using the included:\n\n::\n\n py2mass_process_original_psc.py\n\nA typical usage to fetch a region of the catalog is:\n\n::\n\n #!/usr/bin/env python\n\n from py2mass import fetch_2mass_psc_box\n\n ra_range = [281., 281.05] # RA is in degrees\n dec_range = [-30.6, -30.55] # Dec is in degrees\n stars = fetch_2mass_psc_box(ra_range, dec_range)\n\n from py2mass import fetch_2mass_xsc_box\n\n ra_range = [281., 281.05] # RA is in degrees\n dec_range = [-30.6, -30.55] # Dec is in degrees\n sources = fetch_2mass_xsc_box(ra_range, dec_range)\n\nNote that in all cases the returned object is a ``pandas.DataFrame``.\n\nA command line script is also installed that allows direct access via,\ne.g.:\n\n::\n\n py2mass [psc|xsc] minRA maxRA minDEC maxDEC [pickle]\n\npsc - 2MASS Point Source Catalog xsc - 2MASS Extended Source Catalog\nDefault output is a nicely formatted text table. Optional keyword\n(pickle) will dump a pickle of that table, which can then be read back\nin from file within python, e.g.:\n\nimport pickle stars = pickle.load(open(filename, 'r'))\n\n========\n\nOriginally written 2014-03-28 by Henry Roe (hroe@hroe.me)", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/henryroe/Py2MASS", "keywords": "2MASS catalog", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "Py2MASS", "package_url": "https://pypi.org/project/Py2MASS/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Py2MASS/", "project_urls": { "Homepage": "https://github.com/henryroe/Py2MASS" }, "release_url": "https://pypi.org/project/Py2MASS/0.1.5/", "requires_dist": [ "pandas (>=0.10.1)", "astropy-helpers (>=1.0.0)" ], "requires_python": null, "summary": "Py2MASS is used for accessing a locally hosted copy of 2MASS PSC/XSC", "version": "0.1.5" }, "last_serial": 1628633, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c257901bc083164771824919ad1c5eb3", "sha256": "47ae49b1675b572e6863c3ebfb4b635e9bd0fe23d5b28f75131811ef18ca7e40" }, "downloads": -1, "filename": "Py2MASS-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c257901bc083164771824919ad1c5eb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23708, "upload_time": "2014-03-31T21:48:01", "url": "https://files.pythonhosted.org/packages/0d/19/00aa8296826cd81f3a3e40f527fdf1c8236648661aec352c3b194b5eae2e/Py2MASS-0.1.0.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "922534b2826dee19eeac108f256f6af9", "sha256": "497fe08cb1d8eb539a9e5e1439759f0db713f6fb2ade110397b4a95ed8f9abf5" }, "downloads": -1, "filename": "Py2MASS-0.1.2.tar.gz", "has_sig": false, "md5_digest": "922534b2826dee19eeac108f256f6af9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24589, "upload_time": "2014-12-02T20:27:57", "url": "https://files.pythonhosted.org/packages/83/a2/83c6cca0101d387f93a2fa78cb0c181fd7804d1e4c0b4f0ce7a5acb5ae38/Py2MASS-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "d516f4906345927b4c8bcbaf3bd612f2", "sha256": "8f816637304cfecc7e444af1437b059ae625cca3ebf90b570fc732c72a88c07f" }, "downloads": -1, "filename": "py2mass-0.1.3-py2-none-any.whl", "has_sig": false, "md5_digest": "d516f4906345927b4c8bcbaf3bd612f2", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 29720, "upload_time": "2015-05-22T03:32:15", "url": "https://files.pythonhosted.org/packages/70/79/66fa0f316e111d8e3ebbd95bac00b441f4cd88c0532073bdcb90bb29f7a5/py2mass-0.1.3-py2-none-any.whl" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "5d0dfbc3c17db8ff5265b4f54a89f4f3", "sha256": "cbcfadc98f3aeda099ffe025bc40908e6b363c4d809b5189c9dbf6d642544c10" }, "downloads": -1, "filename": "py2mass-0.1.4-py2-none-any.whl", "has_sig": false, "md5_digest": "5d0dfbc3c17db8ff5265b4f54a89f4f3", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 30078, "upload_time": "2015-05-23T19:50:25", "url": "https://files.pythonhosted.org/packages/ef/6e/49ee0bd341d556fd15cffb13d6c9aaf74f5c539ed225607666811f914485/py2mass-0.1.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1747693ecf1fb762cfaaf6c2178bbc9b", "sha256": "b1234d51dc479aff48ef1eed831e8e1ef631047539b065b4655f49a6893d5334" }, "downloads": -1, "filename": "py2mass-0.1.4.tar.gz", "has_sig": false, "md5_digest": "1747693ecf1fb762cfaaf6c2178bbc9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29243, "upload_time": "2015-05-23T19:50:29", "url": "https://files.pythonhosted.org/packages/93/67/49de020ca446b53be9e5427c055759e7194dcc3761bdc21b528b0c9bd804/py2mass-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "8b9570a85a3a6c34bfbd9b60d9a36285", "sha256": "03458b3b57c8e945b8d24d4d84f3dd3046a1b1297eaa1eff981b26aaeca795a9" }, "downloads": -1, "filename": "py2mass-0.1.5-py2-none-any.whl", "has_sig": false, "md5_digest": "8b9570a85a3a6c34bfbd9b60d9a36285", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 29844, "upload_time": "2015-07-11T02:57:53", "url": "https://files.pythonhosted.org/packages/d7/21/5d70b2e8002caa61a39a1a01ff5ae35ad3658001dc27c6be9d49fb2c7220/py2mass-0.1.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c8be091e85cccf1f4c4ba32ebcf4c241", "sha256": "7d233ce1e82d7efae2e50266977f16eaef97ebc7dd752ec48c141c4b1b73ef69" }, "downloads": -1, "filename": "py2mass-0.1.5.tar.gz", "has_sig": false, "md5_digest": "c8be091e85cccf1f4c4ba32ebcf4c241", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29079, "upload_time": "2015-07-11T02:57:58", "url": "https://files.pythonhosted.org/packages/26/68/714a28ffa10a8fee64cf4908d942241e2e809932765545ebf1e5175c7dc0/py2mass-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8b9570a85a3a6c34bfbd9b60d9a36285", "sha256": "03458b3b57c8e945b8d24d4d84f3dd3046a1b1297eaa1eff981b26aaeca795a9" }, "downloads": -1, "filename": "py2mass-0.1.5-py2-none-any.whl", "has_sig": false, "md5_digest": "8b9570a85a3a6c34bfbd9b60d9a36285", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 29844, "upload_time": "2015-07-11T02:57:53", "url": "https://files.pythonhosted.org/packages/d7/21/5d70b2e8002caa61a39a1a01ff5ae35ad3658001dc27c6be9d49fb2c7220/py2mass-0.1.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c8be091e85cccf1f4c4ba32ebcf4c241", "sha256": "7d233ce1e82d7efae2e50266977f16eaef97ebc7dd752ec48c141c4b1b73ef69" }, "downloads": -1, "filename": "py2mass-0.1.5.tar.gz", "has_sig": false, "md5_digest": "c8be091e85cccf1f4c4ba32ebcf4c241", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29079, "upload_time": "2015-07-11T02:57:58", "url": "https://files.pythonhosted.org/packages/26/68/714a28ffa10a8fee64cf4908d942241e2e809932765545ebf1e5175c7dc0/py2mass-0.1.5.tar.gz" } ] }