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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

IMAP

Basic Info
  • Host: GitHub
  • Owner: IMAP-Science-Operations-Center
  • License: mit
  • Language: Python
  • Default Branch: dev
  • Size: 35.8 MB
Statistics
  • Stars: 9
  • Watchers: 7
  • Forks: 19
  • Open Issues: 281
  • Releases: 23
Created over 2 years ago · Last pushed 6 months ago
Metadata Files
Readme License Code of conduct Citation

README.md

IMAP (Interstellar Mapping and Acceleration Probe)

All Contributors <!-- ALL-CONTRIBUTORS-BADGE:END --> readthedocs <!-- DOI-BADGE --> DOI

The Interstellar Mapping and Acceleration Probe (IMAP) is an exciting project aimed at studying the interstellar medium and investigating the acceleration mechanisms of particles within our galaxy. IMAP utilizes cutting-edge technology and advanced instrumentation to gather valuable data and expand our understanding of space.

The IMAP project's Git repository serves as a centralized hub for collaboration among researchers, scientists, and developers involved in the project. It provides a platform for version control, code sharing, issue tracking, and documentation, fostering a collaborative environment for advancing the goals of the IMAP mission.

Through the Git repository, contributors can access project resources, explore the codebase, propose enhancements or bug fixes, and participate in discussions with other team members. This collaborative approach promotes efficient development and fosters innovation in the pursuit of interstellar mapping and particle acceleration research.

Join the IMAP Git repository to be part of an exciting scientific endeavor, contribute your expertise, and help unlock the mysteries of the interstellar medium and particle acceleration in our galaxy. Together, we can advance our knowledge of the cosmos and pave the way for future discoveries in space exploration.

IMAP Website

IMAP Processing Documentation

Getting started

Credits

LASP (Laboratory of Atmospheric and Space Physics)

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Greg Lucas
Greg Lucas

Tenzin Choedon
Tenzin Choedon

Laura Sandoval
Laura Sandoval

Sean Hoyt
Sean Hoyt

Gabriel Moraga
Gabriel Moraga

Matthew Bourque
Matthew Bourque

Maxine Hartnett
Maxine Hartnett

Bryan Harter
Bryan Harter

Marek Strumik
Marek Strumik

Veronica Martinez
Veronica Martinez

Tim Plummer
Tim Plummer

Daralynn Rhode
Daralynn Rhode

Ana Manica
Ana Manica

Luisa Coakley
Luisa Coakley

Nat Kerman
Nat Kerman

Tori Marbois
Tori Marbois

This project follows the all-contributors specification. Contributions of any kind welcome!

Owner

  • Name: IMAP Science Operations Center
  • Login: IMAP-Science-Operations-Center
  • Kind: organization

This is the central code repository for the IMAP Science Operations Center

Citation (CITATION.cff)

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

cff-version: 1.2.0
title: imap_processing
message: 'If you use this software, please cite the software
  version you used by its version-specific DOI. The DOI for
  each version is available on Zenodo'
type: software
authors:
  - name: IMAP Science Data Center Developers
repository-code: >-
  https://github.com/IMAP-Science-Operations-Center/imap_processing
url: 'https://imap-processing.readthedocs.io/en/latest/'
repository: 'https://zenodo.org/record/11168295'
abstract: >-
  The Interstellar Mapping and Acceleration Probe (IMAP) is
  a project aimed at studying the interstellar medium and
  investigating the acceleration mechanisms of particles
  within our galaxy. IMAP utilizes cutting-edge technology
  and advanced instrumentation to gather valuable data and
  expand our understanding of space. The Science Data Center
  (SDC) is under the Science Operations Center (SOC), located
  at the Laboratory for Atmospheric and Space Physics (LASP),
  and is responsible for the data processing on the IMAP mission.
keywords:
  - Interstellar Mapping and Acceleration Probe (IMAP)
  - LASP
  - NASA
  - Science Operations Center (SOC)
  - Science Data Center (SDC)
  - open science
  - Python
  - data processing
  - algorithm development
  - heliophysics
  - heliosphere
  - solar wind
  - energetic particles
  - interstellar medium
  - Energetic Neutral Atom (ENA)
license: MIT
identifiers:
  - description: "All archived versions of imap_processing."
    type: doi
    value: 10.5281/zenodo.11168295

Dependencies

.github/workflows/test.yml actions
  • Gr1N/setup-poetry v8 composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
poetry.lock pypi
  • atomicwrites 1.4.1
  • attrs 23.1.0
  • bitstring 4.0.2
  • black 23.3.0
  • cfgv 3.3.1
  • click 8.1.3
  • colorama 0.4.6
  • distlib 0.3.6
  • filelock 3.12.2
  • identify 2.5.24
  • iniconfig 2.0.0
  • mypy-extensions 1.0.0
  • nodeenv 1.8.0
  • packaging 23.1
  • pathspec 0.11.1
  • platformdirs 3.7.0
  • pluggy 1.2.0
  • pre-commit 3.3.3
  • py 1.11.0
  • pytest 6.2.5
  • pyyaml 6.0
  • ruff 0.0.253
  • setuptools 68.0.0
  • space-packet-parser 4.0.2
  • toml 0.10.2
  • tomli 2.0.1
  • typing-extensions 4.6.3
  • virtualenv 20.23.1
pyproject.toml pypi
  • black ^23.1.0
  • pre-commit ^3.3.3,<4
  • pytest >=6.2.5,<7
  • python >=3.9,<3.12
  • ruff ^0.0.253
  • space_packet_parser >=4.0.2,<5
.github/workflows/docs.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v2 composite
  • ad-m/github-push-action master composite
.devcontainer/Dockerfile docker
  • mcr.microsoft.com/devcontainers/python 3.11 build
.github/workflows/release.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • pypa/gh-action-pypi-publish v1.8.10 composite