https://github.com/iraf-community/homebrew-tap
Homebrew tap for IRAF and related packages
https://github.com/iraf-community/homebrew-tap
homebrew iraf macos
Last synced: 21 days ago
JSON representation
Homebrew tap for IRAF and related packages
- Host: GitHub
- URL: https://github.com/iraf-community/homebrew-tap
- Owner: iraf-community
- License: bsd-2-clause
- Created: 2025-11-14T11:52:16.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-03-14T16:40:39.000Z (4 months ago)
- Last Synced: 2026-03-14T19:11:19.309Z (4 months ago)
- Topics: homebrew, iraf, macos
- Language: Ruby
- Homepage: https://iraf-community.github.io
- Size: 69.3 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew Tap for IRAF Community
This [Homebrew tap](https://brew.sh) contains
[IRAF](https://iraf-community.github.io) and support packages. Most of
them are community maintained.
## Installation
```shell
brew tap iraf-community/tap
brew install iraf
brew install x11iraf
…
```
The **iraf** environment variable is
```shell
export iraf=${HOMEBREW_PREFIX}/opt/iraf/libexec/
```
## Available packages
* **iraf**: Image Reduction and Analysis Facility 
* **x11iraf**: X11 terminal emulator and image display for IRAF 
* **iraf-ctio**: Tools for the Cerro Tololo Inter-American Observatory 
* **iraf-fitsutil**: FITS utilities for IRAF 
* **iraf-mscred**: Mosaic CCD reduction package 
* **iraf-rvsao**: Radial velocities package 
* **iraf-sptable**: Tabular spectra utilities 
* **iraf-st4gem**: Selected tasks from STSDAS 
* **iraf-xdimsum**: Deep infrared mosaicing software 
PyRAF can be installed from PyPI with the command
```shell
pip install pyraf
```