atomap


Nameatomap JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://atomap.org/
SummaryLibrary for analysing atomic resolution images
upload_time2024-02-17 19:38:09
maintainer
docs_urlNone
authorMagnus Nord
requires_python
licenseGPL v3
keywords stem data analysis microscopy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Atomap

## Webpage: https://atomap.org

Webpage (development version), click the atomap.gitlab.io link: https://gitlab.com/atomap/atomap/builds/artifacts/master/file/public_development/index.html?job=pages_development

Atomap is a Python library for analysing atomic resolution
scanning transmission electron microscopy images.
It relies on fitting 2-D Gaussian functions to every atomic
column in an image, and automatically finding all the atomic
planes with the largest spacings.

Installing
----------

The easiest way is via the Anaconda Python distribution, and installing with:

```bash
conda install atomap -c conda-forge
```

It can also be installed via PyPI:

```bash
pip3 install atomap
```

More install instructions: https://atomap.org/install.html

Using
-----

```python
import atomap.api as am
sublattice = am.dummy_data.get_simple_cubic_sublattice()
sublattice.construct_zone_axes()
sublattice.refine_atom_positions_using_center_of_mass()
sublattice.plot()
```

More information on how to use Atomap: https://atomap.org/start_atomap.html

            

Raw data

            {
    "_id": null,
    "home_page": "https://atomap.org/",
    "name": "atomap",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "STEM,data analysis,microscopy",
    "author": "Magnus Nord",
    "author_email": "magnunor@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ef/66/ac1a5897bd557bdb61f849c7d6a5acb7c1d7bb9bd1d09210d560931d94d7/atomap-0.4.0.tar.gz",
    "platform": null,
    "description": "# Atomap\n\n## Webpage: https://atomap.org\n\nWebpage (development version), click the atomap.gitlab.io link: https://gitlab.com/atomap/atomap/builds/artifacts/master/file/public_development/index.html?job=pages_development\n\nAtomap is a Python library for analysing atomic resolution\nscanning transmission electron microscopy images.\nIt relies on fitting 2-D Gaussian functions to every atomic\ncolumn in an image, and automatically finding all the atomic\nplanes with the largest spacings.\n\nInstalling\n----------\n\nThe easiest way is via the Anaconda Python distribution, and installing with:\n\n```bash\nconda install atomap -c conda-forge\n```\n\nIt can also be installed via PyPI:\n\n```bash\npip3 install atomap\n```\n\nMore install instructions: https://atomap.org/install.html\n\nUsing\n-----\n\n```python\nimport atomap.api as am\nsublattice = am.dummy_data.get_simple_cubic_sublattice()\nsublattice.construct_zone_axes()\nsublattice.refine_atom_positions_using_center_of_mass()\nsublattice.plot()\n```\n\nMore information on how to use Atomap: https://atomap.org/start_atomap.html\n",
    "bugtrack_url": null,
    "license": "GPL v3",
    "summary": "Library for analysing atomic resolution images",
    "version": "0.4.0",
    "project_urls": {
        "Download": "https://gitlab.com/atomap/atomap/repository/archive.tar?ref=0.4.0",
        "Homepage": "https://atomap.org/"
    },
    "split_keywords": [
        "stem",
        "data analysis",
        "microscopy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0471b5f949c616ec917a4509c46d902674e5b71c8acdc92f1c398613da0ff8e",
                "md5": "576f532520c8fc77cbe735e08fe89b83",
                "sha256": "a40f05ebb6a3a6f3b6f302513a17e4b9e5ce60f0964cf54b926fbe0c2474a83e"
            },
            "downloads": -1,
            "filename": "atomap-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "576f532520c8fc77cbe735e08fe89b83",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 857974,
            "upload_time": "2024-02-17T19:38:06",
            "upload_time_iso_8601": "2024-02-17T19:38:06.951392Z",
            "url": "https://files.pythonhosted.org/packages/c0/47/1b5f949c616ec917a4509c46d902674e5b71c8acdc92f1c398613da0ff8e/atomap-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef66ac1a5897bd557bdb61f849c7d6a5acb7c1d7bb9bd1d09210d560931d94d7",
                "md5": "670498c6ddccef3838aebab3345e4554",
                "sha256": "2c3b02ca58e7628e318302014129ca7bcdaaa5717f4bc8bb441e5fd068e135c6"
            },
            "downloads": -1,
            "filename": "atomap-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "670498c6ddccef3838aebab3345e4554",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 839905,
            "upload_time": "2024-02-17T19:38:09",
            "upload_time_iso_8601": "2024-02-17T19:38:09.602325Z",
            "url": "https://files.pythonhosted.org/packages/ef/66/ac1a5897bd557bdb61f849c7d6a5acb7c1d7bb9bd1d09210d560931d94d7/atomap-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-17 19:38:09",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "atomap",
    "gitlab_project": "atomap",
    "lcname": "atomap"
}
        
Elapsed time: 0.19289s