From eb8107d6bc2ac785be7f6314bd57216e9e11e52f Mon Sep 17 00:00:00 2001 From: Hatice Karatay Date: Tue, 13 Aug 2024 12:11:23 -0400 Subject: [PATCH] Update calstis_2d_ccd notebook dependencies --- notebooks/STIS/calstis/calstis_2d_ccd.ipynb | 4 ++-- notebooks/STIS/calstis/pre-requirements.sh | 2 +- notebooks/STIS/calstis/requirements.txt | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/notebooks/STIS/calstis/calstis_2d_ccd.ipynb b/notebooks/STIS/calstis/calstis_2d_ccd.ipynb index 183c42e18..74a1aef61 100644 --- a/notebooks/STIS/calstis/calstis_2d_ccd.ipynb +++ b/notebooks/STIS/calstis/calstis_2d_ccd.ipynb @@ -28,7 +28,7 @@ "## 0 Introduction\n", "The STIS calibration pipeline, calstis, performs the calibration of STIS science data. Calstis consists of a series of individual modules that performs initial 2D image reduction, contemporaneous wavecal processing, spectroscopic calibration, extraction, rectification, and summation of images. In this notebook, we will go through the data flow through calstis of 2D CCD data reduction common to imaging and spectroscopy (for creating the `flt` data product from a `raw` file). This notebook also shows how negative count values are produced in the pipeline.\n", "\n", - "Some calibration process may require the application of calibration reference files. The names of which are found in the fits file header. To download reference files and configure reference environment variables, follow the steps in [HST Calibration Reference Data System (CRDS)](https://hst-crds.stsci.edu/docs/cmdline_bestrefs/) for personal or offsite use.\n", + "Some calibration process may require the application of calibration reference files. The names of which are found in the fits file header. To download reference files and configure reference environment variables, follow the steps in [HST Calibration Reference Data System (CRDS)](https://hst-crds.stsci.edu/docs/cmdline_bestrefs/) for personal or offsite use. \n", "\n", "For more information about calstis see:\n", "- [STIS Calibration in the STIS Data Handbook](https://hst-docs.stsci.edu/stisdhb/chapter-3-stis-calibration)\n", @@ -705,7 +705,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.12" + "version": "3.12.4" }, "toc": { "base_numbering": "0", diff --git a/notebooks/STIS/calstis/pre-requirements.sh b/notebooks/STIS/calstis/pre-requirements.sh index 4211058bc..cf220e231 100755 --- a/notebooks/STIS/calstis/pre-requirements.sh +++ b/notebooks/STIS/calstis/pre-requirements.sh @@ -1 +1 @@ -conda install -y -c conda-forge hstcal==2.7.4 \ No newline at end of file +conda install -y -c conda-forge hstcal \ No newline at end of file diff --git a/notebooks/STIS/calstis/requirements.txt b/notebooks/STIS/calstis/requirements.txt index 807104853..495ac2746 100644 --- a/notebooks/STIS/calstis/requirements.txt +++ b/notebooks/STIS/calstis/requirements.txt @@ -1,5 +1,5 @@ -astropy==5.3.3 -astroquery==0.4.6 -matplotlib==3.7.0 -stistools==1.4.4 +astropy>=5.3.3 +astroquery>=0.4.6 +matplotlib>=3.7.0 +stistools>=1.4.4 crds>=11.17