spectresc

SpectResC is an implementation of SpectRes with C-extension in Python.

https://github.com/cylammarco/spectresc

Science Score: 54.0%

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

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: arxiv.org, zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

SpectResC is an implementation of SpectRes with C-extension in Python.

Basic Info
  • Host: GitHub
  • Owner: cylammarco
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 3.29 MB
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 7
Created almost 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

SpectResC: : Simple Spectral Resampling in C

Coverage Status Readthedocs Status arXiv PyPI version DOI

This is a Python package written with C extension to provide significant performance gain on SpectRes, and some performance over the numba implementation:

alt text

We keep the implementation as close to SpectRes as possible. As of SpectRes v2.2.0, we do not see discrepant results between using SpectRes and SpectResC.

Installation

SpectResC can be installed using pip

pip install spectresc

Documentation

Please refer to the original SpectRes for the documentation.

Citation

If you have made use of SpectResC, please reference:

  1. the original SpectRes arXiv article
  2. the zenodo DOI for SpectResC

Owner

  • Name: Marco
  • Login: cylammarco
  • Kind: user
  • Location: Tel Aviv, Israel
  • Company: Tel Aviv University

Forward.

Citation (CITATION.cff)

cff-version: 1.2.0
title: spectresc
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Marco C
    family-names: Lam
    email: mlam@roe.ac.uk
    affiliation: University of Edinburgh
    orcid: 'https://orcid.org/0000-0002-9347-2298'
identifiers:
  - type: doi
    value: 10.5281/zenodo.7863171
    description: Zenodo
  - type: article
    value: "arXiv:1705.05165"
    description: The ArXiv preprint of the article
repository-code: 'https://github.com/cylammarco/spectresc'
url: 'https://pypi.org/project/spectresc/'
license: GPL-3.0-or-later

GitHub Events

Total
Last Year

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 1,421 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
pypi.org: spectresc

SpectRes in C

  • Versions: 5
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 1,421 Last month
Rankings
Downloads: 6.8%
Dependent packages count: 7.2%
Average: 15.7%
Dependent repos count: 33.1%
Maintainers (1)
Last synced: 7 months ago

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v2 composite
  • coverallsapp/github-action v2 composite
.github/workflows/cibuild-pypi.yml actions
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/upload-artifact v3 composite
  • pypa/cibuildwheel v2.12.3 composite
  • pypa/gh-action-pypi-publish v1.5.0 composite
pyproject.toml pypi
requirements.txt pypi
  • numpy *
setup.py pypi
  • numpy *