hermes_eea

A Python package to process and analyze data from the HERMES EEA instrument.

https://github.com/hermes-soc/hermes_eea

Science Score: 31.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
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.8%) to scientific vocabulary

Keywords

hermes nasa space-weather
Last synced: 9 months ago · JSON representation ·

Repository

A Python package to process and analyze data from the HERMES EEA instrument.

Basic Info
  • Host: GitHub
  • Owner: HERMES-SOC
  • License: other
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 20.9 MB
Statistics
  • Stars: 1
  • Watchers: 6
  • Forks: 4
  • Open Issues: 8
  • Releases: 2
Topics
hermes nasa space-weather
Created almost 5 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License Citation

README.rst

========
Overview
========



.. start-badges

.. list-table::
    :stub-columns: 1

    * - docs
      - |docs| |readthedocs|
    * - build status
      - |testing| |codestyle| |coverage|

.. |docs| image:: https://github.com/HERMES-SOC/hermes_eea/actions/workflows/docs.yml/badge.svg
    :target: https://github.com/HERMES-SOC/hermes_eea/actions/workflows/docs.yml
    :alt: Documentation Build Status

.. |testing| image:: https://github.com/HERMES-SOC/hermes_eea/actions/workflows/testing.yml/badge.svg
    :target: https://github.com/HERMES-SOC/hermes_eea/actions/workflows/testing.yml
    :alt: Build Status

.. |coverage| image:: https://codecov.io/gh/HERMES-SOC/hermes_eea/branch/main/graph/badge.svg?token=PSEF942JD2 
    :target: https://codecov.io/gh/HERMES-SOC/hermes_eea

.. |codestyle| image:: https://github.com/HERMES-SOC/hermes_eea/actions/workflows/codestyle.yml/badge.svg
    :target: https://github.com/HERMES-SOC/hermes_eea/actions/workflows/codestyle.yml
    :alt: Codestyle and linting using flake8

.. |readthedocs| image:: https://readthedocs.org/projects/hermes-eea/badge/?version=latest
    :target: https://hermes-eea.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. end-badges

This is a Python package for processing and analyzing data from the Electron Electrostatic Analyzer (EEA) instrument on the Lunar Gateway.
The EEA provides measurements of low-energy electrons in the solar wind and in Earth’s deep magnetotail by measuring electron flux as functions of energy and direction.


Testing Calibration Code in Pull Requests
------------------------------------------
Our CI/CD Pipeline is designed to validate the functionality of the calibration code within pull requests. Upon initiation, the pipeline executes the calibration code and verifies its successful operation without any errors. A successful execution results in the pipeline passing, and it automatically posts a comment on the pull request detailing the outcomes.

The comment will include a zip file containing both the original and the calibrated versions of the file used in the process.

For calibration, the pipeline relies on binary files located in the data directory. To test the calibration code with a new binary file, simply replace the existing test file in the data directory and submit a new pull request. The pipeline will then apply the calibration code to this new file.

For comprehensive guidelines on testing the calibration code within our CI/CD framework, please read the `Workflow for Maintainers Documentation `.


License
-------

This project is Copyright (c) Jane Doe and licensed under
the terms of the BSD 3-Clause "New" or "Revised" License license. This package is based upon
the `Openastronomy packaging guide `_
which is licensed under the BSD 3-clause licence. See the LICENSE file for
more information.


Contributing
------------

We love contributions! hermes_eea is open source,
built on open source, and we'd love to have you hang out in our community.

**Imposter syndrome disclaimer**: We want your help. No, really.

There may be a little voice inside your head that is telling you that you're not
ready to be an open source contributor; that your skills aren't nearly good
enough to contribute. What could you possibly offer a project like this one?

We assure you - the little voice in your head is wrong. If you can write code at
all, you can contribute code to open source. Contributing to open source
projects is a fantastic way to advance one's coding skills. Writing perfect code
isn't the measure of a good developer (that would disqualify all of us!); it's
trying to create something, making mistakes, and learning from those
mistakes. That's how we all improve, and we are happy to help others learn.

Being an open source contributor doesn't just mean writing code, either. You can
help out by writing documentation, tests, or even giving feedback about the
project (and yes - that includes giving feedback about the contribution
process). Some of these contributions may be the most valuable to the project as
a whole, because you're coming to the project with fresh eyes, so you can see
the errors and assumptions that seasoned contributors have glossed over.

Note: This disclaimer was originally written by
`Adrienne Lowe `_ for a
`PyCon talk `_, and was adapted by
hermes_eea based on its use in the README file for the
`MetPy project `_.

Code of Conduct
---------------
When you are interacting with the HERMES-SOC community you are asked to follow
our `Code of Conduct `_.

Acknowledgements
----------------
The package template used by this package is based on the one developed by the
`OpenAstronomy community `_ and the `SunPy Project `_.

Owner

  • Name: HERMES Science Operations Center
  • Login: HERMES-SOC
  • Kind: organization
  • Location: United States of America

The Heliophysics Environmental and Radiation Measurement Experiment Suite Science Operations Center codebase. This project is part of the Space Weather SOC.

Citation (CITATION.rst)

Acknowledging this Package
==========================

If you use this package in your scientific work, we would appreciate citing it in your publications.
Proper citations and acknowledgement is key to a healthy scientific community and enables scientific reproducibility.

Citing in Publications
----------------------

Please add the following line within your methods, conclusion or acknowledgements sections:

   *This research used version X.Y.Z (software citation) of the Hermes Instrument open source
   software package (paper citation).*

The software citation should be the specific Zenodo DOI for the version used in your work.
A paper citation does not yet exist.

GitHub Events

Total
  • Delete event: 1
  • Issue comment event: 11
  • Push event: 25
  • Pull request review event: 1
  • Pull request event: 5
  • Create event: 2
Last Year
  • Delete event: 1
  • Issue comment event: 11
  • Push event: 25
  • Pull request review event: 1
  • Pull request event: 5
  • Create event: 2

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 0
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 days
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 4.67
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 days
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 4.67
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • swkre (1)
  • rstrub (1)
Pull Request Authors
  • dbarrous (9)
  • Alrobbertz (4)
  • rstrub (3)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/codestyle.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/cruft_auto_pr.yml actions
  • actions/checkout v3 composite
  • peter-evans/create-pull-request v4.2.0 composite
.github/workflows/docs.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/testing.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • codecov/codecov-action v3 composite