We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693a6c3 commit 175675dCopy full SHA for 175675d
tutorials/notebooks/astropy-coordinates/3-Coordinates-Velocities.ipynb
@@ -806,8 +806,8 @@
806
"metadata": {},
807
"outputs": [],
808
"source": [
809
- "ngc188_pm = np.sqrt(table['pmra']**2 + table['pmdec']**2)\n",
810
- "((ngc188_pm * 60*u.year) > 5*u.arcsec).sum()"
+ "# ngc188_pm = np.sqrt(table['pmra']**2 + table['pmdec']**2)\n",
+ "# ((ngc188_pm * 60*u.year) > 5*u.arcsec).sum()"
811
]
812
},
813
{
0 commit comments