driftscan

Data analysis of transit radio interferometers, particularly for 21cm cosmology.

https://github.com/radiocosmology/driftscan

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 (5.1%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Data analysis of transit radio interferometers, particularly for 21cm cosmology.

Basic Info
  • Host: GitHub
  • Owner: radiocosmology
  • License: other
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 6.62 MB
Statistics
  • Stars: 16
  • Watchers: 23
  • Forks: 17
  • Open Issues: 16
  • Releases: 7
Created over 14 years ago · Last pushed 9 months ago
Metadata Files
Readme License Citation

README.md

Drift Scan Telescope Analysis

This is a Python project for simulating and analysing transit radio telescopes, with a particular focus on 21 cm cosmology.

Installation

Install this package with pip. Either directly from GitHub:

$ pip install git+ssh://git@github.com/radiocosmology/driftscan

or else from a local copy:

$ pip install [-e] .

Either of these methods will also install this project's dependencies.

The primary dependency of this project is the cora package. In addition, this project also depends on h5py for storing results in hdf5 files.

Documentation

The full documentation of driftscan is at https://radiocosmology.github.io/driftscan/.

Owner

  • Name: Radio Cosmology
  • Login: radiocosmology
  • Kind: organization

Tools for radio cosmology

Citation (CITATION.cff)

cff-version: 1.2.0
title: driftscan
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
doi: 10.5281/zenodo.5949192
repository-code: 'https://github.com/radiocosmology/driftscan'
abstract: >-
  A python project for creating instrument models used when simulating and analysing the
  data from transit radio telescopes, with a particular focus on 21cm Cosmology.
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: "Simon"
  family-names: "Foreman"
  affiliation: "Arizona State University"
  orcid: "https://orcid.org/0000-0002-0190-2271"

- given-names: "Rick"
  family-names: "Nitsche"
  affiliation: "University of British Columbia"

- given-names: "Liam"
  family-names: "Gray"
  affiliation: "University of British Columbia"
  orcid: "https://orcid.org/0000-0003-3986-954X"

- given-names: "Kiyoshi"
  family-names: "Masui"
  affiliation: "MIT"
  orcid: "https://orcid.org/0000-0002-4279-6946"

- given-names: "Carolin"
  family-names: "Höfer"
  affiliation: "University of Groningen"

- given-names: "Philippe"
  family-names: "Berger"
  affiliation: "University of Toronto"

- given-names: "Shifan"
  family-names: "Zuo"

- given-names: "Donald V."
  family-names: "Wiebe"
  affiliation: "University of British Columbia"
  orcid: "https://orcid.org/0000-0002-6669-3159"

GitHub Events

Total
  • Release event: 2
  • Watch event: 2
  • Delete event: 5
  • Issue comment event: 3
  • Push event: 15
  • Pull request event: 9
  • Pull request review event: 5
  • Fork event: 1
  • Create event: 6
Last Year
  • Release event: 2
  • Watch event: 2
  • Delete event: 5
  • Issue comment event: 3
  • Push event: 15
  • Pull request event: 9
  • Pull request review event: 5
  • Fork event: 1
  • Create event: 6

Dependencies

.github/workflows/main.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
.github/workflows/sphinx.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
pyproject.toml pypi
setup.py pypi