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 0e628ee commit e3f22e6Copy full SHA for e3f22e6
tutorials/notebooks/color-excess/color-excess.ipynb
@@ -255,7 +255,7 @@
255
"obsTable_spec=obsTable[obsTable['dataproduct_type']=='spectrum']\n",
256
"obsTable_spec.pprint()\n",
257
"\n",
258
- "obsids = ['3000022829']\n",
+ "obsids = obsTable_spec[39]['obsid']\n",
259
"dataProductsByID = Observations.get_product_list(obsids)\n",
260
"manifest = Observations.download_products(dataProductsByID)"
261
]
0 commit comments