stscirij / hstcal

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

Home Page:http://www.stsci.edu/institute/software_hardware/hstcal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 (Complete Calibration Environment)

HSTCAL can be obtained as part of the Astroconda Pipeline Builds at https://astroconda.readthedocs.io/en/latest/releases.html.
The simplest way to get the most recent environment would be:

  1. Install Miniconda or Anaconda (if not already installed) using the instructions at https://astroconda.readthedocs.io/en/latest/getting_started.html.

  2. Create a conda environment with the HSTCAL included:

# 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

Install using Conda (HSTCAL only)

To install only HSTCAL into an existing enviroment, you need to provide the exact version desired, as conda install hstcal will not install the latest version due to a known resolver issue.

$ conda install hstcal==X.Y.Z -c http://ssb.stsci.edu/astroconda

Where X.Y.Z is the desired version number.

Source Installation

Note: This involves compilation of C code which requires that a C compiler and all dependent libraries be installed on your system prior to installing this package; specifically,

Instructions:

  1. Clone the package from github onto your local system using:

git clone https://github.com/spacetelescope/hstcal.git

  1. Compile the code using the instructions provided in INSTALL.md.

About

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

http://www.stsci.edu/institute/software_hardware/hstcal

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 97.0%Language:Python 1.8%Language:Fortran 0.6%Language:CMake 0.5%Language:Shell 0.1%