Skip to content

Commit 8a980eb

Browse files
committed
color-excess: phot_table keys
1 parent c727430 commit 8a980eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/color-excess/color-excess.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,9 @@
273273
"custom_query = Simbad()\n",
274274
"custom_query.add_votable_fields('U','B','V')\n",
275275
"phot_table=custom_query.query_object('HD 147933')\n",
276-
"Umag=phot_table['FLUX_U']\n",
277-
"Bmag=phot_table['FLUX_B']\n",
278-
"Vmag=phot_table['FLUX_V']"
276+
"Umag=phot_table['U']\n",
277+
"Bmag=phot_table['B']\n",
278+
"Vmag=phot_table['V']"
279279
]
280280
},
281281
{

0 commit comments

Comments
 (0)