/hstcal

Calibration for HST/WFC3, HST/ACS, and HST/STIS

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

HSTCAL

Build Status

Calibration software for HST/WFC3, HST/ACS, and HST/STIS.

Install using Conda

# Add the AstroConda channel to ~/.condarc
$ conda channel --add http://ssb.stsci.edu/astroconda

# Create a dedicated calibration environment
$ conda create -n calib python=3 stsci-hst

# Activate the environment
$ source activate calib

# Use HSTCAL
$ calacs.e [...]
$ calwf3.e [...]
$ cal[...].e

Source Installation

To install HSTCAL from source please follow the instructions provided in INSTALL.md.