{ "info": { "author": "Timothy D. Morton", "author_email": "tim.morton@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Astronomy" ], "description": "=========\nobliquity\n=========\n\nInfer the stellar obliquity distribution of transiting planet systems, following `Morton & Winn (2014) `_. \n\nMakes use of the `simpledist `_ package, which will be installed \nas a dependency with installation of this package.\n\nThere are two main tasks this package does:\n\n1. Calculate posteriors of cos(I) given measurements of Rstar, Prot, Vsin(I).\n\n2. Infer the Fisher distribution parameter $\\kappa$ given a sample of cos(I) posteriors.\n\nSee below for a quick intro, and the `notebook demo `_ for more.\n\nInstallation\n------------\n\n::\n\n $ pip install [--user] obliquity\n \nOr clone the repository and install:\n\n::\n\n $ git clone https://github.com/timothydmorton/obliquity.git\n $ cd obliquity\n $ python setup.py install [--user]\n\nBasic usage\n-----------\n\n.. code-block:: python\n\n from obliquity.distributions import Cosi_Distribution\n cosi_dist = Cosi_Distribution((1.3,0.1),(15,0.3),(3.5,0.5)) #Radius, Prot, VsinI\n cosi_dist.summary_plot()\n\nCommand-line scripts\n--------------------\n\nIn addition to the ``obliquity`` module, this package also installs a few command-line scripts. \n\n``write_cosi_dist``: This calculates a ``Cosi_Distribution`` given input parameters, and writes the distribution to \nfile (`.h5` format that can be easily re-loaded back). e.g.,\n\n::\n\n $ write_cosi_dist test.h5 -R 1.3 0.1 -P 14 0.3 -V 4 0.5\n\nAfter having done this, you could launch up python and read in the distribution as follows:\n\n.. code-block:: python\n\n from obliquity import Cosi_Distribution_FromH5\n cosi_dist = Cosi_Distribution_FromH5('test.h5')\n cosi_dist.summary_plot()\n\nThis is particularly useful for running batch jobs and doing more analysis later.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/timothydmorton/obliquity", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "obliquity", "package_url": "https://pypi.org/project/obliquity/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/obliquity/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/timothydmorton/obliquity" }, "release_url": "https://pypi.org/project/obliquity/0.2/", "requires_dist": null, "requires_python": null, "summary": "Infer the stellar obliquity distribution of transiting planet systems.", "version": "0.2" }, "last_serial": 1281765, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "33ac244f5f197b0c7faf236a0ff73e55", "sha256": "8a9cb755bf109d9510da756f05982984487da857a32a7fe99d74b1807c793e25" }, "downloads": -1, "filename": "obliquity-0.1.tar.gz", "has_sig": false, "md5_digest": "33ac244f5f197b0c7faf236a0ff73e55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 505297, "upload_time": "2014-10-24T16:56:42", "url": "https://files.pythonhosted.org/packages/f0/c3/e2fc244c985e020c496a93d23b6d7e1bad87daf54dbe351c0ec2dbdc86ea/obliquity-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "c7e7aba8ce450cd02d802d244d2503e4", "sha256": "4ef062f74cae90d08ce670a4ebb265ac91d2a22d343da3890ade3fa2747d927d" }, "downloads": -1, "filename": "obliquity-0.2.tar.gz", "has_sig": false, "md5_digest": "c7e7aba8ce450cd02d802d244d2503e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 506820, "upload_time": "2014-10-24T18:40:17", "url": "https://files.pythonhosted.org/packages/8e/32/997a706c93f3be76694aa5073e1084873155f696512fd8c901c7fe299f49/obliquity-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c7e7aba8ce450cd02d802d244d2503e4", "sha256": "4ef062f74cae90d08ce670a4ebb265ac91d2a22d343da3890ade3fa2747d927d" }, "downloads": -1, "filename": "obliquity-0.2.tar.gz", "has_sig": false, "md5_digest": "c7e7aba8ce450cd02d802d244d2503e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 506820, "upload_time": "2014-10-24T18:40:17", "url": "https://files.pythonhosted.org/packages/8e/32/997a706c93f3be76694aa5073e1084873155f696512fd8c901c7fe299f49/obliquity-0.2.tar.gz" } ] }