mosfit


Namemosfit JSON
Version 1.2 PyPI version JSON
download
home_pagehttps://github.com/guillochon/mosfit
SummaryModular software for fitting semi-analytical model predictions to observed astronomical transient data.
upload_time2024-08-13 09:37:23
maintainerNone
docs_urlNone
author&
requires_pythonNone
licenseMIT
keywords astronomy fitting monte carlo modeling
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            <p align="center"><img src="logo.png" align="left" alt="MOSFiT" width="300"/></p>
<a href="https://travis-ci.org/guillochon/MOSFiT"><img src="https://img.shields.io/travis/guillochon/MOSFiT.svg?branch=master" alt="Build Status"></a>
<a href="https://coveralls.io/github/guillochon/MOSFiT?branch=master"><img src="https://coveralls.io/repos/github/guillochon/MOSFiT/badge.svg?branch=master" alt="Coverage Status"></a>
<a href="https://www.python.org"><img src="https://img.shields.io/badge/python-2.7%2C%203.4%2C%203.5%2C%203.6-blue.svg" alt="Python Version"></a>
<a href="https://badge.fury.io/py/mosfit"><img src="https://badge.fury.io/py/mosfit.svg" alt="PyPI version"></a>
<a href="http://mosfit.readthedocs.io/en/latest/?badge=latest"><img src="https://readthedocs.org/projects/mosfit/badge/?version=latest" alt="Documentation Status"></a>
<a href="http://ascl.net/1710.006"><img src="https://img.shields.io/badge/ascl-1710.006-blue.svg?colorB=262255" alt="ascl:1710.006" /></a>
<a href="https://slack.astrocats.space"><img src="https://slack.astrocats.space/badge.svg" alt="Currently logged-in users in MOSFiT Slack channel" /></a>

`MOSFiT` (**M**odular **O**pen-**S**ource **Fi**tter for **T**ransients) is a Python 2.7/3.x package for fitting, sharing, and estimating the parameters of transients via user-contributed transient models. Data for a transient can either be provided by the user in a wide range of formats (JSON, ASCII tables, CDS, LaTeX), or can be pulled automatically from one of the Open Catalogs (e.g. the [Open Supernova Catalog](https://sne.space), [Open TDE Catalog](https://tde.space), and [Open Nova Catalog](https://opennova.space)) by its name. With the use of an optional upload flag, fits performed by users can then be uploaded back to the Open Catalogs for the benefit of the transient community.<br clear="all">

## Installation

`MOSFiT` is available on `conda` and `pip`, and can be installed using:

```bash
conda install -c conda-forge mosfit
```

or:

```bash
pip install mosfit
```

For a development install of `MOSFiT`, the repository should be cloned from GitHub and then installed into your Python environment via the `setup.py` script:

```bash
git clone https://github.com/guillochon/MOSFiT.git
cd MOSFiT
python setup.py develop
```

## Using MOSFiT

For detailed instructions on using MOSFiT, please see our documentation on RTD: <http://mosfit.readthedocs.io/>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/guillochon/mosfit",
    "name": "mosfit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "astronomy, fitting, monte carlo, modeling",
    "author": "&",
    "author_email": "guillochon@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/16/4e/b3cf41592eb7b7708270728b04863a94deba7b6d3fff5a59491282cae300/mosfit-1.2.tar.gz",
    "platform": null,
    "description": "<p align=\"center\"><img src=\"logo.png\" align=\"left\" alt=\"MOSFiT\" width=\"300\"/></p>\n<a href=\"https://travis-ci.org/guillochon/MOSFiT\"><img src=\"https://img.shields.io/travis/guillochon/MOSFiT.svg?branch=master\" alt=\"Build Status\"></a>\n<a href=\"https://coveralls.io/github/guillochon/MOSFiT?branch=master\"><img src=\"https://coveralls.io/repos/github/guillochon/MOSFiT/badge.svg?branch=master\" alt=\"Coverage Status\"></a>\n<a href=\"https://www.python.org\"><img src=\"https://img.shields.io/badge/python-2.7%2C%203.4%2C%203.5%2C%203.6-blue.svg\" alt=\"Python Version\"></a>\n<a href=\"https://badge.fury.io/py/mosfit\"><img src=\"https://badge.fury.io/py/mosfit.svg\" alt=\"PyPI version\"></a>\n<a href=\"http://mosfit.readthedocs.io/en/latest/?badge=latest\"><img src=\"https://readthedocs.org/projects/mosfit/badge/?version=latest\" alt=\"Documentation Status\"></a>\n<a href=\"http://ascl.net/1710.006\"><img src=\"https://img.shields.io/badge/ascl-1710.006-blue.svg?colorB=262255\" alt=\"ascl:1710.006\" /></a>\n<a href=\"https://slack.astrocats.space\"><img src=\"https://slack.astrocats.space/badge.svg\" alt=\"Currently logged-in users in MOSFiT Slack channel\" /></a>\n\n`MOSFiT` (**M**odular **O**pen-**S**ource **Fi**tter for **T**ransients) is a Python 2.7/3.x package for fitting, sharing, and estimating the parameters of transients via user-contributed transient models. Data for a transient can either be provided by the user in a wide range of formats (JSON, ASCII tables, CDS, LaTeX), or can be pulled automatically from one of the Open Catalogs (e.g. the [Open Supernova Catalog](https://sne.space), [Open TDE Catalog](https://tde.space), and [Open Nova Catalog](https://opennova.space)) by its name. With the use of an optional upload flag, fits performed by users can then be uploaded back to the Open Catalogs for the benefit of the transient community.<br clear=\"all\">\n\n## Installation\n\n`MOSFiT` is available on `conda` and `pip`, and can be installed using:\n\n```bash\nconda install -c conda-forge mosfit\n```\n\nor:\n\n```bash\npip install mosfit\n```\n\nFor a development install of `MOSFiT`, the repository should be cloned from GitHub and then installed into your Python environment via the `setup.py` script:\n\n```bash\ngit clone https://github.com/guillochon/MOSFiT.git\ncd MOSFiT\npython setup.py develop\n```\n\n## Using MOSFiT\n\nFor detailed instructions on using MOSFiT, please see our documentation on RTD: <http://mosfit.readthedocs.io/>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Modular software for fitting semi-analytical model predictions to observed astronomical transient data.",
    "version": "1.2",
    "project_urls": {
        "Download": "https://github.com/guillochon/mosfit/tarball/1.2",
        "Homepage": "https://github.com/guillochon/mosfit"
    },
    "split_keywords": [
        "astronomy",
        " fitting",
        " monte carlo",
        " modeling"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e309fbbee03a1eecc002b39e3925798d1f13fe30a114b5ba2d0cb4627fa8cc9b",
                "md5": "74992434a5dbfbb4db54b7a804ad304b",
                "sha256": "5d1ede09f9c9fd38728037a1cfd9966153d5f93146964765523362eae7779cb8"
            },
            "downloads": -1,
            "filename": "mosfit-1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "74992434a5dbfbb4db54b7a804ad304b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3484636,
            "upload_time": "2024-08-13T09:37:41",
            "upload_time_iso_8601": "2024-08-13T09:37:41.914311Z",
            "url": "https://files.pythonhosted.org/packages/e3/09/fbbee03a1eecc002b39e3925798d1f13fe30a114b5ba2d0cb4627fa8cc9b/mosfit-1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "164eb3cf41592eb7b7708270728b04863a94deba7b6d3fff5a59491282cae300",
                "md5": "8a68dee640610d9dc402f5380d08d1fc",
                "sha256": "15f4ddd97b0563c34b8dacbd341591bb95f2c272236f276bff494e9d6ca0b3c8"
            },
            "downloads": -1,
            "filename": "mosfit-1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "8a68dee640610d9dc402f5380d08d1fc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3424236,
            "upload_time": "2024-08-13T09:37:23",
            "upload_time_iso_8601": "2024-08-13T09:37:23.660774Z",
            "url": "https://files.pythonhosted.org/packages/16/4e/b3cf41592eb7b7708270728b04863a94deba7b6d3fff5a59491282cae300/mosfit-1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-13 09:37:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "guillochon",
    "github_project": "mosfit",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "lcname": "mosfit"
}
        
&
Elapsed time: 0.30944s