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/
# 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
To install HSTCAL from source please follow the instructions provided in
INSTALL.md
.