Skip to content

Commit

Permalink
fix ticks on world plot, update astrocut version
Browse files Browse the repository at this point in the history
  • Loading branch information
snbianco committed Aug 13, 2024
1 parent 0ec86e7 commit 4be0212
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/roman_cutouts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
asdf>=3.2.0
asdf-astropy>=0.6.1
astrocut>=0.11.0
astrocut>=0.11.1
astropy>=6.1.0
matplotlib>=3.9.0
numpy>=1.26.4
Expand Down
2 changes: 2 additions & 0 deletions notebooks/roman_cutouts/roman_cutouts.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,8 @@
" \"\"\" Display the cutout using world coordinate system \"\"\"\n",
" plt.figure(figsize=(6, 6))\n",
" plt.title('Cutout in Sky Coordinates')\n",
" plt.xticks([])\n",
" plt.yticks([])\n",
" ax = plt.subplot(projection=wcs)\n",
" ax.imshow(img, vmin=0, vmax=5, origin='lower')\n",
" ax.grid(color='white', ls='solid')\n",
Expand Down

0 comments on commit 4be0212

Please sign in to comment.