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

:zap: RADEX build by GNU Make

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

Science Score: 39.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
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.5%) to scientific vocabulary

Keywords

astronomy make radex radio-astronomy
Last synced: 5 months ago · JSON representation

Repository

:zap: RADEX build by GNU Make

Basic Info
  • Host: GitHub
  • Owner: astropenguin
  • License: mit
  • Language: Makefile
  • Default Branch: main
  • Homepage:
  • Size: 9.77 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Topics
astronomy make radex radio-astronomy
Created 9 months ago · Last pushed 9 months ago
Metadata Files
Readme License

README.md

make-radex

Release DOI Tests

RADEX build by GNU Make

Overview

This project provides a GNU Makefile that builds RADEX (see also astropenguin/homebrew-radex for the Homebrew version). Now you can build RADEX by the following commands:

shell git clone https://github.com/astropenguin/make-radex.git cd make-radex make build

RADEX commands

The following three commands and their aliases will be built:

| 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 build, 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 options can be set for the RADEX build:

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

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

shell make build RADEX_DATADIR=${HOME}/radex

Owner

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

Project assistant professor (LMT-FINER)

GitHub Events

Total
  • Create event: 7
  • Release event: 3
  • Issues event: 6
  • Watch event: 1
  • Delete event: 4
  • Push event: 5
  • Pull request event: 6
Last Year
  • Create event: 7
  • Release event: 3
  • Issues event: 6
  • Watch event: 1
  • Delete event: 4
  • Push event: 5
  • Pull request event: 6

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 11
  • Total Committers: 1
  • Avg Commits per committer: 11.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 11
  • Committers: 1
  • Avg Commits per committer: 11.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Akio Taniguchi 1****n 11

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 3
  • Total pull requests: 3
  • Average time to close issues: about 6 hours
  • Average time to close pull requests: 8 minutes
  • 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: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 3
  • Average time to close issues: about 6 hours
  • Average time to close pull requests: 8 minutes
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • astropenguin (3)
Pull Request Authors
  • astropenguin (6)
Top Labels
Issue Labels
docs (3) env (2) feature (2)
Pull Request Labels
docs (6) env (4) feature (4)

Dependencies

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