irony


Nameirony JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/mshemuni/irony
Summary
upload_time2022-12-20 00:05:26
maintainer
docs_urlNone
authorMohammad S.Niaei
requires_python
licenseGPL
keywords iraf photometry python
VCS
bugtrack_url
requirements astroalign astropy matplotlib mpl_point_clicker numpy pandas photutils pyraf sep
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # irony

![piron](assets/irony.svg)

 IRaf pythON photometrY  (`irony`) is a package designed for astronomers to do photometry.

## Installation

```shell
pip install irony
```

## Examples
- [Fits](examples/001-fits.ipynb)
- [FitsArray](examples/002-fits_array.ipynb)
- [Calibration](examples/003-calibration.ipynb)
- [Align](examples/004-align.ipynb)
- [Photometry](examples/005-phot.ipynb)

## License

GNU-GPL V3

## Author
Mohammad S.Niaei

m.shemuni@gmail.com


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mshemuni/irony",
    "name": "irony",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "IRAF,Photometry,Python",
    "author": "Mohammad S.Niaei",
    "author_email": "m.shemuni@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3b/03/b9109f4b9977802775b0e6e1bac4288d0fbf8e4f2fd7f787f54ce2b51f92/irony-0.1.1.tar.gz",
    "platform": null,
    "description": "# irony\n\n![piron](assets/irony.svg)\n\n IRaf pythON photometrY  (`irony`) is a package designed for astronomers to do photometry.\n\n## Installation\n\n```shell\npip install irony\n```\n\n## Examples\n- [Fits](examples/001-fits.ipynb)\n- [FitsArray](examples/002-fits_array.ipynb)\n- [Calibration](examples/003-calibration.ipynb)\n- [Align](examples/004-align.ipynb)\n- [Photometry](examples/005-phot.ipynb)\n\n## License\n\nGNU-GPL V3\n\n## Author\nMohammad S.Niaei\n\nm.shemuni@gmail.com\n\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "",
    "version": "0.1.1",
    "split_keywords": [
        "iraf",
        "photometry",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "be29707e63efbf5ff9c9996824213077",
                "sha256": "39a7af2ffcc0886686940d61b7363eaef5664f14a43c79b48082c91c4649fb90"
            },
            "downloads": -1,
            "filename": "irony-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "be29707e63efbf5ff9c9996824213077",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 32816,
            "upload_time": "2022-12-20T00:05:26",
            "upload_time_iso_8601": "2022-12-20T00:05:26.652666Z",
            "url": "https://files.pythonhosted.org/packages/3b/03/b9109f4b9977802775b0e6e1bac4288d0fbf8e4f2fd7f787f54ce2b51f92/irony-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-20 00:05:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "mshemuni",
    "github_project": "irony",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "astroalign",
            "specs": [
                [
                    "==",
                    "2.4.1"
                ]
            ]
        },
        {
            "name": "astropy",
            "specs": [
                [
                    "==",
                    "5.0.2"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    "==",
                    "3.5.3"
                ]
            ]
        },
        {
            "name": "mpl_point_clicker",
            "specs": [
                [
                    "==",
                    "0.3.1"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.21.5"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "1.4.3"
                ]
            ]
        },
        {
            "name": "photutils",
            "specs": [
                [
                    "==",
                    "1.5.0"
                ]
            ]
        },
        {
            "name": "pyraf",
            "specs": [
                [
                    "==",
                    "2.2.0"
                ]
            ]
        },
        {
            "name": "sep",
            "specs": [
                [
                    "==",
                    "1.2.1"
                ]
            ]
        }
    ],
    "lcname": "irony"
}
        
Elapsed time: 0.01920s