Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 964 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 964 Bytes

HSTCAL

Travis CI Jenkins CI

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

Nightly regression test results are available only from within the STScI network at this time. https://plwishmaster.stsci.edu:8081/job/RT/job/hstcal/test_results_analyzer/

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 [...]
$ cs[...].e

Source Installation

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