https://github.com/pranabdas/arpespythontools

Explore, analyze, visualize Angle Resolved Photoemission Spectroscopy (ARPES) data.

https://github.com/pranabdas/arpespythontools

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.0%) to scientific vocabulary

Keywords

arpes condensed-matter-physics data-analysis materials-science matplotlib photoelectron-spectroscopy python surface-science
Last synced: 6 months ago · JSON representation

Repository

Explore, analyze, visualize Angle Resolved Photoemission Spectroscopy (ARPES) data.

Basic Info
Statistics
  • Stars: 11
  • Watchers: 1
  • Forks: 2
  • Open Issues: 1
  • Releases: 22
Topics
arpes condensed-matter-physics data-analysis materials-science matplotlib photoelectron-spectroscopy python surface-science
Created over 6 years ago · Last pushed 6 months ago
Metadata Files
Readme License

README.md

ARPES Python Tools

Python tests status Deploy gh-pages status Deploy gh-pages status Latest Release Supported Python versions

This python library helps you load, analyze and visualize ARPES data.

Quick start

Install latest stable version: console pip install --upgrade arpespythontools

Import and start using:

```python import arpespythontools as arp

data, energy, angle = arp.loadsesspectra("samplespectrum.txt") datak, ebin, k = arp.kconv(data, energy, angle, 16.67) ```

Please find the detailed documentation here: https://pranabdas.github.io/arpespythontools/

Owner

  • Name: Pranab Das
  • Login: pranabdas
  • Kind: user
  • Location: Singapore

GitHub Events

Total
  • Release event: 4
  • Watch event: 1
  • Delete event: 2
  • Issue comment event: 1
  • Push event: 114
  • Pull request event: 6
  • Create event: 6
Last Year
  • Release event: 4
  • Watch event: 1
  • Delete event: 2
  • Issue comment event: 1
  • Push event: 114
  • Pull request event: 6
  • Create event: 6

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 21
  • Average time to close issues: N/A
  • Average time to close pull requests: 22 days
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.62
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 14
Past Year
  • Issues: 0
  • Pull requests: 6
  • Average time to close issues: N/A
  • Average time to close pull requests: about 1 hour
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (14)
  • pranabdas (7)
Top Labels
Issue Labels
Pull Request Labels
dependencies (14)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 72 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 8
  • Total maintainers: 1
pypi.org: arpespythontools

Explore, analyze, visualize Angle Resolved Photoemission Spectroscopy (ARPES) data.

  • Versions: 8
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 72 Last month
Rankings
Dependent packages count: 10.2%
Average: 33.9%
Dependent repos count: 57.6%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/deploy-gh-pages.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
  • peaceiris/actions-gh-pages v3 composite
.github/workflows/python-tests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
Dockerfile docker
  • ubuntu jammy build
package-lock.json npm
  • 1150 dependencies
package.json npm
  • gh-pages ^4.0.0 development
  • @docusaurus/core 2.3.1
  • @docusaurus/preset-classic 2.3.1
  • @easyops-cn/docusaurus-search-local ^0.34.0
  • @mdx-js/react ^1.6.22
  • @svgr/webpack ^5.5.0
  • clsx ^1.2.1
  • file-loader ^6.2.0
  • prism-react-renderer ^1.3.5
  • raw-loader ^4.0.2
  • react ^17.0.2
  • react-dom ^17.0.2
  • rehype-katex ^6.0.2
  • remark-math ^3.0.1
  • url-loader ^4.1.1
requirements.txt pypi
  • astropy *
  • autopep8 *
  • jupyterlab *
  • matplotlib *
  • numpy *
  • scipy *
.github/workflows/publish.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • pypa/gh-action-pypi-publish release/v1 composite
poetry.lock pypi
  • 117 dependencies
pyproject.toml pypi
  • autopep8 ^2.3.1 develop
  • jupyterlab ^4.2.5 develop
  • astropy ^5.2.2
  • matplotlib ^3.7.5
  • numpy ^1.24.4
  • python ^3.8
  • scipy ^1.9.3
  • psutil ^6.0.0 tests