hermes_nemisis
A Python package to process and analyze data from the HERMES NEMISIS instrument.
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.1%) 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 NEMISIS instrument.
Basic Info
Statistics
- Stars: 1
- Watchers: 6
- Forks: 5
- Open Issues: 3
- 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_nemisis/actions/workflows/docs.yml/badge.svg
:target: https://github.com/HERMES-SOC/hermes_nemisis/actions/workflows/docs.yml
:alt: Documentation Build Status
.. |testing| image:: https://github.com/HERMES-SOC/hermes_nemisis/actions/workflows/testing.yml/badge.svg
:target: https://github.com/HERMES-SOC/hermes_nemisis/actions/workflows/testing.yml
:alt: Build Status
.. |coverage| image:: https://codecov.io/gh/HERMES-SOC/hermes_nemisis/branch/main/graph/badge.svg?token=AP8W95NPP7
:target: https://codecov.io/gh/HERMES-SOC/hermes_nemisis
.. |codestyle| image:: https://github.com/HERMES-SOC/hermes_nemisis/actions/workflows/codestyle.yml/badge.svg
:target: https://github.com/HERMES-SOC/hermes_nemisis/actions/workflows/codestyle.yml
:alt: Codestyle and linting using flake8
.. |readthedocs| image:: https://readthedocs.org/projects/hermes-nemisis/badge/?version=latest
:target: https://hermes-nemisis.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. end-badges
This is a Python package for processing and analyzing data from the Noise Eliminating Magnetometer Instrument in a Small Integrated System (NEMISIS) instrument on the Lunar Gateway.
NEMISIS is comprised of a fluxgate magnetometer (M0) at the end of a deployable boom and two inductive magnetometers (M1, M2) mounted on the HERMES platform. Each sensor measures the vector magnetic field at its location.
Measurements from the 3 sensors are combined to reduce the contribution to the local field due to Gateway.
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_nemisis 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_nemisis 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
- Repositories: 16
- Profile: https://github.com/HERMES-SOC
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
- Push event: 1
- Pull request review event: 1
- Pull request event: 2
- Create event: 1
Last Year
- Delete event: 1
- Push event: 1
- Pull request review event: 1
- Pull request event: 2
- Create event: 1
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: about 20 hours
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: about 20 hours
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- kbromund (1)
Pull Request Authors
- dbarrous (4)
- Alrobbertz (2)
- kbromund (1)
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