The Reference File Testing Tool has the following dependencies:
The Tool is currently in early development and must be installed from the GitHub development repository.
To install the Tool with pip, simply run:
pip install git+git://github.com/STScI-MESA/[email protected]
The latest development version of the Tool can be cloned from GitHub using this command:
git clone git://github.com/STScI-MESA/reference-file-testing-tool.git
To install the Tool (from the root of the source tree):
python setup.py install
The basic component of the Reference File Testing Tool is the test_reference_file
function. After
installing the package it can be called from the command line with:
test_reference_file /path/to/my/reference_file --data /path/to/some_uncal.fits
where the --data
argument is some suitable level 1b JWST data. This will run the JWST calibration pipeline on the
uncalibrated data overriding the default reference file with the one supplied.
This project is Copyright (c) Matthew Hill and licensed under the terms of the BSD 3-Clause license. See the licenses folder for more information.