Skip to content

Commit

Permalink
changed stis_cti version in requirements and made a minor text change (
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackie-Brown authored Feb 27, 2024
1 parent f28e572 commit aa173d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"\n",
"The [Space Telescope Imaging Spectrograph (STIS)](https://www.stsci.edu/hst/instrumentation/stis) instrument on board the _Hubble Space Telescope_ (HST) has three detectors: a charge-coupled device (CCD) and two multi-anode microchannel array (MAMA) detectors for near- and far-ultraviolet wavelengths (NUV MAMA and FUV MAMA respectively). The CCD detector suffers from charge transfer inefficiency (CTI) which can be corrected for directly on the CCD images using a pixel-based algorithm (`stis_cti`; based on work by [Anderson & Bedin 2010](https://ui.adsabs.harvard.edu/abs/2010PASP..122.1035A/abstract), see [webpage](https://www.stsci.edu/hst/instrumentation/stis/data-analysis-and-software-tools/pixel-based-cti)).\n",
"\n",
"In order to maximize the science capabilities of images taken with STIS, they can be accurately aligned and combined (or 'drizzled'). The codes used to do this are from the DrizzlePac package which has been extensively tested on Wide-Field Camera 3 (WFC3) and Advanced Camera for Surveys (ACS) data but was previously unsupported for STIS. This tutorial gives alignment and drizzling examples for STIS images of standard star fields taken for each of its three detectors. We refer users to the [DrizzlePac Handbook](https://www.stsci.edu/scientific-community/software/drizzlepac.html) (Gonzaga et al. 2015, Hoffmann et al. 2021) for more details on the drizzling process and DrizzlePac codes.\n",
"In order to maximize the science capabilities of images taken with STIS, they can be accurately aligned and combined (or 'drizzled'). The code used to do this is from the DrizzlePac package which has been extensively tested on Wide-Field Camera 3 (WFC3) and Advanced Camera for Surveys (ACS) data but was previously unsupported for STIS. This tutorial gives alignment and drizzling examples for STIS images of standard star fields taken for each of its three detectors. We refer users to the [DrizzlePac Handbook](https://www.stsci.edu/scientific-community/software/drizzlepac.html) (Gonzaga et al. 2015, Hoffmann et al. 2021) for more details on the drizzling process and DrizzlePac codes.\n",
"\n",
"### STIS Data Formats\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/STIS/drizpac_notebook/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ ipython==8.11.0
matplotlib==3.7.0
numpy==1.23.4
pandas==1.5.3
stis_cti==1.1
stis_cti==1.5

0 comments on commit aa173d9

Please sign in to comment.