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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.2%) to scientific vocabulary
Repository
CHIME Analysis Pipeline
Basic Info
Statistics
- Stars: 5
- Watchers: 21
- Forks: 2
- Open Issues: 25
- Releases: 15
Metadata Files
README.md
CHIME Analysis Pipeline
This is the repository for storing the CHIME Analysis Pipeline.
Development should be done along the lines of Github
Flow. This is the same model we
use for ch_util.
Important notes:
- Don't develop directly in master, use a feature branch for any change, and merge back into master promptly. Merging should be done by filing a Pull Request.
- Do install the
virtualenvwithmkchimeenv, located here.
Development Guidelines
The idea behind this repository is to keep track of the CHIME pipeline development, such that the union of the input data and this repository always gives the same output. This requires that we keep track of not only the code and scripts in this repository, but also any dependencies (discussed below).
As far as possible the pipeline code should be using Kiyo's pipeline task module caput.pipeline (doc).
Structure
Tasks should go into the appropriate subdirectory of ch_pipeline/. Ask for clarification if not clear.
Coding Standards
Code should adhere to the CHIME contribution guidelines. If you haven't looked at it please do so.
Code should be well documented, with a docstring expected for each public function, class or method. These should be done according to Numpy docstring style (guide).
Code should also be well commented (not the same as well documented). Try and put in comments that explain logically what each section of code is trying to achieve, with specifics about any non-obvious parts.
Branches
As mentioned above, this should be done a la Github Flow. Development should
generally be done around reasonably small, self contained, features, and should
be tracked in specific feature branches. These should not be long lived, as soon
as the feature is finished and tested, file a Pull Request, get it reviewed by
someone else, and when given the okay, merge the code and delete the branch. Any
new development should be branched off from master again.
Please don't use long lived, person specific branches e.g. richard-dev.
Dependencies
Dependencies should be python packages installable with pip. The list of
dependencies is kept in the pyproject.toml file. This dependency list can
contain references to exact versions of dependencies, using both version tags,
and commit hashes. An example dependency list that you might find in
pyproject.toml is given below:
toml
dependencies = [
"caput-master @ git+https://github.com/radiocosmology/caput.git@ee1c55ea4cf8cb7857af2ef3adcb2439d876768d",
"ch_util @ git+https://github.com/chime-experiment/ch_util.git@e33b174696509b158c15cf0bfc27f4cb2b0c6406#egg=ch_util",
"cora @ git+https://github.com/radiocosmology/cora.git@v1.0.0",
"driftscan @ git+https://github.com/radiocosmology/driftscan.git@v1.0.0"
]
Here, the first two requirements specify an exact git hash, whereas the second two use git tags as a shorthand.
These dependencies can be installed using:
bash
pip install .
This is automatically done by the mkchimeenv script.
Additional, optional dependencies can also be specified in pyproject.toml, in the
[project.optional-dependencies] section. Each list of optional dependencies needs a tag
and should be specified using syntax similar to this:
toml
[project.optional-dependencies]
my_tag = [
"my_optional_dependency",
"another_optional_dependency"
]
These optional dependencies may be installed with pip by using the tag, e.g.:
bash
pip install .[my_tag]
Virtualenv
The script mkchimeenv, located here, will automatically install a
virtualenv containing all the pipeline
dependencies from the requirements.txt file. This gives a fresh, self-contained installation of the pipeline to work with. Before use, you should activate it using:
bash
$ source VENV_NAME/venv/bin/activate
where VENV_NAME was the name you specified when invoking mkchimeenv.
Owner
- Name: CHIME
- Login: chime-experiment
- Kind: organization
- Location: DRAO
- Website: https://chime-experiment.ca/
- Repositories: 17
- Profile: https://github.com/chime-experiment
Citation (CITATION.cff)
cff-version: 1.2.0 title: ch_pipeline message: >- If you use this software, please cite it using the metadata from this file. type: software doi: "10.5281/zenodo.5846378" repository-code: "https://github.com/chime-experiment/ch_pipeline" abstract: >- The CHIME data analysis pipeline. license: MIT authors: - given-names: "J. Richard" family-names: "Shaw" affiliation: "University of British Columbia" orcid: "https://orcid.org/0000-0002-4543-4588" - given-names: "Kiyoshi" family-names: "Masui" affiliation: "MIT" orcid: "https://orcid.org/0000-0002-4279-6946" - given-names: "Adam D." family-names: "Hincks" affiliation: "University of Toronto" orcid: "https://orcid.org/0000-0003-1690-6678" - given-names: "Seth R." family-names: "Siegel" affiliation: "McGill University" orcid: "https://orcid.org/0000-0003-2631-6217" - given-names: "Liam" family-names: "Gray" affiliation: "University of British Columbia" orcid: "https://orcid.org/0000-0003-3986-954X" - given-names: "Rik" family-names: "van Lieshout" affiliation: "ASTRON" - given-names: "Donald V." family-names: "Wiebe" affiliation: "University of British Columbia" orcid: "https://orcid.org/0000-0002-6669-3159" - given-names: "Mateus" family-names: "Fandino" affiliation: "Thompson Rivers University" orcid: "https://orcid.org/0000-0002-6899-1176" - given-names: "Rick" family-names: "Nitsche" affiliation: "University of British Columbia" - given-names: "Tristan" family-names: "Pinsonneault-Marotte" affiliation: "Stanford University" orcid: "https://orcid.org/0000-0002-9516-3245" - given-names: "Alex S." family-names: "Hill" affiliation: "University of British Columbia, Okanagan Campus" orcid: "https://orcid.org/0000-0002-0772-9326" - given-names: "Juan Mena" family-names: "Parra" affiliation: "University of Toronto" orcid: "https://orcid.org/0000-0002-0772-9326" - given-names: "Carolin" family-names: "Höfer" affiliation: "University of Groningen" orcid: "https://orcid.org/0000-0003-4887-8114" - given-names: "Meiling" family-names: "Deng" affiliation: "Dominion Radio Astrophysical Observatory" orcid: "https://orcid.org/0000-0001-8123-7322" - given-names: "Anja" family-names: "Boskovic" affiliation: "University of British Columbia" - given-names: "Greg" family-names: "Davis" affiliation: "University of British Columbia" - given-names: "Arash" family-names: "Mirhosseini" affiliation: "University of British Columbia" orcid: "https://orcid.org/0000-0002-2626-5985" - given-names: "Davor" family-names: "Cubranic" affiliation: "University of British Columbia" - given-names: "Adam" family-names: "Lanman" affiliation: "MIT" orcid: "https://orcid.org/0000-0003-2116-3573" - given-names: "Rick" family-names: "Smegal" affiliation: "University of British Columbia" - given-names: "Simon" family-names: "Foreman" affiliation: "Arizona State University" orcid: "https://orcid.org/0000-0002-0190-2271" - given-names: "Philippe" family-names: "Berger" affiliation: "University of Toronto" - given-names: "Calvin" family-names: "Leung" affiliation: "MIT" - given-names: "James S." family-names: "Willis" affiliation: "University of Toronto" - given-names: "Aaron" family-names: "Pearlman" affiliation: "McGill University" - given-names: "Alex" family-names: "Reda" affiliation: "Yale University" - given-names: "Yukari" family-names: "Uchibori" affiliation: "University of British Columbia" orcid: "https://orcid.org/0009-0003-4114-1301"
GitHub Events
Total
- Create event: 28
- Issues event: 4
- Release event: 3
- Delete event: 28
- Issue comment event: 16
- Push event: 104
- Pull request event: 38
- Pull request review event: 74
- Pull request review comment event: 22
Last Year
- Create event: 28
- Issues event: 4
- Release event: 3
- Delete event: 28
- Issue comment event: 16
- Push event: 104
- Pull request event: 38
- Pull request review event: 74
- Pull request review comment event: 22
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 3
- Total pull requests: 19
- Average time to close issues: N/A
- Average time to close pull requests: about 1 month
- Total issue authors: 2
- Total pull request authors: 5
- Average comments per issue: 0.0
- Average comments per pull request: 0.37
- Merged pull requests: 11
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 18
- Average time to close issues: N/A
- Average time to close pull requests: 15 days
- Issue authors: 2
- Pull request authors: 5
- Average comments per issue: 0.0
- Average comments per pull request: 0.39
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ljgray (3)
- xzackli (1)
- ssiegelx (1)
- rikvl (1)
- nritsche (1)
Pull Request Authors
- ljgray (30)
- rikvl (14)
- arashcosmology (12)
- ketiltrout (5)
- ssiegelx (5)
- jrs65 (3)
- yukari-u (3)
- sareda26 (2)
- sjforeman (1)
- tristpinsm (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- Sphinx >=4.0,<5.0
- docutils ==0.17
- sphinx_rtd_theme *
- cython *
- Click *
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/checkout v2 composite
- actions/setup-python v1 composite