Skip to content

Commit

Permalink
Fix example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Jul 1, 2021
1 parent 994eb1e commit 9587099
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example_notebooks/ginga_widget.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,10 @@
"metadata": {},
"outputs": [],
"source": [
"from astropy import units as u\n",
"\n",
"# Change the values if needed.\n",
"deg_offset = 0.001\n",
"deg_offset = 0.001 * u.deg\n",
"\n",
"# Programmatically offset (in degrees) w.r.t.\n",
"# SkyCoord center\n",
Expand Down

0 comments on commit 9587099

Please sign in to comment.