amlensing


Nameamlensing JSON
Version 0.1.2 PyPI version JSON
download
home_page
SummaryAstrometric microlensing prediction with Gaia sources
upload_time2024-01-19 14:14:59
maintainer
docs_urlNone
author
requires_python
licenseGPL v3.0
keywords astronomy gravitational lensing gaia astrometry
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # GAML: Astrometric MicroLensing prediction using Gaia's data

This Python package searches for astrometric gravitational microlensing events
given a list of lens-source pairs, and output quality assessments and astrometric
and photometric microlensing effects of significant lensing events.

This project has evolved from [Klüter's amlensing][amlensing], with the following
improvements:
- major overhaul to standardize and generalize the codebase
- substantial refactors to adapt for general lensing objects and background sources
  - E.g., allow setting their mass, mass error, and individual epochs
- makes it easier to prepare the input data files, which was abcent in the original code
- also a few bug fixes, which affects the result (most slightly)

For more detailed changes of this fork, see [CHANGES.md](CHANGES.md) and
the commit log.

[amlensing]: https://github.com/jkluter/amlensing

## What does it do

1. GAML will perform several filters to exclude lenses and sources with low quality.
2. By predicting the motion over a specific time span, GAML determines the time
and angular separation of lens-source closest approach.
3. By sampling the angular Einstein ring radius and angular separation, it calculates
the astrometric and photometric observables of the gravitational microlensing event.
   - Such as centroid shift, positive image shift, centroid shift with a luminous
     lens, and magnification.

Although there are quite some changes from the original codebase, but it is
still recommended to read [Kluter 2022][kluter] for theoretical details.

[kluter]: https://iopscience.iop.org/article/10.3847/1538-3881/ac4fc0

## Documentation

For further documentations, see the [docs](./docs) folder



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "amlensing",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "astronomy,gravitational lensing,gaia,astrometry",
    "author": "",
    "author_email": "Lu Xu <oliver_lew@outlook.com>",
    "download_url": "",
    "platform": null,
    "description": "# GAML: Astrometric MicroLensing prediction using Gaia's data\n\nThis Python package searches for astrometric gravitational microlensing events\ngiven a list of lens-source pairs, and output quality assessments and astrometric\nand photometric microlensing effects of significant lensing events.\n\nThis project has evolved from [Kl\u00fcter's amlensing][amlensing], with the following\nimprovements:\n- major overhaul to standardize and generalize the codebase\n- substantial refactors to adapt for general lensing objects and background sources\n  - E.g., allow setting their mass, mass error, and individual epochs\n- makes it easier to prepare the input data files, which was abcent in the original code\n- also a few bug fixes, which affects the result (most slightly)\n\nFor more detailed changes of this fork, see [CHANGES.md](CHANGES.md) and\nthe commit log.\n\n[amlensing]: https://github.com/jkluter/amlensing\n\n## What does it do\n\n1. GAML will perform several filters to exclude lenses and sources with low quality.\n2. By predicting the motion over a specific time span, GAML determines the time\nand angular separation of lens-source closest approach.\n3. By sampling the angular Einstein ring radius and angular separation, it calculates\nthe astrometric and photometric observables of the gravitational microlensing event.\n   - Such as centroid shift, positive image shift, centroid shift with a luminous\n     lens, and magnification.\n\nAlthough there are quite some changes from the original codebase, but it is\nstill recommended to read [Kluter 2022][kluter] for theoretical details.\n\n[kluter]: https://iopscience.iop.org/article/10.3847/1538-3881/ac4fc0\n\n## Documentation\n\nFor further documentations, see the [docs](./docs) folder\n\n\n",
    "bugtrack_url": null,
    "license": "GPL v3.0",
    "summary": "Astrometric microlensing prediction with Gaia sources",
    "version": "0.1.2",
    "project_urls": {
        "homepage": "https://github.com/xlucn/GAML"
    },
    "split_keywords": [
        "astronomy",
        "gravitational lensing",
        "gaia",
        "astrometry"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e65e976e551c7dda15b6755993cb458a9a28fa5053691a1f344210cab53cffa5",
                "md5": "61fc15c848ff580a6721005c69ba4743",
                "sha256": "aaa3b2b5b35db82b1b2d4844384b1ef186cd59327c82b25512bfa84880a2a692"
            },
            "downloads": -1,
            "filename": "amlensing-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "61fc15c848ff580a6721005c69ba4743",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 40583,
            "upload_time": "2024-01-19T14:14:59",
            "upload_time_iso_8601": "2024-01-19T14:14:59.158366Z",
            "url": "https://files.pythonhosted.org/packages/e6/5e/976e551c7dda15b6755993cb458a9a28fa5053691a1f344210cab53cffa5/amlensing-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-19 14:14:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xlucn",
    "github_project": "GAML",
    "github_not_found": true,
    "lcname": "amlensing"
}
        
Elapsed time: 0.17050s