Skip to content

s-goldman/hstcal

This branch is 28 commits behind mdlpstsci/hstcal:main.

Folders and files

NameName
Last commit message
Last commit date
May 11, 2020
Apr 3, 2023
Jan 4, 2013
Jul 16, 2018
Jan 4, 2013
Nov 5, 2019
Feb 12, 2021
Sep 24, 2021
Aug 9, 2018
Jan 18, 2024
May 14, 2013
Nov 14, 2017
Aug 30, 2023
Sep 23, 2016
Sep 24, 2021
Nov 5, 2019
Mar 22, 2012
Jan 24, 2018
Mar 27, 2018
Apr 7, 2023
Mar 27, 2018
Aug 18, 2023
Mar 23, 2010
Nov 29, 2016
Jun 5, 2019
Sep 17, 2019
Mar 12, 2020
Mar 12, 2020
Sep 23, 2022

Repository files navigation

HSTCAL

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 Space Telescope Environment (stenv) at https://stenv.readthedocs.io/en/latest/, a conda environment. The instructions found at this URL describe choosing Miniconda or Anaconda (if not already installed), choosing the stenv release, building the stenv environment from the YAML file, and activating your new environment. Once your environment is activated, you can invoke any of the HSTCAL executables.

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

Install using Conda (HSTCAL only)

The HSTCAL package is resident on conda-forge https://anaconda.org/conda-forge/hstcal, and you can use the following command to perform the installation.

$ conda install -c conda-forge hstcal==X.Y.Z

The 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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.4%
  • Python 4.8%
  • Other 0.8%