Skip to content

Commit

Permalink
Update calstis_2d_ccd notebook dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
haticekaratay committed Aug 13, 2024
1 parent 4d3f00d commit eb8107d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions notebooks/STIS/calstis/calstis_2d_ccd.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -705,7 +705,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.12"
"version": "3.12.4"
},
"toc": {
"base_numbering": "0",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/STIS/calstis/pre-requirements.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
conda install -y -c conda-forge hstcal==2.7.4
conda install -y -c conda-forge hstcal
8 changes: 4 additions & 4 deletions notebooks/STIS/calstis/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit eb8107d

Please sign in to comment.