homebrew-radex

:zap: RADEX installation by Homebrew

https://github.com/astropenguin/homebrew-radex

Science Score: 57.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
    Found 3 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.7%) to scientific vocabulary

Keywords

astronomy homebrew-formula radex radio-astronomy
Last synced: 9 months ago · JSON representation ·

Repository

:zap: RADEX installation by Homebrew

Basic Info
  • Host: GitHub
  • Owner: astropenguin
  • License: mit
  • Language: Ruby
  • Default Branch: main
  • Homepage:
  • Size: 43.9 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 14
Topics
astronomy homebrew-formula radex radio-astronomy
Created over 7 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

homebrew-radex

Release DOI Tests

RADEX installation by Homebrew

Overview

This project provides a Homebrew formula that installs RADEX (see also astropenguin/make-radex for the GNU Make version). Now you can install RADEX by the following command:

shell brew install astropenguin/radex/radex

RADEX commands

The following three commands and their aliases will be installed:

| Command | Alias | Descripion | | --- | --- | --- | | radex-1 | radex-uni | RADEX built with option 1 (uniform sphere) | | radex-2 | radex-lvg | RADEX built with option 2 (expanding sphere) | | radex-3 | radex-slab | RADEX built with option 3 (plane parallel slab) |

As a major difference from the normal RADEX installation, the path of the data directory is not set by default: This allows you to specify the relative or full path of a data file (*.dat). Note that the tilde expansion (i.e. ~/) cannot be used for the path specification.

Customization

The following environment variables can be set for the RADEX installation:

| Variable | Default | Description | | --- | --- | --- | | HOMEBREW_RADEX_DATADIR | not set | Path of the directory for RADEX data files (.dat) | | HOMEBREW_RADEX_LOGFILE | ./radex.log | Path of the RADEX log file | | HOMEBREW_RADEX_MINITER | 10 | The number of minimum iterations in a RADEX calculation | | HOMEBREW_RADEX_MAXITER | 9999 | The number of maximum iterations in a RADEX calculation |

For example, if you want to set the data directory:

shell HOMEBREW_RADEX_DATADIR=${HOME}/radex brew install astropenguin/radex/radex

Owner

  • Name: Akio Taniguchi
  • Login: astropenguin
  • Kind: user
  • Location: Nagoya, Japan
  • Company: Nagoya University

Project assistant professor (LMT-FINER)

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: homebrew-radex
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Akio
    family-names: Taniguchi
    email: taniguchi.akio@gmail.com
    affiliation: Kitami Institute of Technology
    orcid: 'https://orcid.org/0000-0002-9695-6183'
identifiers:
  - type: doi
    value: 10.5281/zenodo.7086636
repository-code: 'https://github.com/astropenguin/homebrew-radex'
url: 'https://github.com/astropenguin/homebrew-radex'
abstract: RADEX installation by Homebrew
keywords:
  - astronomy
  - radio-astronomy
  - radex
  - homebrew
license: MIT
version: 1.0.0
date-released: '2025-05-15'

GitHub Events

Total
  • Create event: 2
  • Release event: 1
  • Issues event: 2
  • Delete event: 1
  • Push event: 4
  • Pull request event: 2
Last Year
  • Create event: 2
  • Release event: 1
  • Issues event: 2
  • Delete event: 1
  • Push event: 4
  • Pull request event: 2

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 18
  • Total pull requests: 20
  • Average time to close issues: about 6 hours
  • Average time to close pull requests: about 2 hours
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 20
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 2
  • Average time to close issues: 3 days
  • Average time to close pull requests: 38 minutes
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • astropenguin (18)
Pull Request Authors
  • astropenguin (20)
Top Labels
Issue Labels
release (7) feature (5) bug (5) environment (2)
Pull Request Labels
feature (6) release (5) bug (5) environment (2)

Dependencies

.github/workflows/tests.yml actions
  • actions/checkout v2 composite
.devcontainer/Dockerfile docker
  • ubuntu latest build
.github/workflows/formula.yml actions
  • actions/checkout v3 composite