Skip to content

Commit

Permalink
Update pixel_area_map depencies
Browse files Browse the repository at this point in the history
  • Loading branch information
haticekaratay committed Aug 6, 2024
1 parent d67d9e1 commit de228c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions notebooks/ACS/acs_pixel_area_maps/acs_pixel_area_maps.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"\n",
"***\n",
"\n",
"The optical design of ACS introduces larger geometric distortion than in other *HST* instruments. In the event a user wishes to perform photometry on data that have not been processed by AstroDrizzle, a correction must be applied to account for the different sizes of the pixels on the sky across the field of view. \n",
"The optical design of ACS introduces larger geometric distortion than in other *HST* instruments. In the event a user wishes to perform photometry on data that have not been processed by AstroDrizzle, a correction must be applied to account for the different sizes of the pixels on the sky across the field of view.\n",
"\n",
"A pixel area map (PAM), which is an image where each pixel value describes that pixel's area on the sky relative to the native plate scale, is used for this correction. The distortion corrections applied by both AstroDrizzle and the PAMs include observation-specific corrections (e.g., velocity distortion). For the best results, users are advised to create a PAM for each observation individually.\n",
"\n",
Expand Down Expand Up @@ -292,7 +292,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.13"
"version": "3.12.4"
}
},
"nbformat": 4,
Expand Down
16 changes: 8 additions & 8 deletions notebooks/ACS/acs_pixel_area_maps/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
astropy==5.3.3
astroquery==0.4.6
stsci.image==2.3.5
stsci.imagestats==1.6.3
stsci.skypac==1.0.9
stsci.stimage==0.2.6
stsci.tools==4.0.1
matplotlib==3.7.0
astropy>=5.3.3
astroquery>=0.4.6
stsci.image>=2.3.5
stsci.imagestats>=1.6.3
stsci.skypac>=1.0.9
stsci.stimage>=0.2.6
stsci.tools>=4.0.1
matplotlib>=3.7.0

0 comments on commit de228c2

Please sign in to comment.