Added asilib to projects.yml #361
Merged
sapols merged 1 commit intoheliophysicsPy:mainfrom Mar 26, 2025
Merged
Conversation
Contributor
Contributor
Author
|
Hi @sapols, indeed I am aware of the PyAuroraX project. It is a long story of how we got here, but in the end we got two similar packages for auroral image analysis. One of the main differences is PyAuroraX is specialized for U. Calgary's ASI data, while asilib is designed to support other ASI arrays as well. |
sapols
approved these changes
Mar 26, 2025
Contributor
|
@mshumko thanks again for this PR. I'm impressed by the quality of your project, documentation, and adherence to PyHC's standards. I approve; I'm merging this PR, so you'll now appear on PyHC's Projects page. I've also added |
Contributor
Author
|
Thank you @sapols! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The asilib package provides a unified Python 3 framework for accessing, analyzing, and visualizing all-sky imager (ASI) data from various networks like REGO, THEMIS, TREx, and MANGO. It enables tasks such as keogram and movie generation, auroral mapping, and conjunction analysis with other data sources, streamlining research by offering a consistent interface for diverse ASI datasets.
asilib is archived on PyPI and Zenodo.
Grades:
community: good
documentation: good
testing: partially met*
software maturity: good
license: good
*Since our tests require downloading ASI data, they are slower than desired and occasionally crash due to unstable connection. We will mitigate this by mocking most of the I/O bound tests. Currently the code coverage is at ~75%, and tests are run automatically via GitHub Actions.