Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 3 committers (33.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.3%) to scientific vocabulary
Keywords from Contributors
Repository
Code for averaging together baselines
Basic Info
- Host: GitHub
- Owner: HERA-Team
- License: bsd-2-clause
- Language: Python
- Default Branch: main
- Size: 43 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
- Releases: 2
Metadata Files
README.md
baselinedependentaveraging
This is code for applying baseline-dependent averaging to a radio astronomy interferometric dataset. It applies the principles and formulas presented in Wijnholds et al. (2018) to average high-cadence data to a lower cadence while introducing a maximum amount of decorrelation specified by the user. In brief, short baselines of an interferometer do not decorrelate as rapidly as long baselines, and so data from shorter baselines can be averaged together without losing as much coherent sky information. The code and routines in this repo are designed to work on already-recorded data (which is typically written at a common cadence for all baselines) and averages together consecutive time samples until a specific threshold. A forthcoming memo will describe the operation in more detail.
Installation
The code can be installed by invoking
sh
pip install .
from the top level of the repo. This will install a module called bda which
can be imported. The main user-facing function is bda.apply_bda, which is
designed to work on a pyuvdata UVData
object. It also provides a script, apply_bda.py, which can be called from the
command line for applying BDA to an existing dataset on disk.
Dependencies
The following packages are required: * astropy * setuptools_scm * pyuvdata
pyuvdata can be installed from conda (preferred), or from pip. It is
available on the conda-forge channel. To install:
sh
conda install -c conda-forge pyuvdata
Tests
The testing requirements can be installed by invoking
sh
pip install .[testing]
from the top level of the repo. This will install the package and all
dependencies for running tests. The test suite can be run by running pytest
after installation.
Dependencies
In addition to the main package dependencies above, the following packages are required for running tests: * pytest >= 6.0
Owner
- Name: Hydrogen Epoch of Reionization Array (HERA)
- Login: HERA-Team
- Kind: organization
- Location: international
- Website: http://reionization.org
- Repositories: 68
- Profile: https://github.com/HERA-Team
Collection of software used for the HERA radio telescope
GitHub Events
Total
- Push event: 3
Last Year
- Push event: 3
Committers
Last synced: almost 3 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Paul La Plante | p****t@s****u | 35 |
| pre-commit-ci[bot] | 6****] | 3 |
| Bryna Hazelton | b****n@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 3
- Total pull requests: 7
- Average time to close issues: 4 months
- Average time to close pull requests: 10 days
- Total issue authors: 2
- Total pull request authors: 4
- Average comments per issue: 1.0
- Average comments per pull request: 1.29
- Merged pull requests: 5
- Bot issues: 0
- Bot pull requests: 3
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- steven-murray (2)
- r-pascua (1)
Pull Request Authors
- pre-commit-ci[bot] (3)
- plaplant (2)
- bhazelton (1)
- steven-murray (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 410 last-month
- Total dependent packages: 1
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
pypi.org: bda
a tool for applying baseline-dependent averaging to a radio interferometer dataset
- Homepage: https://github.com/HERA-Team/baseline_dependent_averaging
- Documentation: https://bda.readthedocs.io/
- License: BSD
-
Latest release: 0.1.1
published over 4 years ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v2 composite
- actions/setup-python v2 composite
- codecov/codecov-action v1 composite