https://github.com/astropenguin/make-radex
:zap: RADEX build by GNU Make
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
Repository
:zap: RADEX build by GNU Make
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Topics
Metadata Files
README.md
make-radex
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
- Website: https://astropengu.in
- Twitter: astropengu_in
- Repositories: 76
- Profile: https://github.com/astropenguin
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
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
Pull Request Labels
Dependencies
- actions/checkout v4 composite
- ubuntu latest build