bettermoments


Namebettermoments JSON
Version 1.9.1 PyPI version JSON
download
home_pagehttps://github.com/richteague/bettermoments
SummaryRobust moment map making.
upload_time2024-06-18 09:05:41
maintainerNone
docs_urlNone
authorRichard Teague & Daniel Foreman-Mackey
requires_pythonNone
licenseLICENSE.md
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bettermoments

<p align='center'>
  <br/>
  <img src="https://github.com/richteague/bettermoments/blob/master/docs/_static/TWHya.png" width="435" height="435"><br/>
  <br>
  Measuring precise line-of-sight velocities from Doppler shifted lines is essential<br/>
  when looking for small scale deviations indicative of, for example, embedded planets.<br/>Do that with <b>bettermoments</b>.
  <br><br>
  <a href="https://doi.org/10.5281/zenodo.1419754"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.1419754.svg" alt="DOI"></a>
  <a href="http://ascl.net/1901.009"><img src="https://img.shields.io/badge/ascl-1901.009-blue.svg?colorB=262255" alt="ascl:1901.009" /></a>
  <a href='https://bettermoments.readthedocs.io/en/latest/?badge=latest'>
      <img src='https://readthedocs.org/projects/bettermoments/badge/?version=latest' alt='Documentation Status' />
  </a>
  <br><br><br><br>
</p>


## Installation

To install, we recommend using pip:

```bash
pip install bettermoments
```

## Usage

The easiest way to interface with ``bettermoments`` is through the command line. To use the default quadratic method simply use,

```bash
bettermoments path/to/cube.fits
```

while various other methods, discussed further in the documentation, can be accessed via the ``-method`` flag:

```bash
bettermoments path/to/cube.fits -method zeroth
```

A quick

```bash
bettermoments --help
```

will give a quick overview of what options there are.

## Documentation

More information can be found in the [documentation](https://bettermoments.readthedocs.io/en/latest/?badge=latest).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/richteague/bettermoments",
    "name": "bettermoments",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Richard Teague & Daniel Foreman-Mackey",
    "author_email": "rteague@mit.edu",
    "download_url": "https://files.pythonhosted.org/packages/3d/17/4926c3354a6b877dc2a4fa025ac116b308688ea3a2003fffd6a35de7e89f/bettermoments-1.9.1.tar.gz",
    "platform": null,
    "description": "# bettermoments\n\n<p align='center'>\n  <br/>\n  <img src=\"https://github.com/richteague/bettermoments/blob/master/docs/_static/TWHya.png\" width=\"435\" height=\"435\"><br/>\n  <br>\n  Measuring precise line-of-sight velocities from Doppler shifted lines is essential<br/>\n  when looking for small scale deviations indicative of, for example, embedded planets.<br/>Do that with <b>bettermoments</b>.\n  <br><br>\n  <a href=\"https://doi.org/10.5281/zenodo.1419754\"><img src=\"https://zenodo.org/badge/DOI/10.5281/zenodo.1419754.svg\" alt=\"DOI\"></a>\n  <a href=\"http://ascl.net/1901.009\"><img src=\"https://img.shields.io/badge/ascl-1901.009-blue.svg?colorB=262255\" alt=\"ascl:1901.009\" /></a>\n  <a href='https://bettermoments.readthedocs.io/en/latest/?badge=latest'>\n      <img src='https://readthedocs.org/projects/bettermoments/badge/?version=latest' alt='Documentation Status' />\n  </a>\n  <br><br><br><br>\n</p>\n\n\n## Installation\n\nTo install, we recommend using pip:\n\n```bash\npip install bettermoments\n```\n\n## Usage\n\nThe easiest way to interface with ``bettermoments`` is through the command line. To use the default quadratic method simply use,\n\n```bash\nbettermoments path/to/cube.fits\n```\n\nwhile various other methods, discussed further in the documentation, can be accessed via the ``-method`` flag:\n\n```bash\nbettermoments path/to/cube.fits -method zeroth\n```\n\nA quick\n\n```bash\nbettermoments --help\n```\n\nwill give a quick overview of what options there are.\n\n## Documentation\n\nMore information can be found in the [documentation](https://bettermoments.readthedocs.io/en/latest/?badge=latest).\n",
    "bugtrack_url": null,
    "license": "LICENSE.md",
    "summary": "Robust moment map making.",
    "version": "1.9.1",
    "project_urls": {
        "Homepage": "https://github.com/richteague/bettermoments"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d174926c3354a6b877dc2a4fa025ac116b308688ea3a2003fffd6a35de7e89f",
                "md5": "680c6008d17ae9b1d4b57a96f767a727",
                "sha256": "3e68a8096e3b54704130c470b6945e2cd495190276dedb459fec9f352944b166"
            },
            "downloads": -1,
            "filename": "bettermoments-1.9.1.tar.gz",
            "has_sig": false,
            "md5_digest": "680c6008d17ae9b1d4b57a96f767a727",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 24894,
            "upload_time": "2024-06-18T09:05:41",
            "upload_time_iso_8601": "2024-06-18T09:05:41.459446Z",
            "url": "https://files.pythonhosted.org/packages/3d/17/4926c3354a6b877dc2a4fa025ac116b308688ea3a2003fffd6a35de7e89f/bettermoments-1.9.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-18 09:05:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "richteague",
    "github_project": "bettermoments",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bettermoments"
}
        
Elapsed time: 1.29488s