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.
2 parents 0e628ee + e3f22e6 commit a8effecCopy full SHA for a8effec
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