Science Score: 44.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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.2%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 2
  • Releases: 1
Created almost 4 years ago · Last pushed over 3 years ago
Metadata Files
Readme License Code of conduct Citation

README.md

redcross: Reduction and Cross-correlation of High-Resolution spectroscopy for exoplanet atmospheres

This repository contains a set of utilities to work with high-resolution order-by-order spectra, in particular - Read and visualise time-series spectroscopy - Define a reduction routine (normalise, remove continuum, SysRem, masking, ...) - Cross-correlation: Compute the CCF function for a given atmospheric template - Visualise the results in different reference frames and generate Kp-V_sys map

This package is intended to work with any instrument provided a datacube with the following data: - Wave vector (for each order) - Flux matrix (for each order and each frame) - Flux error matrix (optional, same shape as Flux)

The main object Datacube can be directly manipulated using attribute functions e.g. datacube.function(), which already applies the changes to the current datacube. By passing an plt.axes() object it automatically shows the new datacube.

Owner

  • Name: Dario
  • Login: DGonzalezPicos
  • Kind: user
  • Company: Leiden University

PhD Astronomy student at Leiden Observatory.

Citation (CITATION.cff)

cff-version: 1.2.0
title: my_package
message: If you use this software, please cite as below.
date-released: 2022-03-29
url: 'https://github.com/mpi-astronomy/mpia-python-template'
version: 0.0.1
type: software
authors:
  - family-names: Name
    given-names: Author
    email: author.name@email.com
    affiliation: MPIA
    orcid: 'https://orcid.org/0000-0003-1665-2073'

# For citing software, see:

# http://journals.aas.org/authors/references.html

# GitHub has Zenodo DOI integration:
# https://guides.github.com/activities/citable-code/

# What is a CITATION.cff file: 
# https://citation-file-format.github.io/

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

GitHub Events

Total
Last Year

Committers

Last synced: about 3 years ago

All Time
  • Total Commits: 63
  • Total Committers: 2
  • Avg Commits per committer: 31.5
  • Development Distribution Score (DDS): 0.016
Top Committers
Name Email Commits
Dario d****s@g****m 62
Dario 3****s@u****m 1

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 0
  • Total pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • DGonzalezPicos (2)
Top Labels
Issue Labels
Pull Request Labels

Packages

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

Reduction and cross-correlation of high-resolution spectroscopy for exoplanet atmospheres

  • Homepage: https://github.com/DGonzalezPicos/redcross
  • Documentation: https://redcross.readthedocs.io/
  • License: BSD 3-Clause License Copyright (c) 2022, Max Planck Institute for Astronomy All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  • Latest release: 0.0.2
    published over 3 years ago
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 8 Last month
Rankings
Dependent packages count: 6.6%
Average: 26.7%
Forks count: 30.5%
Dependent repos count: 30.6%
Stargazers count: 39.1%
Maintainers (1)
Last synced: 8 months ago

Dependencies

docs/requirements.txt pypi
  • docutils ==0.17.1
  • ipython *
  • nbsphinx *
  • readthedocs-sphinx-search ==0.1.1
  • sphinx ==5.1.1
  • sphinx_rtd_theme ==1.0.0
.github/workflows/ci.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/docs.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • ad-m/github-push-action master composite
.github/workflows/sphinx.yml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
  • ammaraskar/sphinx-action master composite
  • peaceiris/actions-gh-pages v3 composite
docs/environment.yaml conda
  • sphinx 5.1.1
pyproject.toml pypi
setup.py pypi