Skip to content

Commit

Permalink
Merge pull request #6 from cracraft/diaz-miri-imager
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
rizeladiaz authored Nov 13, 2024
2 parents b10b86f + 9eb1419 commit 72fb15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/MIRI/JWpipeNB-MIRI-imaging.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@
"\n",
"# Set up image\n",
"cax = ax.imshow(miri_mosaic.data, cmap='Greys', origin='lower', vmin=display_vals[0], vmax=display_vals[1])\n",
"ax.scatter(miri_x, miri_y, lw=1, s=10, color='red'). # overplot point source positions\n",
"ax.scatter(miri_x, miri_y, lw=1, s=10, color='red') # overplot point source positions\n",
"ax.scatter(ext_x, ext_y, lw=1, s=20, color='blue', marker='v') # overplot extended source positions\n",
"\n",
"# Set up colorbar\n",
Expand Down

0 comments on commit 72fb15f

Please sign in to comment.