spectresc
SpectResC is an implementation of SpectRes with C-extension in Python.
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
Repository
SpectResC is an implementation of SpectRes with C-extension in Python.
Basic Info
Statistics
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 7
Metadata Files
README.md
SpectResC: : Simple Spectral Resampling in C
This is a Python package written with C extension to provide significant performance gain on SpectRes, and some performance over the numba implementation:

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:
- the original SpectRes arXiv article
- the zenodo DOI for SpectResC
Owner
- Name: Marco
- Login: cylammarco
- Kind: user
- Location: Tel Aviv, Israel
- Company: Tel Aviv University
- Website: http://wise-web.tau.ac.il/~marco/
- Twitter: CYMarcoLAM
- Repositories: 44
- Profile: https://github.com/cylammarco
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
- Documentation: https://spectresc.readthedocs.io/
- License: GNU General Public License v3 (GPLv3)
-
Latest release: 1.0.4
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v3 composite
- actions/setup-python v2 composite
- coverallsapp/github-action v2 composite
- 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
- numpy *
- numpy *